Lecture · 15 min · advanced
Induction
The well-ordering principle in working clothes
Mathematical induction
Induction is not “it works for a few, so it works for all.” It is a two-step machine licensed by the well-ordering of the natural numbers: prove (or ), and prove that implies . Then there is no smallest counterexample, hence no counterexample at all.
On the board today
- —Write a complete induction proof with base and inductive step.
- —See why the inductive hypothesis is an assumption, not a theft.
- —Use induction for sums, inequalities, and divisibility.
Worked example · The sum of the first $n$ integers
Prove for every integer .
- 1.Base: gives .
- 2.Assume true for . Add : .
The inductive step is algebra; the schema does the rest.
Pause the lecture
Where does an induction proof fail if the statement is false for but true thereafter?
Common mistake. Using in the course of proving — circular. The inductive hypothesis is , or, in strong induction, . Not the thing you are currently proving.