I am asked: Determine whether the relation X on the set Z is reflexive, symmetric, antisymmetric, and/or transitive, where $(a,b) ∈ X$ if and only if a = 1.
Apparently, the set is antisymmetric and transitive. I understand how it is not reflexive or symmetric, but I don't get why it is transitive. If the set is composed of ${(1,0),(1,1),(1,2),(1,3),...}$, where is the transitivity found?
Let's say we have $(a, b) \in X$ and $(b, c) \in X$. Since $(a, b) \in X$, we have $a=1$. Since $a=1$, we have $(a, c) \in X$, proving transitivity.
The interesting thing here is that because we have $(b, c) \in X$, we have $b=1$. Therefore, transitivity only applies when $(a, b)=(1, 1)$.