Natural Numbers and Induction - Core Definitions
The natural numbers form the most fundamental infinite set in mathematics. In set theory, we construct them from first principles using the von Neumann ordinals, providing a rigorous foundation for arithmetic and mathematical induction.
Using the von Neumann construction, each natural number is defined as the set of all smaller natural numbers:
This construction ensures that if and only if as natural numbers, unifying membership with the ordering relation.
This elegant encoding makes each natural number simultaneously represent both the number itself and the set . Consequently, has exactly elements: .
The successor of a set is defined as:
For natural numbers, this operation corresponds to adding one: . The successor operation is:
- Injective:
- Non-surjective on : There is no with
- Preserves transitivity: If is transitive, so is
Explicitly writing out the first natural numbers as sets:
Notice that , and more generally, the membership relation on natural numbers corresponds exactly to the less-than relation .
The set of all natural numbers, denoted or , is the smallest inductive set:
where a set is inductive if and .
Key properties of :
- Transitive:
- Well-ordered: Every non-empty subset has a least element
- Infinite: is not equinumerous with any of its elements
- Limit ordinal: for any
The set provides the foundation for all arithmetic. We can define addition, multiplication, and exponentiation on using recursion, and prove their familiar properties using induction.
The von Neumann natural numbers satisfy the Peano axioms:
- (zero is a natural number)
- (closure under successor)
- (zero is not a successor)
- is injective on
- Induction: If and , then
These axioms characterize the natural numbers uniquely up to isomorphism.
In Peano's original formulation, natural numbers were taken as primitive objects with successor as a primitive operation. In ZFC, we construct them as specific sets, deriving the Peano axioms as theorems. This demonstrates the power of set theory as a foundation: even the most basic mathematical objects can be built from pure set existence.
We define arithmetic operations on by recursion:
Addition: For ,
Multiplication: For ,
Exponentiation: For ,
These recursive definitions, validated by the principle of recursion on , give rise to all familiar arithmetic properties: associativity, commutativity, distributivity, and so forth. Each property can be rigorously proved using mathematical induction.
To prove for all , we use induction on (for fixed ):
Base case: (requires proving by induction on )
Inductive step: Assume . Then:
using the inductive hypothesis and properties of successor addition.
The construction of natural numbers in ZFC demonstrates how even the most elementary mathematics rests on the foundation of set theory. From the empty set and the axiom of infinity, we build and derive all arithmetic, providing a completely rigorous basis for mathematics.