Example 1 — No largest number
EasyProblem
A student claims they found the biggest number, . Show there is no largest.
Solution
-
We test endlessness: is there always one more?
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does this describe an endless process with no final value, rather than a specific reachable number?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Add one: is a number and is bigger than .
The rule is chosen only after the structure matches, so the steps mean something.
-
, and you can repeat with , forever.
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 — always one more, never a last. If it does not, revisit the recognition step before changing the arithmetic.
Answer
There is no largest number — counting is infinite
Takeaway: Always being able to add one means the count is endless.