Mathematical induction
Mathematical Induction
Mathematical Induction is the opening topic of Proof by Induction in the California Common Core State Standards. It is aligned to the Mathematical induction strand of the framework, which requires students to prove statements about the natural numbers using the base case and inductive step of mathematical induction.
Mathematical induction proves a statement for all natural numbers with a base case (\(n=1\)) and an inductive step (assume \(n=k\), prove \(n=k+1\)).
Theory
- Base case: show \(P(1)\) is true.
- Inductive step: assume \(P(k)\), then prove \(P(k+1)\).
The two parts:
How to prove by induction
- Verify the base case \(P(1)\).
- Assume \(P(k)\) is true (the inductive hypothesis).
- Use it to prove \(P(k+1)\).
- Conclude \(P(n)\) holds for all \(n\).
Both sides must match at \(n=1\).
| \(\text{left}\) | \(=\) | \(1\) |
| \(\text{right}\) | \(=\) | \(\dfrac{1(2)}{2}=1\ \checkmark\) |
Assume the statement holds at \(n=k\).
| \(1+2+\dots+k\) | \(=\) | \(\dfrac{k(k+1)}{2}\) |
Add \((k+1)\) to both sides.
| \(\dfrac{k(k+1)}{2}+(k+1)\) | \(=\) | \(\dfrac{k(k+1)+2(k+1)}{2}\) |
| \(=\) | \(\dfrac{(k+1)(k+2)}{2}\) |
This is the formula at \(k+1\), completing the proof.
A base case and an inductive step (assume \(k\), prove \(k+1\)).
Common pitfalls
Frequently asked questions
What is mathematical induction?
A method to prove a statement for all natural numbers.
What is the base case?
Showing the statement is true for the first value, usually \(n=1\).
What is the inductive step?
Assuming the statement for \(k\) and proving it for \(k+1\).
Why does induction work?
Like dominoes: the base case starts the chain and each step continues it.