Well-order
BasisPrerequisites
Mathematical induction on works because there is no infinite downward chain : every non-empty set of natural numbers has a smallest element. This property — called well-ordering — is strictly stronger than a total order, and it turns out to be logically equivalent to induction itself.
Definition
A total order is a well-order if every non-empty subset of has a least element:
The pair is then called a well-ordered set.
An equivalent characterisation replaces the “least element” condition with a no infinite descending chain condition:
is a well-order if and only if there is no infinite sequence in .
The two formulations are equivalent, and each is useful in different contexts. The “least element” form is convenient for existence arguments; the “no descending chain” form is convenient for contradiction arguments.
Examples
Natural numbers under
is the canonical well-order. Given any non-empty , pick any . If is not the minimum of , there is a strictly smaller element ; if is not the minimum, there is a smaller ; and so on. Since all elements are non-negative integers, this strictly decreasing sequence cannot continue indefinitely — you cannot subtract from a natural number forever. The sequence must terminate at the least element of .
This well-ordering is the foundation on which mathematical induction rests.
Finite totally ordered sets
Every non-empty finite totally ordered set is well-ordered: any non-empty subset of a finite set is also finite, so you can find its minimum by scanning all elements and keeping track of the smallest seen so far.
Initial segments of
The set for any , ordered by the usual , is well-ordered as a finite totally ordered set.
Non-examples
Integers under
is a total order, but not a well-order. The subset itself has no least element: for any , the element is strictly smaller. More explicitly, the subset has no minimum.
Rationals and reals under
and are total orders, but neither is a well-order. The open interval is a non-empty subset of both, and it has no least element: for any , the element is strictly smaller and still lies in .
Well-ordering and mathematical induction
For , the well-ordering principle and the principle of mathematical induction are logically equivalent — each implies the other.
Well-ordering implies induction. Let be a property of natural numbers. Suppose holds and, for every , . Define the failure set:
Suppose for contradiction that is non-empty. By well-ordering, has a least element . Since holds, , so and . Since is the least element of , the natural number is not in , so holds. Applying the inductive step gives , contradicting . Therefore and holds universally.
Induction implies well-ordering. By strong induction you can prove: for every , every non-empty subset of has a minimum. Combining these cases covers all of , establishing well-ordering.
The equivalence shows that the well-ordering of is not a separate assumption — it is the same fact as induction, viewed from a different angle.
The well-ordering theorem
A natural question is: can every set, even an uncountable one like , be well-ordered?
Remarkably, the answer is yes — but the proof requires the Axiom of Choice (AC), which asserts that for any collection of non-empty sets, you can simultaneously pick one element from each. From AC the following theorem follows:
Well-ordering theorem. Every set can be well-ordered.
The well-ordering theorem is equivalent to AC within the standard Zermelo–Fraenkel axioms of set theory (ZF): each implies the other. This means that while can be well-ordered in principle, the well-order cannot be written down explicitly — its existence is non-constructive. No formula will tell you which real number comes first.
Summary
- A well-order is a total order in which every non-empty subset has a least element; equivalently, there are no infinite strictly descending sequences.
- is the prototypical well-order; every finite totally ordered set is also well-ordered.
- , , and are total orders but not well-orders.
- The well-ordering principle on is logically equivalent to mathematical induction.
- The well-ordering theorem states that every set can be well-ordered, but this requires — and is in fact equivalent to — the Axiom of Choice.