Consider the two-element set $\{0,\ 1\}$ equipped with the discrete topology, and form the countably infinite product
$\displaystyle X:=\{0,\ 1\}^\omega=\prod\limits_{n\in\mathbb{Z_+}}\{0,\ 1\}$
So $X$ consists of the infinite sequences $\displaystyle(x_n)_{n\in\mathbb{Z_+}}$, where for each $k\in\mathbb{Z}_+$, the $k$th term $x_k$ is either $0$ or $1$. Equip $X$ with the product topology.
Show that if $S\subset X$ is a subspace with two points, then $S$ is not connected.
My attempt:
Let $S=\{(s_n),\ (t_n)\}$ where $(s_n),\ (t_n)\in X$.
$U=\{(s_n)\}$ and $V=\{(t_n)\}$ are the only candidates for a separation of $S$.
$U\cap V=\varnothing$ and $U\cup V=S$.
$U$ is open in $S$ iff $U=S\cap A$ where $A$ is open in $X$.
How do I find such an $A$?
$(s_n)$ and $(t_n)$ being distinct, they differ in at least one position. WLOG, assume $s_0=0$ and $t_0=1$.
$A=\{0\} \times X$ and $B=\{1\} \times X$ should do the trick.