In a practice paper for an exam there is the following relation:
$$ E = \{(1,1),(2,2),(3,3),(4,4)\}\ \text{ on the set }V = \{1,2,3,4,5\} $$
It would appear that because $(5,5)$ is not in $E$, that it would not be a reflexive relation.
What is unclear is how the relation is still transitive. By our definition for Transitivity, for all elements in set $V$, there would have to be $(a,b)$ and $(b,c)\ldots$ and therefore $(a,c)$ in the set $E$.
This works for element $1$ in $V$ because you have $(1,1)$ and $(1,1)$ and therefore $(1,1)$. I would have assumed however that because there is no tuple $(5,5)$ in $E$ the entire relation could not be transitive?
Hope this makes sense, thanks for any input offered.