Determine if each of the following relations is an equivalence relation. If so, determine the equivalence classes.
- $S = \Bbb Z$, $a \sim b \iff a \equiv b \pmod 3$ or $a \equiv b \pmod 5$.
- $S = \Bbb Z$, $a \sim b \iff a \equiv b \pmod 3$ and $a \equiv b \pmod 5$.
- $S = \Bbb R \times \Bbb R$, and $(x,y) \sim (u,v) \iff x^2 + y^2 = u^2 + v^2$.
This is the first question that came up on my last equivalence relations midterm that I couldn't figure out (all three). If anybody would be kind enough to outline the steps required to begin and get to the solution to all three parts of this question.
Please help, this stuff will be on the final which is in a month and I can't seem to find anything in the notes to guide me through. A quick F.Y.I. This is a proofs course and the standard proof procedure is required in all solutions. I wasn't very strong with modulo during that unit either.
1) No. Not transitive.Example: 1 = 4 ( mod 3 ) , and 4 = 9 ( mod 5 ) but 1 is not 9 ( mod 3 ) or 9 ( mod 5).
2) Yes.
3) Yes.