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.
Reflexive means for all $a \in V$ then $(a,a) \in E$. That fails because $5 \in V$ and $(5,5) \not \in V$.
Transitive says nothing about items of $V$ but only about items in $E$. The relation is transitive if every time you have an $(a,b) \in E$ and a $(b,c) \in E$ you must also have a $(a,c) \in E$ then the relation is transitive. If you never have an $(5,x)$ or $(y, 5) \in E$ that will in no way affect what you do have in $E$.
This particular relationship if you have $(a,b) \in E$ then $a \ne 5; b\ne 5;$ and $a = b$. So if $(a,b), (b,c) \in E$ then $a = b = c$ and $(a,c) = (a,a) = (a,b) \in E$. So the relationship is transitive. That $a,b,c$ can never be equal to $5$ is utterly irrelevant.