Show that for any two given integers, $a$ and $b$, either $[a] = [b]$ or $[a]\cap [b] = \emptyset$.
Every integer can be written as such $a=mq+r$ for some integer $q$ Now we also have that $[a]=\{a+mq\}$.
So basically its just saying that when an integer $a$ and $b$ are divided by $m$ they have the same remainder $r$. Clearly if the remainder is the same for $a$ and $b$ then $[a]=[b]$.
However if the remainder is different when divided by an integer $m$ then they share no common elements for the classes so the intersection will be empty.
I'm having a little trouble cleaning up this proof I understand that if two integers have the same remainder then the equivalence class of the set of all integers with the same remainder will be identical. Also if they have a different remainder then the equivalence classes will be different also.
Can't use the fact its an equivalence relation in this proof