Mathematical Induction
Law 1
Regarding the proposition , if is true and assuming , then if holds, is true.
Explanation
When a formula holds for natural numbers, a powerful proof method called Peano’s Fifth Axiom is especially potent, or simply called induction without the ‘mathematical’ prefix. Originally, induction refers to deriving certain conclusions by empirically collecting phenomena or entities, but in mathematics, it’s understood as mathematical induction without explanation.
Mathematical induction seems difficult to understand at first but becomes extremely easy once understood. As can be inferred from its alias, Peano’s Fifth Axiom, it’s considered an axiom because it’s inherently logical. Mathematical Induction Mathematical induction is often likened to dominoes:
- (1) The first domino falls. It’s an apparent fact that the first domino falls, simply because you topple it yourself. Similarly, in proofs, this is usually shown easily by substituting into the proposition.
- (2) The falling of a previous domino topples the next one. If the th domino falls, it topples the th domino as well. In a row of dominoes, the notion that a domino would topple the next one is plausible. Demonstrating this is the essence and the most challenging part of mathematical induction.
- **(3) If the above is true, toppling the first domino results in all dominoes falling.
- Let’s say you’ve toppled the first domino.
- Accordingly, from (2), the th domino topples the th domino.
- Again, from (2), the th domino in turn topples the th domino.
- And again, from (2), the th domino in turn topples the th domino.
- Thus, all dominoes topple the next leading to every single domino falling, no matter how many there are.
Returning to mathematical induction, when holds, so does , meaning holds. When holds, holds, and when holds, holds.
But isn’t assuming a circular argument?
It can be confusing why one might assume holds when first encountering mathematical induction, and I too was puzzled by this in high school. However, what we are actually demonstrating is not that itself holds, but that if holds, then also holds. Therefore, mathematical induction is considered a form of indirect proof.
- Frankly, it doesn’t matter whether holds for all cases or not. If a false conclusion is drawn from a false assumption, the logic in-between is sound.
- If it holds true, then holds, thus it applies to all natural numbers. This is the true conclusion of the proof. At least one true proposition must exist to justify the validity of for all natural numbers.
Translated by Heung-Chun Lee, You-Feng Lin. (2011). Set Theory: An Intuitive Approach: p63, 367. ↩︎