Mathematical Induction
Mathematical induction is the fundamental proof technique for statements about natural numbers. In set theory, induction is not an axiom but a theorem derivable from the structure of and the axiom of foundation.
Let be a property defined for natural numbers. If:
- Base case: holds
- Inductive step: For all , if holds then holds
Then holds for all .
Suppose and . Let . We must show .
By hypothesis, (base case). Also, if then holds, so holds by the inductive step, hence . Thus is an inductive set.
Since is the smallest inductive set, and is an inductive set with , we conclude . Combined with , we have .
Prove that for all .
Base case: . The sum is . β
Inductive step: Assume . Then:
By induction, the formula holds for all .
An equivalent form of induction, often called strong induction or complete induction, states:
If for all ,
then holds for all .
Here means in set-theoretic terms.
Strong induction does not require a separate base case because the implication vacuously holds for (there are no ).
The principle of mathematical induction and strong induction are equivalent. Each can be derived from the other.
(Strong Weak): Assume strong induction. To prove weak induction, suppose and . For any , if , then either (so by hypothesis) or for some , and holds (since ), so by the inductive step. By strong induction, for all .
(Weak Strong): Assume weak induction. Define . Then . If , then all for hold. By the strong induction hypothesis, holds, so . By weak induction, for all , hence for all .
The recursion theorem states that for any set , any element , and any function , there exists a unique function such that:
This theorem justifies recursive definitions and is proved using transfinite recursion on ordinals.
The Fibonacci sequence can be defined by two-place recursion:
To formalize this, we use the recursion theorem with state space and the transition function . Starting from , this generates pairs .
Every non-empty subset of has a least element under the natural ordering. This is equivalent to mathematical induction.
(WO Induction): Suppose induction fails for some property . Let be the set of counterexamples. If , it has a least element . Since , we have , so for some . Since is minimal in , we have . By the inductive step, , contradicting .
(Induction WO): Suppose has no least element. Define . Then (else would be the least element). If , then all satisfy . If , it would be minimal (since no smaller element is in ), contradiction. So . By induction, for all , so .
The equivalence of induction, strong induction, well-ordering, and recursion demonstrates that these are different perspectives on the same fundamental property of : its well-founded structure. This structure, ultimately derived from the axiom of foundation, is what makes natural numbers suitable for proof by induction and definition by recursion.
Mathematical induction is not merely a proof technique but a deep structural property of the natural numbers, reflecting their construction as the minimal inductive set in ZFC set theory.