I have been stuck on this question for a while. I was wondering for a set $A={1,2,3,4,5,6}$, given that its distinct equivalence classes are $\{1,4,5\},\{2,6\},\{3\}$, what is the equivalence relation R on A?
I have tried everything, such as powers, modulo, parity arguments, sum, difference, product, etc.
Any help would be appreciated.
What you need to do is simply define $R$ by explicitly stating which ordered pairs of numbers belong to $R$. There's no need to discover some clever operation(s) on elements that define of a binary relation between elements.
All we need to know is:
Because $R$ is an equivalence relation, we need to also ensure that we include pairs in $R$ satisfying:
We simply list those ordered pairs:
$$R = \{\underbrace{(1, 1), (1, 4), (1, 5), (4, 1), (4, 4), (4, 5), (5, 1), (5, 4), (5, 5),}_{\text{first class}} \\\underbrace{(2, 2), (2, 6), (6, 2), (6, 6),}_{\text{second class}} \underbrace{(3, 3)}_{3^\text{rd}\text{class}}\}$$