I am currently stuck on the second part of the following exercise (Exercise A.3 from Introduction to Topological Manifolds):
“Let $R \subseteq X \times X$ be any relation on $X$, and define $\sim$ to be the intersection of all equivalence relations in $X \times X$ that contain $R$.
- Show that $\sim$ is an equivalence relation.
-
Show that $x \sim y$ if and only if at least one of the following statements is true:
- $x = y,$
- $x R’ y,$
- there is a finite sequence of elements ${z_1, \dots, z_n} \in X$ such that $xR’z_1R’ \dots R’z_nR’ y,$
I am comfortable proving that LHS $\impliedby$ RHS by showing that RHS is contained in any equivalence relation on $X$ containing $R$. However, I am struggling to deduce RHS from LHS. Any help would be greatly appreciated.