This section uses the convention that 0 is a natural number: \mathbb{N}=\mathbb{N}_0.
Addition Given the set \mathbb{N} of natural numbers and the
successor function S \colon \mathbb{N} \to \mathbb{N} sending each natural number to the next one,
addition (+) is defined by:\begin{align} a + 0 & = a & \textrm{(1)}\\ a + S(b) & = S(a+b) & \textrm{(2)}\\ \end{align}In the statements above, (1) explicitly defines addition for the first natural number and (2) gives a
recursive definition for each subsequent number in terms of previous definitions, as illustrated below.\begin{alignat}{2} & a + 1 = a + S(0) = S(a+0) = S(a) \\ & a + 2 = a + S(1) = S(a+1) = S(S(a)) \\ & a + 3 = a + S(2) = S(a+2) = S(S(S(a))) \end{alignat}In this way, addition can be seen as repeated application of the successor function. Intuitively, is evaluated by applying the successor function to as many times as it must be applied to to produce . The
algebraic structure (\mathbb{N}, +) is a
commutative monoid with
identity element 0. It is a
free monoid on one generator. This commutative monoid satisfies the
cancellation property, so it can be embedded in a
group. The smallest group containing the natural numbers is the
integers.
Multiplication Analogously, given that addition has been defined, a
multiplication operator \times can be defined via and . This turns (\mathbb{N}^*, \times) into a
free commutative monoid with identity element 1; a generator set for this monoid is the set of
prime numbers.
Relationship between addition and multiplication Addition and multiplication are compatible, which is expressed in the
distribution law: . These properties of addition and multiplication make the natural numbers an instance of a
commutative semiring. Semirings are an algebraic generalization of the natural numbers where multiplication is not necessarily commutative. The lack of additive inverses, which is equivalent to the fact that \mathbb{N} is not
closed under subtraction (that is, subtracting one natural from another does not always result in another natural), means that \mathbb{N} is
not a
ring; instead it is a
semiring (also known as a
rig). If the natural numbers are taken as "excluding 0", and "starting at 1", the definitions of + and × are as above, except that they begin with and . Furthermore, (\mathbb{N^*}, +) has no identity element.
Order A
total order on the natural numbers is defined by letting if and only if there exists another natural number where . This order is compatible with the
arithmetical operations in the following sense: if , and are natural numbers and , then and . An important property of the natural numbers is that they are
well-ordered: every non-empty set of natural numbers has a least element. The rank among well-ordered sets is expressed by an
ordinal number; for the natural numbers, this is denoted as (omega).
Division While it is in general not possible to divide one natural number by another and get a natural number as result, the procedure of
division with remainder or
Euclidean division is available as a substitute: for any two natural numbers and with there are natural numbers and such that :a = b \times q + r \text{ and } r The number is called the
quotient and is called the
remainder of the division of by . The numbers and are uniquely determined by and . This Euclidean division is key to the several other properties (
divisibility), algorithms (such as the
Euclidean algorithm), and ideas in number theory.
Algebraic properties satisfied by the natural numbers The addition (+) and multiplication (×) operations on natural numbers as defined above have several algebraic properties: •
Closure under addition and multiplication: for all natural numbers and , both and are natural numbers. •
Associativity: for all natural numbers , , and , and . •
Commutativity: for all natural numbers and , and . • Existence of
identity elements: for every natural number , and . • If the natural numbers are taken as "excluding 0", and "starting at 1", then for every natural number , . However, the "existence of additive identity element" property is not satisfied •
Distributivity of multiplication over addition for all natural numbers , , and , . • No nonzero
zero divisors: if and are natural numbers such that , then or (or both). ==History==