Discrete Math Tutor

Induction / Strong Induction

Least You Need to Know: Strong Induction

Strong induction assumes the claim holds for **all earlier cases up to n** and then proves it for `n + 1`.

The least you need to know

Key notation

P(n) statement for integer n
∀k ≤ n for all earlier cases up to n
n + 1 next case

Tiny worked example

  • To prove every integer `n ≥ 2` factors into primes, assume every integer from `2` through `n` has a prime factorization.
  • For `n + 1`, either it is prime or it factors into smaller integers.
  • The smaller factors already have prime factorizations by the strong induction hypothesis.

Common mistakes

How to recognize this kind of problem

Start practice