Define a relation on a topological space $X$ by $x \sim y$ iff there is a connected subspace $A \subseteq X$ that contains both $x$ and $y$. Prove this is an equivalence relation on $X$.
I figured out reflexivity and transitivity. The one I am trying to do is symmetry. How does this sound?
Let $x, y \in X$. We want to show that if $x \sim y$, then $y \sim x$. Since $x \sim y$, there is a connected subspace $A$ containing $x$ and $y$. Then their is a connected subspace $y \sim x$ in $A$ containing $y$ and $x$. Thus, $x \sim y$ and $y \sim x$.