Repeated addition of natural numbers is generalized as multiplication of natural numbers
The operation of addition, commonly written as the infix operator "+", is a function +: N × N → N. For natural numbers a, b, and c, we write
Here, a is the augend, b is the addend, and c is the sum.
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:
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 .
The following are three immediate and important properties of addition which can be deduced from the definition.
Together, these three properties show that the set of natural numbers under addition is a commutative monoid.