Can someone give me an example for this question on reflexivity please. How is this reflexive? Can you show an example with numbers from the set?
Question 6
Let $X = \{0,1,2,3,\dotsc, 9\}$. Define a relation $\mathcal R$ from $X$ by "$x$ is related to $y$ if $x$ and $y$ gives the same remainder on division by $3$".
(a) Show that $\mathcal R$ is an equivalence relation.
Anwser:
(a) $\mathcal R$ is clearly both reflexive and symmetric, for every number has the same (unique) remainder on division by $3$ as itself and if $a$ has the same remainder on division by $3$ as does $b$, then $b$ has the same remainder on division by $3$ as $a$ also. Similarly $\mathcal R$ is transitive, for if $a\mathcal R b$ and $b\mathcal R c$, then $a$, $b$, and $c$ all have the same remainder on division by $3$, so $a\mathcal R c$ also.