TheoremComplete

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

Theorem3.4Well-ordering principle for N

Every nonempty subset SβŠ†NS \subseteq \mathbb{N} has a least element: there exists m∈Sm \in S such that m≀nm \leq n for all n∈Sn \in S.


Proof

Proof

We prove that well-ordering follows from the principle of strong induction.

Suppose for contradiction that SβŠ†NS \subseteq \mathbb{N} is nonempty and has no least element. Define T=Nβˆ–ST = \mathbb{N} \setminus S. We show T=NT = \mathbb{N} by strong induction, contradicting Sβ‰ βˆ…S \neq \emptyset.

Base case: 0∈T0 \in T. If 0∈S0 \in S, then 00 would be the least element of SS (since 0≀n0 \leq n for all n∈Nn \in \mathbb{N}), contradicting our assumption. So 0∈T0 \in T.

Inductive step: Assume {0,1,…,k}βŠ†T\{0, 1, \ldots, k\} \subseteq T (i.e., {0,…,k}∩S=βˆ…\{0, \ldots, k\} \cap S = \emptyset). We show k+1∈Tk + 1 \in T. If k+1∈Sk + 1 \in S, then k+1k + 1 would be the least element of SS (since all smaller natural numbers are in TT), contradicting our assumption. So k+1∈Tk + 1 \in T.

By strong induction, T=NT = \mathbb{N}, hence S=βˆ…S = \emptyset, contradicting the hypothesis that SS is nonempty. β– \blacksquare

β– 

Equivalence with Induction

Theorem3.5Equivalence of induction and well-ordering

The following are equivalent over the base axioms of Peano arithmetic (or ZFC minus the axiom of infinity, augmented with the axiom of infinity):

  1. Mathematical induction: If SβŠ†NS \subseteq \mathbb{N} with 0∈S0 \in S and n∈Sβ€…β€ŠβŸΉβ€…β€Šn+1∈Sn \in S \implies n+1 \in S, then S=NS = \mathbb{N}.
  2. Strong induction: If (βˆ€m<n, m∈S)β€…β€ŠβŸΉβ€…β€Šn∈S(\forall m < n,\, m \in S) \implies n \in S for all nn, then S=NS = \mathbb{N}.
  3. Well-ordering: Every nonempty SβŠ†NS \subseteq \mathbb{N} has a least element.
ExampleApplication to divisibility

Claim: Every natural number nβ‰₯2n \geq 2 has a prime divisor.

By well-ordering, the set D={d∈N:dβ‰₯2Β andΒ d∣n}D = \{d \in \mathbb{N} : d \geq 2 \text{ and } d \mid n\} is nonempty (since n∈Dn \in D) and has a least element pp. We claim pp is prime: if p=abp = ab with 1<a,b<p1 < a, b < p, then a∣p∣na \mid p \mid n, so a∈Da \in D with a<pa < p, contradicting minimality.

RemarkWell-ordering beyond N

The well-ordering principle for N\mathbb{N} 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 ≀\leq, but sets like R\mathbb{R} require the axiom of choice for a well-ordering to exist.