The Well Ordering Principle (WOP) is a fundamental axiom of integers. It provides a powerful alternative to Induction, often producing cleaner proofs for existence problems.
Definition
Every nonempty set of nonnegative integers has a smallest element.
- Nonempty is key: The empty set has no smallest element.
- Integers is key: The set of positive real numbers has no smallest element (you can always divide by 2).
- Bounded below: It applies to sets of negative integers only if they have a lower bound (e.g., ).
Proof Template: The WOP Contradiction
To prove “Property is true for all ”:
- Define the Set of Counterexamples: Let be the set of numbers where is false.
- Assume for Contradiction: Assume is nonempty (i.e., the theorem is false).
- Apply WOP: Since is a nonempty set of natural numbers, it must have a smallest element, let’s call it .
- is the “minimal counterexample.”
- Find a Contradiction:
- Show that is actually true (contradicting ).
- OR: Find a smaller counterexample (contradicting that is the smallest).
- Conclusion: The assumption that is nonempty must be false. Therefore, is empty, and holds for all .
Example: The Division Algorithm
Theorem: Given integer and divisor , there exist unique integers such that and .
- Proof (Existence): Consider the set of remainders . By WOP, has a smallest element . If , we could subtract one more time to get a smaller non-negative remainder, contradicting the minimality of . Thus, .