Suppose $R$ is a relation on $N_4=\{1,2,3,4\}$ such that $R\circ R = R$. How would I prove that $R$ is reflexive? Could you give me some tips about how to start off?
2026-04-03 16:22:12.1775233332
Is this relation reflexive?
98 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
If we add to the opening definition a little (using definitions from Wikipedia):
...then we have specified that every element of $N_4$ is involved in some way in $R$. This makes the question more interesting, but we can still exhibit an $R$ that is not reflexive:
$$\{(1,1),(1,2),(3,3),(3,4)\}$$
Some values of the range are not defined when we attempt the composition, so they are "lost": $4$, for example cannot be further related to anything by $R$. This does not affect the composition; it is still valid.
We can specify $R$ a little more precisely still, to find a situation where the claim might be true:
Now every element in $R$ is involved in both domain and range, and we can make a little progress.
We know that $R$ is transitive. If $aRb$ and $bRc$ then, since $R\circ R = R$, $aRc$.
However, although there must be some reflexive elements (at the ends of transitive chains), it is still not the case that $R$ is necessarily reflexive. As a counterexample, $$ \{(1,1),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4),(4,4)\} $$ in which 1 and 4 are reflexive but 2 and 3 are not.