Suppose $\rho$ is a relation on $R$. I want to verify whether the following statements are true. Looks simple but proving them seems to be difficult for me.
- $\rho\circ\rho$ is a subset of $\rho$
- $\rho\circ\rho=\rho$ implies $\rho=i_{D(\rho)}$ ($D(\rho)$ being the domain of $\rho$)
- $\rho=\rho^{-1}$ implies $\rho=i_{D(\rho)}$
I believe the second point is false considering the counter example constant function but I need help with the other statements.
All of them are false.
For the first, let $\rho = \{(a,b),\,(b,c)\}$
For the second, let $\rho = \{(1,1),\,(3,3),\,(1,3),\,(3,1)\}$
For the third, let $\rho = \{(0,1),\,(1,0)\}$