Every non-empty set of positive integers has a smallest element
The Well-Ordering Principle (WOP) states that every non-empty set of positive integers has a smallest element. This seemingly obvious fact is logically equivalent to mathematical induction and provides the foundation for "proof by minimum counterexample."
The technique: assume a counterexample exists, take the smallest one, then use its minimality to derive a contradiction. WOP is especially useful when induction's P(k) → P(k+1) step feels awkward.
Explore different subsets of the positive integers and see that every non-empty one has a minimum. Compare with rationals and reals, where this fails.
Every non-empty set of positive integers has a smallest element. Watch as we find it!
The Well-Ordering Principle only applies to non-empty sets. An empty set has no elements, so it cannot have a smallest element.
This principle seems obvious for finite sets, but it's actually quite powerful. It applies to ANY non-empty subset of positive integers, even infinite ones like "all prime numbers" (minimum = 2) or "all perfect squares" (minimum = 1).
Key insight: WOP holds for positive integers but fails for rationals and reals. The set {1/n : n ≥ 1} has no minimum -- you can always find a smaller element by choosing larger n.
Walk through a proof by minimum counterexample. Assume the statement fails, let m be the smallest counterexample, then show m cannot actually fail -- contradiction.
The classic WOP proof technique: assume a counterexample exists, take the smallest one, and derive a contradiction.
We want to prove that every integer n ≥ 2 can be expressed as a product of primes.
Key insight: The power of minimality is that everything below m satisfies the statement. This gives you a wealth of known-true facts to work with when analyzing m itself.
See the same theorem proved both by induction and by WOP side-by-side. The two approaches are logically equivalent -- proving one proves the other.
The Well-Ordering Principle and Mathematical Induction are logically equivalent. See the same proof done both ways!
Each principle can be used to prove the other!
Key insight: WOP and induction are two sides of the same coin. WOP says "a non-empty set has a minimum"; induction says "if the empty set is the only set closed under successor, then everything is in it."