Courses / Mathematics I
Mathematical Language and Reasoning

Mathematical Induction

Some statements hold for every natural number, like 1 + 2 + + n = n(n+1)2 for all n 1.

Mathematics I 245 words Free to read

Proving Infinitely Many Cases

Some statements hold for every natural number, like 1+2++n=n(n+1)21 + 2 + \dots + n = \frac{n(n+1)}{2} for all n1n \ge 1. Mathematical induction proves infinitely many cases with a finite argument. Think of a line of dominoes: if the first falls and each knocks the next, all fall.

An induction proof relies on two essential parts:

PartRoleAction
Base caseTips the first dominoProve the statement for the smallest value (n=1n=1 or 00)
Inductive stepKnocks the next dominoAssume n=kn=k holds, then prove n=k+1n=k+1

Both parts are required. Both alone leave the chain unstarted or broken.

Strong Induction & Pitfalls

Strong induction is a variant where the inductive step assumes the statement for all values from the base up to kk, not just kk. This helps when cases depend on multiple earlier ones, such as proving every integer >1>1 has a prime factorization.

To prove 1+2++n=n(n+1)21 + 2 + \dots + n = \frac{n(n+1)}{2}: the base case n=1n=1 gives 1=1221 = \frac{1 \cdot 2}{2}. Assuming it for kk, adding k+1k+1 yields the formula for k+1k+1.

PitfallConsequence
Omitting base caseThe chain never starts; all cases could be false
Ignored inductive hypothesisProving k+1k+1 from scratch instead of assuming kk is invalid
A number that needs two witnesses from arbitrarily far back, not one

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

13practice questions
2interactive scenes

Mathematical Language and Reasoning