Example 1 — Test a set
EasyProblem
Are the whole numbers closed under addition?
Solution
-
You must check if adding any two whole numbers stays whole.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does combining any two members of the set always give a result still in the set?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Add any two: , still a whole number, and this holds for all pairs.
The rule is chosen only after the structure matches, so the steps mean something.
-
No counterexample exists for sums of whole numbers.
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 — stay inside the set after operating. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Yes, closed under addition
Takeaway: Closure holds when every result stays inside the set.