Given, aRb⇔∣a−b∣≤1
For Reflexive aRa=∣a−a∣=0≤1
So, it is reflexive.
For Symmetric aRb⇔∣a−b∣≤1 ⇒∣b−a∣≤1
i.e., aRb⇒bRa
So, it is symmetric.
For Transitive
Take a=1,b=2 and c=3
Now, ∣a−b∣=∣1−2∣=1
and ∣b−c∣=∣2−3∣=1
But ∣a−c∣=∣1−3∣=2>1, which is not true.
i.e., aRb,bRc=aRC
So, it is not transitive.