Skip to content

Revise: Mathematical Induction

The principle of mathematical induction, and using it to prove summation, divisibility, and inequality statements.

The Principle of Mathematical Induction

Base case + inductive step (P(k) true ⟹ P(k+1) true) ⟹ P(n) true for all n.

Domino analogy: first domino falls, each knocks the next.

Proving Summation Formulas by Induction

Add the (k+1)th term to both sides, then simplify with algebra.

1+2+...+10 = 55.

Proving Divisibility Statements by Induction

Assume f(k)=d·m, rewrite f(k+1) in terms of f(k), then factor out d.

3ⁿ−1 divisible by 2 for all n≥1.

Proving Inequalities by Induction

Base case can start anywhere; multiply by positives to preserve inequalities.

n! > 2ⁿ for all n≥4.