Proving transitivity on relation: $aRb=7|(|a-b|)$, so $aRb\, \wedge bRc\implies aRc$
What I tried:
$$7k =|a-b| $$ $$7l=|b-c|$$ $$l,k\in\mathbb{Z}$$
Now I squared the two equations and subtracted the top one from the bottom one: $$49(l^2-k^2)=(b-c)^2-(a-b)^2 =c^2-2b(a-c)-a^2\neq|a-c|^2$$
I see that this approach does not work, since I can't get the square root of the distance between $a$ and $c$, so that $\sqrt{49(l^2-k^2)}$ would be a rational number for all $l$ and $k$ (for instance we could have $l=3$ and $k= 2,$ and we get $7\cdot\sqrt{5}\notin\mathbb{Q}$), so my equation above does not imply that transitivity does not exist.
My question is what would be the best way to prove if it does or doesn't exist?