Given the binary relation R on N define by aRb iff | a -b | is even.
How can I verify that R is an equivalence relation?
I understand that part, just a bit confused on how to use |x - y| to prove all these three steps. I noticed ix and y have to both be either odd or even to satisfy the iff statement. I just need a starting point with the problem, any help would be appreciated.