I am trying to prove exercise 4.27 in "Sets for Mathematics" by Lawvere and Rosebrugh. The problem is to prove the following equivalences:
For a relation $(p_0,p_1):R \rightarrow X \times X$ on $X$ the following are equivalent:
- $(p_0,p_1)$ is symmetric, i.e. $R^{\text{op}} \subseteq_{X \times X} R$.
- For any $(x,y): T \rightarrow X \times X$: if $(x,y) \in R$ then $(y,x) \in R$.
- The restriction $\tau_{X \times X} \circ (p_0,p_1)$ of the twist function $\tau_{X \times X}$ to the relation $R$ is contained in $R$, i.e. $\tau_{X \times X} \circ (p_0,p_1) \in R$ .
I am having trouble proving the step from 2 to 3, since the hypothesis doesn't immediately strike me as having anything to do with the conclusion wanted.