Question: Let $A=\{a, b, c\}$ and let $R=\{(a, a), (b, b), (c, c), (a, b), (b, a), (c, a), (a, c)\}$. Prove that $R$ is reflexive and symmetric but not transitive.
I checked that the relation $R$ is reflexive and symmetric according to the following definition, but it's also transitive since $(a, a)∈R∧(b, b)∈R⇒(a, b)∈R$ and likewise transitive, for all elements.
By definition, $R$, a relation in a set $X$, is reflexive if and only if $\forall x\in X$, $x\,R\,x$.
$R$ is symmetric if and only if $\forall x, y\in X$, $x\,R\,y\implies y\,R\,x$.
R is transitive if and only if $\forall x, y, z\in X$, $xRy∧yRz⇒xRz$.