While studying relations, I came across a strange question.
Set $A=\{1,2,3,4\}$ on which the relation $R=\{(2,4),(4,3),(2,3),(4,1)\}$ is defined. It is said in the answer that the relation is not transitive. I am not able to find out why is it so.
Let $R=\{(3,4)\}$. This is said to be transitive in the answer.
Can anyone give proper reason for it?
Recall that $R$ is transitive if $(a,b),(b,c)\in R\Rightarrow (a,c)\in R$.
Here, you have that $(2,4),(4,1)\in R$, but $(2,1)\not\in R$, so $R$ is not transitive.