3

I want to show that the Hilbert cube which is:

$H=\{(x_1,x_2,...) \in [0,1]^{\infty} : for \ each \ n \in \mathbb{N}, |x_n|\leq \dfrac{1}{2^n}\}$

is compact with respect to the metric:

$d(x,y)=sup|x_n - y_n|$

where $x=(x_n)$ and $y=(y_n)$

I found some proofs of compactness of Hilbert cube but non of them were helpful to me because they consist advanced topological contents which I'm not allowed to use them because this question is in our analysis course. for example one of the easiest way to prove is using Tychonoff theorem but I'm not allowed to do it.

My idea is to prove that $[0,1]^{\infty}$ is complete and totally bounded(so it is compact) and then after that I have to prove that the Hilbert cube is a closed subset of $[0,1]^{\infty}$. so it is also compact. but unfortunately I can't develope this idea.

Also the question forced us to use a special metric, Is the kind of metric important at all?

F.K
  • 1,184

2 Answers2

3

You should be careful with blindly applying Tychonoff's theorem. After all, that theorem also says that the "unit cube" $C = \{(x_1,...) : x \in [0,1] \}$ is compact, even though the sequence $(x_n)_i = \delta_{in}$ lacks a converging subsequence. This kind of nonsense cannot happen with your cube because you've imposed a condition as you go further down. So, what this says is that the topology induced by your choice of metric is certainly not the one induced by Tychonoff!

You can actually work "backwards" and try to see why such sequences won't happen in your cube and use that to argue that it is compact. Lost in a Maze's argument will also work.

Rikimaru
  • 834
2

Some remarks for proceeding:

  • To show $H$ is complete, note that $[0,1]^\infty = \{(x_1, x_2,\ldots)\,:\, x_i \in [0,1]\}$ is complete. Therefore, it suffices to show that $H$ is closed (a closed bounded subset of a complete space is also complete).
  • To show $H$ is totally bounded, given $\epsilon > 0$, choose $N$ such that $\frac{1}{2^n} < \epsilon$ for all $n \geq N$, and consider the subset $E$ of $H$ defined by $E = \{y \in H\,:\, y_n = 0\,\text{ for } n\geq N\}$. You should be able to show that there is a finite number of $y\in E$ such that $H \subset \bigcup_{\text{finite } y} B(y,\epsilon)$, where $B(y,\epsilon)$ denotes the ball centered at $y$ of radius $\epsilon$.