Given the following domain: $\;\{1,2,3,4\}$
And the following relation:
$$\{(1,1),(1,3),(1,5),(2,2),(2,4),(3,1), (3,3),(3,5),(4,2),(4,4),(5,1),(5,3),(5,5)\}$$
It states that this is an equivalence relation, but to my understanding for that to be true the relation needs to be reflexive, symmetric and transitive.
I can see that the relation is both reflexive and symmetric, but I can't see that it's transitive, which is making me question if it's an equivalence relation.
I'm pretty new to this topic so I wouldn't say I have a concrete understanding of it as it stands.
Thanks in advance
Transitivity means that whenever $(a, b) \in R,$ and also $(b, c) \in R,$ then $(a, c) \in R$.
Can you see that for every ordered pair in your relation, whenever $(a, b), (b, c) \in R,$ then so is $(a, c)$?
For example:
If there are NOT any pairs where $(a, b)\in R, (b, c) \in R,\;$ but $(a, c) \notin R,\;$ then the relation is transitive.