I'm trying to show that this relation is an equivalence relation. $$xRy \longleftrightarrow 7|(2x+5y) \text{ for all } x,y\in Z$$ I need to show that $R$ is reflexive. If I take every $x$ and $y$ are the same I can see that it's fine, how to write it in formal way?
For the next conditions I need some advice.
- $(a,b) \in R \Rightarrow (b,a) \in R$, i.e., Symmetry
- $(a,b) \in R , (a,c) \in R \Rightarrow (a,c)\in R$, i.e. Transitivity
Thanks!