Natural Numbers
The set of natural numbers is defined by the following axioms
- The natural numbers are the set of counting numbers \( 1, 2, 3, \ldots \) along with the empty quantity \( 0 \).
- For every natural number \( n \), there exists a unique number, \( n^* = n + 1 \), which is the successor of \( n \). The number \( n \) is the predecessor of \( n^* \).
- The number \( 0 \) has no predecessor and is therefore the first element.
- If two natural numbers \( n_1 \), \( n_2 \) satisfy the equality \( n_1^* = n_2^* \), then it follows that \( n_1 = n_2 \).
- Principle of Mathematical Induction: If \( X \) is a subset of the natural numbers with the property \( 0 \in X \), and if it follows from the assumption \( x \in X \) that \( x^* \in X \) as well, then we must have that \( X \) is equal to the set of natural numbers \( \mathbb{N} \).
$$\mathbb{N} = \{0,1,2,3, \ldots \}.$$