Algebra 2
Proof by induction
Mathematical induction
20 practice questions
0 video lessons
Theory + worked examples
Theory
Mathematical induction proves a statement \(P(n)\) for all natural numbers in two parts:
- Base case: show \(P(1)\) is true.
- Inductive step: assume \(P(k)\), then prove \(P(k+1)\).
Like falling dominoes: the base case tips the first, and each step topples the next.
The base case starts the chain; each step topples the next.
The structure of an induction proof.
The two parts:
\[P(1)\ \text{true},\qquad P(k)\Rightarrow P(k+1)\]
Both parts are required β one alone doesn't prove the statement.
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\).
Example 1 β Base case
To prove \(1+2+\dots+n=\dfrac{n(n+1)}{2}\), check the base case \(n=1\).
Solution
Both sides must match at \(n=1\).
| \(\text{left}\) | \(=\) | \(1\) |
| \(\text{right}\) | \(=\) | \(\dfrac{1(2)}{2}=1\ \checkmark\) |
Example 2 β Inductive hypothesis
State the inductive hypothesis for that sum.
Solution
Assume the statement holds at \(n=k\).
| \(1+2+\dots+k\) | \(=\) | \(\dfrac{k(k+1)}{2}\) |
Example 3 β Inductive step
Show it then holds for \(k+1\).
Solution
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.
Example 4 β The two parts
What two parts does every induction proof need?
Solution
A base case and an inductive step (assume \(k\), prove \(k+1\)).
Common pitfalls
You need both parts β base case and inductive step.
Use the hypothesis \(P(k)\) in the step.
Prove \(P(k+1)\) exactly, not just plausibly.
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.
More in Proof by induction