Find the equivalence classes of the relation R = {(0, 0),(1, 1),(1, 2),(2, 2),(2, 1),(3, 3),(3, 4),(4, 3),(4, 4)}
on the set A = {0, 1, 2, 3, 4}.
How do i solve this question. I'm attempting to teach myself at the moment so any help will be appreciated.
As far as i'm aware the equivalence class of a is the set of all elements x in A, such that x is related to a by r.
As you said in the question, we form equivalence classes by finding elements in $R$ related to different elements of $A$.
So from the relation $R$ we find that $(0,0) \in R \Rightarrow 0 \in [0].$ Also, $ (1,2) \in R \Rightarrow 2 \in [1]\ \text{and}\ 1 \in [2]$ etc. Therefore, $[0] = \{0\}, [1] = \{1,2\}$ etc.
Here $[\cdot]$ denotes an equivalence class and '$\cdot$' is the representative of the class.
Can you find other classes like $[2]$ and $[3]$ from here?