Example 1 — Integers mod 3
EasyProblem
Group the integers by 'same remainder when divided by .' What is the class of ?
Solution
-
'Same remainder mod 3' is reflexive, symmetric, transitive — a genuine equivalence relation.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I grouping all elements 'the same' under a reflexive, symmetric, and transitive relation?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Collect every listed integer leaving remainder when divided by .
The rule is chosen only after the structure matches, so the steps mean something.
-
rem , rem ; so among these.
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 — same in the way that matters. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: An equivalence class gathers everything the relation calls 'the same'.