Let $\sim$ be define so that $a\sim b$ exactly when $a \times b$ is divisible by $3$. Is this an equivalence relation? If not, which of the three properties (reflexive, symmetric, transitive) does not hold?
Solution:
We need to test each of the following cases to see if they hold.
Here are my assumptions: $a\times b$ is divisible by $3$ in the following cases:
- Case 1: $3\mid a $, and $3\nmid b$. Example: $a=3, b=2, a\times b=6$
- Case 2: $3\nmid {a}$, and $3\mid b$. Example: $a=2, b=3, a\times b=6$
- Case 3: $3\mid a$, and $3\mid b$. Example: $a=3, b=3, a\times b=9$
Reflexive Test:
- $aRa: = \{(a,a): 3\mid a\times a\}$
- $bRb: = \{(b,b): 3\mid b\times b\}$
This fails in $aRa$ when $a$ is not divisible by $3$ according to case 1. This also fails in $bRb$ when $b$ is not divisible by $3$ according to case 2.
Symmetric Test:
- $aRb: = \{(a,b): 3\mid a\times b\}$
- $bRa: = \{(b,a): 3\mid b\times a\}$
This works because if $a\times b$ is divisible by $3$, then $a$ is divisible by $a\times b$ and $b$ is divisible by $b\times a$.
Transitive Test: Honestly I am not exactly sure how to describe the relation here, since we need $a$, $b$ and $c$.
What is $c$ in this case, is it the result of $a\times b$?
Am I on the right track?