I need clarification.
Let $A=\{1,2,3\}$ be a set and $R=\{(1,2)\}$ be a relation on $A$.
Is it a Transitive relation? I am confused because some text books say $R$ is transitive if it contains only one ordered pair.
I am not able to explain why $R$ can said to be transitive in the above case.
A relation is said to be transitive if $(a,b) \in R$ and $(b,c) \in R$ then $(a,c) \in R $.
If P then Q.
$P: (a,b) \in R$ and $(b,c) \in R$ and $Q:(a,c) \in R$
But here only one condition of $P$ is satisfied. According to some source, if second condition i.e, $(b,c) \in R$ does not exist, $R$ is said to be transitive. Can we say $R$ is transitive? Or do we need both conditions of $P$?