The Well-Ordering of Natural Numbers
Every nonempty set of natural numbers contains a least element. This property is logically equivalent to the principle of mathematical induction and serves as the foundation for recursive constructions.
Statement
Every nonempty subset has a least element: there exists such that for all .
Proof
We prove that well-ordering follows from the principle of strong induction.
Suppose for contradiction that is nonempty and has no least element. Define . We show by strong induction, contradicting .
Base case: . If , then would be the least element of (since for all ), contradicting our assumption. So .
Inductive step: Assume (i.e., ). We show . If , then would be the least element of (since all smaller natural numbers are in ), contradicting our assumption. So .
By strong induction, , hence , contradicting the hypothesis that is nonempty.
Equivalence with Induction
The following are equivalent over the base axioms of Peano arithmetic (or ZFC minus the axiom of infinity, augmented with the axiom of infinity):
- Mathematical induction: If with and , then .
- Strong induction: If for all , then .
- Well-ordering: Every nonempty has a least element.
Claim: Every natural number has a prime divisor.
By well-ordering, the set is nonempty (since ) and has a least element . We claim is prime: if with , then , so with , contradicting minimality.
The well-ordering principle for is a theorem of ZFC. The well-ordering theorem (that every set can be well-ordered) is equivalent to the axiom of choice and is far stronger. The natural numbers are "naturally" well-ordered by , but sets like require the axiom of choice for a well-ordering to exist.