Example 1 — Verify a subset
EasyProblem
Let and . Is ?
Solution
-
We must check every member of against .
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Is every single member of the first set also a member of the second?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Test each element of : is in ? Is in ?
The rule is chosen only after the structure matches, so the steps mean something.
-
(yes) and (yes), so every element of is in .
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 — smaller circle inside a bigger one. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Yes,
Takeaway: Subset means all members pass, not just one.