Suppose I have a set $A = \{1,2,3,4\}$ and I define a relation $R$ on $A$ as $R = \{(1,2),(3,4)\}$. Is this relation transitive or not?
My book says a relation is transitive if $(x,y) \in R$ and $(y,z) \in R$ implies $(x,z) \in R$ for all $x,y,z \in R$. I cannot conclude what that means for the example above.
So is a relation called transitive or not when there are no ordered pairs like $(x,y),(y,z)$ that belong to $R$?
Sure, the binary relation $R = \{(1,2), (3,4)\}$ on the set $A = \{1,2,3,4\}$ is transitive.
Indeed, the transitive property is vacuously true for the relation $R$: since there are no $x,y,z$ in $A$ such that $(x,y) \in R$ and $(y,z) \in R$, there is nothing to check.