- Addition of natural numbers
Addition of natural numbers is the most basic arithmetic binary operation. The operation
addition takes twonatural number s, the augend and addend, and produces a single number, the sum. The set of natural numbers will be denoted by N, and "0" will be used to denote the natural number which is not the successor of any other natural number.Repeated addition of natural numbers is generalized as
multiplication of natural numbers Notation and terms
The operation of addition, commonly written as the infix
operator "+", is a function +: N × N → N. Fornatural number s "a", "b", and "c", we write:
Here, "a" is the "augend", "b" is the "addend", and "c" is the "sum".
Definition
Assume that , the set of Natural Numbers, has been defined by the
Peano postulates as follows:*
*Where is the successor of a defined as
*
Addition is defined inductively by fixing the augend. In other words, we let "a" be any arbitrary, but fixed natural number, and we then make the following definitions A1 and A2:
* [A1]
* [A2]In words, this says that adding zero, which is the additive-identity, to "a" gives back "a", and that applying the successor function to the addend has the effect of applying the successor function to the sum.
By the recursion theorem, this defines a unique function , in other words a unique function "+" that maps back onto .
Properties
The following are three immediate and important properties of addition which can be deduced from the definition.
: Let
* Associativity: (proof):
* Commutativity: (proof):
*Identity element : (proof): :where 0 is known as the additive identity under . Strictly it is defined as a right identity, but by commutativity, is becomes the general identity in the groupTogether, these three properties show that the set of natural numbers under addition is a commutative
monoid .ee also
*
Addition of natural numbers/Proofs *Method to Derive Polynomial Representations that Sum Natural Numbers with Exponents [http://upload.wikimedia.org/wikipedia/commons/6/62/Sum_of_i.pdf]
Wikimedia Foundation. 2010.