Let $R$ be a binary relation on $\mathbb{N}$ defined by $xRy$ if and only if $x − 2 ≤ y ≤ x + 2$
How do you find if it is a transitive relation when there is only $xRy$? Isn't transitivity the relation between 2 conditions, for example $xRy$, $yRz$ therefore $xRz$ ?
You can obtain a counterexample for $x=3, y=4, z=6$.
So the relationship is not tranistive.
Bare in mind that: $$xRy: x − 2 ≤ y ≤ x + 2 \\ yRz: y− 2 ≤ z ≤ y + 2\\ xRz: x − 2 ≤ z ≤ x + 2$$