Example 1 — Sum of first $n$ integers
EasyProblem
Prove for every integer .
Solution
-
The claim is indexed by all and the sum for extends the sum for .
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Is the claim indexed by all integers , with each case reachable from the one before it?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Base case : left side , right side , so holds.
The rule is chosen only after the structure matches, so the steps mean something.
-
Inductive step: assume ; add to both sides to get , which is .
Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.
-
Check the answer against the original question.
It should fit the mental model — first domino falls, each knocks the next. If it does not, revisit the recognition step before changing the arithmetic.
Answer
True for all
Takeaway: A verified base case plus a valid step proves the formula for infinitely many .