3.3.10 · D1Sequences & Series

Foundations — Strong induction

1,848 words8 min readBack to topic

This page is a toolbox. The parent note Strong induction freely uses symbols like , , , , , , , , . If any of those looks like a squiggle, read here first, then return.


0. The most basic picture: the number line of "counting numbers"

Everything in this topic lives on the integers — the whole numbers with no fractions:

But strong induction almost always starts at some point and marches rightward forever. So the real playground is a line of evenly spaced dots stretching to the right with no end.

Figure — Strong induction

1. The symbol — a "slot" that any integer can fill

The letter is not a fixed number. It is a placeholder: a box you are allowed to drop any integer into.


2. The symbols and — "which dots are we talking about?"

We rarely want all integers — usually only those from a starting dot rightward.

  • reads " is greater than or equal to ." Picture: sits on or to the right of the dot .
  • reads " is strictly less than ." Picture: sits strictly to the left of — never on top of it.
Figure — Strong induction

3. The symbol — a statement that is either true or false

This is the heart of the whole topic. is not a number. It is a sentence about that is either true or false once you pick an .

Examples of what can be:

  • : " is a product of primes." Then is true (), is true ( is prime).
  • : "." Then is the claim "."
Figure — Strong induction

4. The arrows of logic: , ,

These little symbols are the grammar the proof is written in.


5. The symbols and — two different jobs for lowercase letters

Watch out: lowercase letters do two different things in the parent note.

(a) means multiplication. When you see , it means equals times (the multiplication sign is invisible). Picture: a rectangle with side lengths and whose area is .

Figure — Strong induction

(b) (with a subscript) means "the -th term of a sequence." The little hanging below is an address, not a multiplier.


6. The symbol — "proof finished"


7. Prime and composite — the vocabulary of Example 1

The parent's flagship example (Prime Factorisation) needs two words:


Prerequisite map

Integers - dots on a line

Variable n - sliding marker

Order symbols < and >=

Predicate P n - true or false bulb

Logic arrows => <=> for all

Subscript a n - numbered boxes

Product ab - rectangle area

Prime and composite

Strong induction 3.3.10

Each foundation on the left must be solid before the arrow reaching Strong induction makes sense. If any box is fuzzy, reread its section above.


Where these feed back into the topic

Symbol / idea First used in parent for...
, "prove for all "
(strict) the strong hypothesis
, "strong induction ordinary induction"
" for all "
prime-factorisation step (Prime Factorisation)
subscript the two-predecessor recurrence (Recurrence Relations)
prime / composite the case split in Example 1

For the big picture that ties these together, keep Sequences & Series and Mathematical Induction (ordinary) open — the Well-Ordering Principle gives yet another lens on the same idea.


Equipment checklist

Read each question, answer out loud, then reveal:

What does stand for, and why isn't it a fixed number?
A movable placeholder for any integer — it lets us state one claim about all dots at once.
What is the difference between and , and why does strong induction insist on the strict one?
excludes itself; includes it. Strong induction must exclude because is the conclusion, never an assumption.
What kind of object is — a number or a statement?
A statement about that is true or false; picture a green/red bulb on the dot .
Read aloud what and mean.
" forces " (one-way domino) and " and are always true together" (twin dominoes).
Does mean " times "?
No — the subscript is an address: it means "the -th term in a list ".
What does mean, and what does it say about ?
equals ; if then is composite (it fits a proper rectangle).
What is the difference between a prime and a composite number?
A prime () has no divisors but and itself; a composite splits as with both factors between and .
What does mark?
The end of a completed proof (Q.E.D.).
What is and where does it sit on the line?
The starting integer of the claim — the leftmost dot of the region we care about.