I'm currently struggling to understand most aspects of set theory, including this. I don't necessarily want a direct answer, but more of a push or a hint towards how to get the correct answer, as I don't even know where to begin.
In this problem, I've already proven that (Rn = {(x,y) ∈ Z×Z|(x−y)is divisible by n}) is an equivalence class by proving it is reflective, symmetric, and transitive, but now I'm being asked asked to list all the different equivalence classes with respect to Rn with a representative for each class. They also provided this for additional help:
Suppose n is a positive integer. For any integers x and y, (x−y) is divisible by n ⇐⇒ (x mod n)=(y mod n)
where (x mod n) denotes the remainder1 in the division of x by n.
P.S. - If you've seen any of my past questions I've posted in the last day or two, you'll understand I'm struggling heavily with discrete mathematics. This is easily one of the most difficult and challenging classes I've ever taken (and I love high level math and programming). Its a bit bothersome how little of this subject I understand.
Observe that you need to have, as representatives of equivalence classes, a whole set of numbers $\;\{x_1,...,x_n\}\;$ for which you can not deduce $\;x_i-x_j\;$ is divisible by $\;n\;$ for $\;1\le i\neq j\le n\;$ .
For example, take $\;x_1:=0=$ the integer zero. Can you see what equiv. class does $\;0\;$ represent? Can you now come up with other rather easy-to-get representatives for the rest?
An advice: if you still struggle, try to do some easy examples, as with $\;x=3,4\;$ or so.