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 simple fact is incredibly powerful—it's logically equivalent to mathematical induction and provides the foundation for "proof by minimum counterexample," one of the most elegant proof techniques in mathematics.
Understand why every non-empty set of positive integers has a minimum
Master the powerful "assume a counterexample exists, take the smallest" technique
See how these two principles are logically equivalent
Work through proofs of the Division Algorithm and Fundamental Theorem of Arithmetic
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).
Every non-empty subset of the positive integers ℕ⁺ has a smallest element.
Formally: If S ⊆ ℕ⁺ and S ≠ ∅, then ∃m ∈ S such that m ≤ s for all s ∈ S.
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.
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!
WOP only applies to non-empty sets. You must explicitly assume or show that the set of counterexamples is non-empty before applying WOP.
The key step is using that m is the smallest counterexample. If your argument works for any counterexample, you're not actually using WOP!
WOP gives you a structured contradiction via minimality. Regular contradiction proofs don't need to find a "smallest" failing case.
WOP fails for rationals and reals! For example, {1/n : n ∈ ℕ⁺} has no minimum (you can always find a smaller 1/n by choosing larger n).