In order to prove if a relation is an equivalence relation, it needs to be show that is all of:
- Reflexive
- Symmetric
- Transitive
Whilst I am familiar with this, I am unsure how to approach the following set of questions:
State and explain whether each of the following relations $R$ is an equivalence relation.
- The relation $R\subseteq(\mathbb{Z}\times\mathbb{Z} \ \backslash \ \{0\}) \times (\mathbb{Z}\times\mathbb{Z} \ \backslash \ \{0\}) $ is defined via $((a,b),(c,d))\in R$ if, and only if, $ad=bc$.
- The relation $R\subseteq(\mathbb{Z}\times\mathbb{Z}) \times (\mathbb{Z}\times\mathbb{Z} ) $ is defined via $((a,b),(c,d))\in R$ if, and only if, $ad=bc$.
The main thing I am confused about is how to deal with relations involving cartesian products of cartesian products. To prove it is reflexive, am I supposed to prove all $$((a,a),(a,a))$$ exists within the relation, if and only if $a^2=a^2$? And I'm not sure how to begin with the others. Thanks for any tips.
Concerning the first binary relation, not that the elements of $\mathbb Z\times(\mathbb Z\setminus\{0\})$ are pairs $(a,b)$ (with $a,b\in\mathbb Z$ and $b\neq0$, not pairs $(a,a)$. Now:
Can you deal with the other one now? Hint: It is not an equivalence relation.