Define the following $R$ on the set of integers $\Bbb{Z}$
$(a,b) \in R$ if and only if $3a + 5b$ is divisible by $8$
Prove that $R$ is an equivalence relation.
Attempt:
Reflexive:
a~a if and only if $3a+5a$ is divisible by 8
Since $3a+5a = 8a$ is divisible by 8, the relationship is reflexive.
Symmetry:
Let $a,b,k \in \Bbb{Z} $
$aRb$ = $ 3a+5b = 8k$
$bRa$ = $ 5b + 3a = 8k$
Therefore, it's symmetric
Transitivity:
Let $a,b,c, i, k \in \Bbb{Z} $
$aRb$ = $ 3a+5b = 8i$
$bRc$ = $ 5b + 3c = 8k$
Now what?