3.3.9 · D3Sequences & Series

Worked examples — Mathematical induction — principle, steps, problems

2,679 words12 min readBack to topic

This page is the drilling ground for the parent note. If a word here is unfamiliar (base case, inductive hypothesis, IH, PMI), go back and read the ritual first — everything below assumes you know those four steps.


The scenario matrix

Every cell is a distinct flavour of induction. The examples that follow are tagged with the cell they cover.

# Cell (scenario class) The Step-4 move that cracks it Example
A Sum formula ( of a pattern) Add the next term to both sides Ex 1
B Sum of cubes (higher power) Add , factor out Ex 2
C Product / telescoping formula Multiply both sides by the next factor Ex 3
D Divisibility () Split Ex 4
E Inequality ( vs polynomial) Multiply/add to grow the IH, then bound the leftover Ex 5
F Base case (inequality valid only late) Start the dominoes further along the line Ex 6
G Strong induction (needs several earlier cases) Assume all of Ex 7
H Degenerate / empty case (, empty sum) Check the convention: empty sum , empty product Ex 8
I Real-world word problem Translate the story into , then induct Ex 9
J Exam twist (identity that looks false, or a "spot the bug") Read carefully — where does the chain break? Ex 10

Ex 1 — Cell A · A sum formula (odd numbers)

Forecast (guess first!): Add up the first odd numbers. Try : . Do you believe the RHS is exactly ? Guess before reading on.

  1. State : . Why this step? We must write the exact object we'll manipulate, including the general term (the -th odd number).
  2. Base case : LHS , RHS . ✓ Why this step? Without a true first domino the chain is empty.
  3. IH: assume for a fixed .
  4. Step: the -th odd number is . Add it to both sides: Why this step? 's LHS is 's LHS plus exactly one more term — so add precisely that term. And is the perfect square , which is 's RHS. By PMI, done. ∎

Verify: : LHS , RHS . ✓

Figure — Mathematical induction — principle, steps, problems

The figure shows why odd numbers build squares: each odd number is the L-shaped border ("gnomon") you add to grow an square into a square. That L has cells on top, on the side, minus the shared corner cells. That is exactly step 4, drawn.


Ex 2 — Cell B · Sum of cubes

Forecast: The RHS is the square of the sum of the first naturals. So the sum of cubes equals . Surprising? Guess whether .

  1. State : .
  2. Base : LHS , RHS . ✓
  3. IH: .
  4. Step: add : Why this step? Factor out early — the target RHS contains , so pulling it out steers us straight to the goal. That is . By PMI, done. ∎

Verify: : LHS , RHS . ✓


Ex 3 — Cell C · A product / telescoping formula

Forecast: A product of shrinking factors. Guess: does it settle toward as grows? (Look at the RHS .)

  1. State : . Why this step? Note here — the product starts at because would kill everything.
  2. Base : LHS , RHS . ✓
  3. IH: product up to equals .
  4. Step: multiply both sides by the next factor : Why this step? For a product formula, 's LHS is 's LHS times one more factor — so multiply, don't add. Now . Substitute: That is . By PMI, done. ∎

Verify: : LHS , RHS . ✓


Ex 4 — Cell D · Divisibility (all cases of the leftover)

Forecast: , so a power of should be , making . Guess whether it always works. (See Divisibility and Modular Arithmetic for the "" shorthand.)

  1. State : , i.e. for some integer .
  2. Base : . ✓
  3. IH: for some integer , so .
  4. Step: compute the next case: Why this step? We rewrite using from the IH, so the "old divisible chunk" resurfaces and the leftover () is itself a multiple of . Since is an integer, . By PMI, done. ∎

Verify: : . ✓ (integer quotient, so divisible.)


Ex 5 — Cell E · Inequality with a leftover to bound

Forecast: For small this is false (: ). It only kicks in at . Guess the base case value.

  1. State : .
  2. Base : , , and . ✓ Why here? At : ✓, but : ✗. The statement is only true from on, so we must start the dominoes at . This is Cell F territory too (a non-1 base).
  3. IH: for a fixed .
  4. Step: double the IH: . Why this step? Multiplying by turns into — the exact left side we need. Now we must show . Expand the gap: Why this step? We need the leftover to still dominate the target . For , , so , giving . Chaining: . By PMI, done. ∎

Verify: : ✓. : ✓.


Ex 6 — Cell F · Base case not 1 (Bernoulli-style inequality)

Forecast: At : ? No, equal. So it's strict only from . Guess where to start.

  1. State : .
  2. Base : , , and . ✓ Why ? At , — equality, not strict. So the smallest where the strict inequality holds is . Starting the chain at is legitimate: PMI just proves the statement for all .
  3. IH: for fixed .
  4. Step: triple the IH: . Why this step? Multiply by to build . Now compare to the target : So . By PMI, done. ∎

Verify: : ✓. : ✓.


Ex 7 — Cell G · Strong induction (Fibonacci needs two earlier cases)

Forecast: Fibonacci grows fast — but does it out-race powers of two? Guess whether stays under . (Background: Recurrence Relations & Fibonacci.)

  1. State : .
  2. Base cases (need TWO):
    • :
    • : Why two base cases? The recurrence reaches back two steps. To prove we'll use and , so both must be anchored. This is the signature of strong induction.
  3. Strong IH: assume for all with (a fixed ).
  4. Step: for , Why this step? We apply the IH to both and — allowed because strong induction hands us every earlier case. Why the last bound? , and . That is . By strong PMI, done. ∎

Verify: : ✓. : ✓.


Ex 8 — Cell H · Degenerate / empty case ()

Forecast: What does the left side mean when ? There are no terms. Guess its value before reading.

  1. Convention first: an empty sum (no terms) equals ; an empty product equals . These are the "identity" values: adding or multiplying by changes nothing. Why care? Many exam statements are quietly true at , and a clean proof can use as its base case.
  2. State : .
  3. Base : LHS empty sum ; RHS . ✓ The formula survives the degenerate case.
  4. Step (same as parent Ex 1): IH ; add : Why this step? Add the next term — the same sum move, now anchored one domino earlier at . By PMI, true for all . ∎

Verify: : both sides ✓. : LHS , RHS ✓.


Ex 9 — Cell I · Real-world word problem (handshakes)

Forecast: Add one late guest to a party. How many new handshakes does that guest add? Guess before Step 4.

  1. State : with people, handshakes .
  2. Base : one person, nobody to shake with, ; RHS . ✓ Why start at 1? A party can have one person; the count is the honest degenerate value (a Cell H flavour hiding inside a word problem).
  3. IH: with people, .
  4. Step: person number walks in and shakes hands with each of the existing people — that's new handshakes, and no old ones change: Why this step? We modelled the "next domino" as adding one guest, so the change is exactly the handshakes that guest performs. That is (replace by : ). By PMI, done. ∎

Verify: : pairs ; RHS ✓. (This is also the number of edges in a complete graph — see Arithmetic & Geometric Series for the same triangular numbers.)


Ex 10 — Cell J · Exam twist ("spot the bug")

Forecast: The base and the algebra look airtight. Guess which the step secretly fails at.

  1. Re-examine the step's hidden assumption. The argument needs the two subsets (first and last ) to overlap in at least one horse, so their colours can be "linked". Why this matters? Without an overlapping horse, "first group same" and "last group same" are two unrelated facts — no bridge between them.
  2. Test , i.e. proving from . We have horses . Drop the last → mono (trivially). Drop the first → mono (trivially). Overlap empty! Why this is the bug: with horses the two sub-groups share no horse, so the colours of and are never actually compared. The inductive step is false.
  3. Conclusion. The chain breaks at its very first link. Because the domino never falls, nothing beyond is proven — and indeed horses come in many colours. Lesson (Trap 3/4 from the parent): a step must work for every , especially the smallest one. Always test the inductive step at the boundary.

Verify: the argument needs for the overlap to be nonempty; the smallest required step is , where overlap size . So the proof fails precisely at . (No numeric formula to plug — the "check" is that when .)


Recall Which move for which cell?

Sum → add next term. Product → multiply by next factor. Divisibility → split off a multiple of the divisor. Inequality → grow the IH then bound the leftover. Multi-step recurrence → strong induction with enough base cases. Edge input → check the empty/degenerate convention. Twist → find the smallest where the step breaks.

Which Step-4 move do you use for a product formula?
Multiply both sides by the next factor (not add).
For , why must the base case be and not ?
The statement is false at (); it first holds at (), so the dominoes start there.
Why does the "all horses same colour" proof fail?
The inductive step has no overlapping horse (overlap size ), so the two sub-groups' colours are never linked.
Why does Fibonacci need TWO base cases in strong induction?
The recurrence reaches back two steps, so both and must be anchored.
What is the value of an empty sum and an empty product?
Empty sum , empty product (the additive and multiplicative identities).

Connections

Concept Map

test smallest k

Scenario matrix

Sum add next term

Product multiply factor

Divisibility split multiple

Inequality bound leftover

Strong induction many bases

Degenerate empty case

Word problem translate first

Exam twist find broken link

Same 4 step ritual