0

Let $X$ be the product of the continuum discrete two-point spaces. Show that not every sequence in $X$ has a convergent subsequence.

We can show that $X$ is compact by the Tikhonov theorem. And I suppose $X$ must be homeomorphic to the Cantor set.

SWarn
  • 123

1 Answers1

0

Hint: you should presumably know that in a product space, a sequence $(x_n)_{n=1}^\infty$ converges to $x$ if and only if $x_n(i) \to x(i)$ pointwise for each $i$ in the index set of the family. So, the goal is to produce a sequence such that after taking any subsequence, you still have oscillation of values of $x_n$ at some $i$.

So, to come up with a concrete example, let's identify the index set with $P(\mathbb{N})$, the set of subsets of $\mathbb{N}$. Then consider the sequence $(x_n)_{n=1}^\infty$ of elements of $P(\mathbb{N}) \to \{ 0, 1 \}$ defined by: $$x_n(S) = \begin{cases} 1, & n \in S \\ 0, & n \notin S. \end{cases}$$ Now, suppose you have a subsequence $(x_{n_k})_{k=1}^\infty$ of this sequence. Your goal from here will be to find an index $S \in P(\mathbb{N})$ such that $x_{n_k}(S)$ is not eventually constant, and therefore the subsequence cannot have a limit because $x_{n_k}(S)$ does not have a limit.

  • Pictorially, if you instead use the interval $[0,1]$ as the index set, then the sequence roughly corresponds to the indicator functions of $[0, 1/2]$, $[0, 1/4] \cup [1/2, 3/4]$, $[0, 1/8] \cup [1/4, 3/8] \cup [1/2, 5/8] \cup [3/4, 7/8]$, etc. – Daniel Schepler Feb 08 '18 at 00:01
  • Thank you. Can we take as the set S a Cantor set? – SWarn Feb 08 '18 at 18:39
  • A Cantor set isn't an element of $P(\mathbb{N})$. – Daniel Schepler Feb 08 '18 at 18:44
  • Yes, my fault. Need to think more – SWarn Feb 08 '18 at 18:48
  • I am sorry, but what do we call the limit of the sequence from the zeroes and the units? – SWarn Feb 08 '18 at 19:29
  • A sequence $(x_n)_{n=1}^\infty \subseteq { 0, 1 }$ converges to $L \in { 0, 1 }$ if and only if $x_n = L$ for sufficiently large $n$. (Pretty much the same statement is true for convergence of sequences in any discrete space.) Is that what you were asking? – Daniel Schepler Feb 08 '18 at 19:45
  • Yes, thank you. Maybe I'm dull, but from compactness follows sequential compactness. So every sequence has a convergent subsequence. – SWarn Feb 08 '18 at 20:05
  • Compactness only implies sequential compactness for metric spaces, while ${ 0, 1 }^c$ is not metrizable. – Daniel Schepler Feb 08 '18 at 20:09
  • @Shorty12319 No, in general spaces compactness does not imply sequential compactness. ${0,1}^\mathfrak{c}$ is one of the counterexamples, as is $\beta \omega$. – Henno Brandsma Feb 08 '18 at 21:49
  • @DanielSchepler Even for $X$ sequential (much weaker than metric) we get that compactness implies sequential compactness. – Henno Brandsma Feb 08 '18 at 21:56
  • @ Henno Brandsma, can you explain please why $ { 0, 1 }^c$ is one of the counterexamples? I thought it is metrizable. – SWarn Feb 08 '18 at 22:16