Mathematical induction occupies a unique position in epistemology: while carrying the name "induction," it is in fact an absolute, deductive proof method of unquestionable mathematical validity.
- Empirical (Scientific) Induction: Observes a finite set of specific instances and infers a general law. For example, observing 1,000 white swans and concluding "all swans are white." This form of induction can never provide mathematical certainty, because a single counterexample (e.g., a black swan in Australia) destroys the hypothesis.
- Deductive Reasoning: Derives specific truths necessarily and logically from accepted general axioms or premises. Mathematical induction belongs completely to deductive logic: it proves that a statement holds for infinitely many numbers without examining each one individually.
A mathematical statement or proposition involving natural numbers is denoted by $P(n)$, where $n \in \mathbb{N} = \{1, 2, 3, 4, \dots\}$.
Example: Let $P(n)$ be the statement: $1 + 2 + 3 + \dots + n = \frac{n(n + 1)}{2}$.
- For $n = 1$: $P(1)$ is the assertion $1 = \frac{1(1 + 1)}{2} = 1$ (True).
- For $n = 2$: $P(2)$ is the assertion $1 + 2 = \frac{2(2 + 1)}{2} = 3$ (True).
- Verifying $P(1), P(2), \dots, P(100)$ does NOT prove the statement for all $n$, because it might fail at $n = 101$. Only the Principle of Mathematical Induction provides universal proof.
The Principle of Mathematical Induction is logically equivalent to the Well-Ordering Principle: if a statement $P(n)$ were false for some natural numbers, the set of counterexamples would possess a smallest member, leading directly to a contradiction of the inductive step.