In another post entitled: "Proof that composition of equivalence relations $R$ and $S$ is transitive if and only if $R \circ S = S \circ R$" the following proof is given for the forward direction.
Assume $R\circ S$ is transitive. Let $(a,c) \in R \circ S$. Then, for some b , we have (a,b)∈R and (b,c)∈S . Since the relations are symmetric, (c,b)∈S and (b,a)∈R , from which it follows by an earlier remark that (c,b)∈R∘S and (b,a)∈R∘S . Now, by hypothesis, it follows that (c,a)∈R∘S , whence (a,c)∈S∘R ... .
I understand why $(c,a) \in R \circ S$. but why does this imply that $(a,c) \in S \circ R$.