I'm solving an exercise about equivalence relations. I have to show that this relation is an equivalent relation:
We define in $\mathbb{R}^{2}$ the relation given by $(x,y)R(a,b)\iff > \exists n\in \mathbb{Z}(n-1<y\leq n \wedge n-1<b\leq n)$
To show that it is an equivalent relation I have to prove that it is Reflexive, Symmetric and Transitive. I don't know how to prove that it is transitive.
For reflection: $\exists n\in \mathbb{Z}(n-1<y\leq n \wedge n-1<y\leq n)$ is always true.
For symmetry: $\exists n\in \mathbb{Z}(n-1<y\leq n \wedge n-1<b\leq n) \iff \exists n\in \mathbb{Z}(n-1<b\leq n \wedge n-1<y\leq n)$ is always true because the and operator is conmutative.
Thanks in advance!
Hint: The relation is of the form $\alpha R\beta\iff f(\alpha)=f(\beta)$. Here $f\colon \Bbb R^2\to\Bbb Z$, $(x,y)\mapsto \lceil y\rceil$