Okay I am having some difficulties understanding whether a relation is transitive.
For example, we have the set $R=\{1,2,3,4\}$. How can $R_1=\{(3,4)\}$ be transitive when something like $R_2=\{(1,1),(1,2),(2,1)\}$ is not transitive?
I know that a relation $S$ is transitive iff $(a,b),(b,c) \in S$ implies that $(a,c) \in S$.