Set $X:=\{0,1\}^\mathbb{R}$ equipped with the product topology, where $\{0,1\}$ is equipped with the discrete topology. By Tychonoff's Theorem, $X$ is compact. I want to show that $X$ is not sequentially compact.
The sequence $f_n:=_{\{n\}}$ is in $X$. Assume it has a convergent subsequence $f_{n_k}\to f$. In the discrete topology, only the eventually constant sequences converge. So there are two indices $i,j\in\mathbb{N}$ such that $_{\{n_i\}}=f_{n_i}=f_{n_j}=_{\{n_j\}}\implies n_i=n_j$. This is a contradiction since subsequences can't repeat the same index of $f_n$. Thus no convergent subsequence exists and $X$ is not sequentially compact.
I have two questions:
- Is the above correct?
- If yes, isn't this a contradiction to this example for sequentially compact $\not\Rightarrow$ compact? There the same $\{0,1\}^\mathbb{R}$ as above is considered and it is shown that $M:=\{f\in\{0,1\}^\mathbb{R}:f(x)=1\text{ for at most countably many }x\}$ is sequentially compact. The sequence from my proof lies in $M$ and should therefore have a convergent subsequence, contradicting my argument above. Where is my error?