I just want to see if I am understanding this correctly.
I have to create an equivalence relation on 1,2,3 that has exactly two equivalence classes. So I came up with S = {(1,1), (2,2), (3,3), (1,2), (2,1)}.
So the equivalence classes would be [1] = {1, 2}, [2] = {2, 1}, [3] = {3} which works. [1] == [2] so theres one equivalence class and the other is [3]. There is exactly two equivalence classes. Is this correct?
Thanks