Addition of natural numbers
Encyclopedia : A : AD : ADD : Addition of natural numbers
Addition of natural numbers is the most basic arithmetic operation. In its simplest form, addition combines two numbers (terms, summands), the augend and addend, into a single number, the sum.
Notation and terms
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
- [a + b = c.\,]
Definition
We let S(a) denote the successor of a as defined in the Peano postulates.
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:
- a + 0 = a [A1]
- S(a) + S(b) = S(a + b) [A2]
Since a was an arbitrary natural number, we can "put together" all these functions into a single binary operation N × N → N.
Properties
The following are three immediate and important properties of addition which can be deduced from the definition.
- Associativity: for all natural numbers a, b, and c, we have
- [(a + b) + c = a + (b + c);\,] (proof)
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
