Why is $C=\{x\in l^2:|x_n|\leq 2^{-n},n=1,2,3,\dots\}$ compact?

286 Views Asked by At

Why is $C=\{x\in l^2:|x_n|\leq 2^{-n},n=1,2,3,\dots\}$ compact?

I tried to show that $C$ is totally bounded and closed.

I showed that is closed but I don't know how to show that is totally bounded.

It's very simple to show that $C$ is bounded:

If $0$ is the zero sequence, there is an upper bound on $d(0,x)$ for all $x\in C$: $(\sum_{n\geq1}2^{-n})^{\frac{1}{2}}$ is the max for the distance $||\centerdot||_{l^2}$.

But I think that the unit ball is not totally bounded in $l^2$ and so the fact that C is bounded it's not usefull to show that is tottaly bounded. Can someone help me?

3

There are 3 best solutions below

11
On

So you have a set of the form $$C=\{x\in\ell_2; |x_n|\le a_n\}$$ where $a_n$ is a series of positive real numbers such that $\sum a_n^2<+\infty$. You want to show that this space is totally bounded.

Let $\varepsilon>0$. We want to show that there exist finitely many points in $C$ such that each point of $C$ is within the distance $\varepsilon$ from some of these points.

Let $n_0$ be such that $$\sum_{k>n_0} a_n^2 < \frac\varepsilon2.$$

Now let us concentrate for a while on sequences in $C$ such that $x_n=0$ for $n>n_0$. This means that we are looking essentially on $\mathbb K^{n_0}$ (where $\mathbb K=\mathbb C$ or $\mathbb K=\mathbb R$, depending on which field you are working with). $$D=\{x\in C; n>n_0 \Rightarrow x_n=0\}$$ Can you show that there are finitely many points $x_1,\dots,x_k$ in $D$ such that for each $x\in D$ the distance $\|x-x_k\|<\varepsilon/2$ for some $k$? Can you show that the same $k$ gives $$\|x-x_k\|<\varepsilon$$ for any $x\in C$?


The same problem as in your question appears in the book Banach Space Theory by Marián Fabian, Petr Habala, Petr Hájek, Vicente Montesinos, Václav Zizler as Exercise 1.15. It is also mentioned there that this space is called Hilbert cube. (And once you know the name of this space, you can find many other sources, where the same or similar problem appears.)

And a very similar problem appeared in Ask a Topologist forum: http://at.yorku.ca/cgi-bin/bbqa?forum=ask_a_topologist_2013&task=show_msg&msg=3853

0
On

You're dealing with a metric space. So compactness sequential compactness are equivalent. If you have a sequence in your set, then each coordinate of that sequence is a bounded sequence and, hence, you can use Cantor diagonalization to obtain a subsequence that converges in each coordinate. Then the uniform bound that you have allows you to use dominated converges in order to conclude that the subsequence converges in the norm of the space (or you can do it directly without dominated convergence.)

0
On

Complete solution:

$$C=\{x\in l^2:|x\centerdot e_n|\leq 2^{-n}, n=1,2,3,\dots\}$$

We want to prove that C is closed and totally bounded.

C is CLOSED: if $(x_n)_{n \in \mathbb{N}}$ is a sequence of elements in C and $x_n\rightarrow x$ in $l^2$, then $x_m\centerdot e_n\rightarrow x\centerdot e_n$, then $|x\centerdot e_n|\leq \frac{1}{2^n}$ for every $n\in \mathbb{N}$.

C is TOTALLY BOUNDED: We know that $\sum_{n\geq 1}(2^{-n})^2<+\infty$. Let $\varepsilon>0$. We want to show that there exist finitely many points in $C$ such that each point of $C$ is within the distance $\varepsilon$ from some of these points.

Let $n_{\varepsilon}$ be such that $\sum_{k>n_{\varepsilon}}(2^{-n})^2<\frac{\varepsilon}{2}.$

Now let's focus on the sequences of $l^2$ s.t. if $n>n_{\varepsilon}$ then $x\centerdot e_n=0$:

$$D=\{x\in C :x\centerdot e_n=0, n>n_{\varepsilon}\}$$

so D is isomorphic to

$$D'=\{x\in\mathbb{R}^{n_\varepsilon}:|x\centerdot e_n|\leq2^{-n},n=1,\dots,n_{\varepsilon}\}$$

$D'$ is a closed and bounded set of $\mathbb{R}^{n_{\varepsilon}}$ so it is compact, and so totally bounded. Then exists a set $N'=\{x_1,\dots,x_n\}$ s.t. $N'\subset D'$, $|N'|<+\infty$ and for every $x\in D'$, exists $x_i\in N'$ s.t.

$$||x-x_i||^2_2=\sum_{n=1}^{n_\varepsilon}|(x-x_i)\centerdot e_n|^2<\frac{\varepsilon}{2}.$$ We now extend the set $N'$ to a subset $N$ of $C$

$$N=\{x\in C:\exists i | (x\centerdot e_n)=(x_i\centerdot e_n)\forall n=1,\dots,n_{n_\varepsilon},(x\centerdot e_n)=0\forall n>n_\varepsilon\}$$

Now it's easy to prove than $N$ is the set that checking the totally boundness of C:

1)$|N|<\infty$ and so we put $N=\{x'_1,\dots,x'_n\}$; 2)let $x\in C$. Exists i s.t. $$||x-x'_i||_2^2=\sum_{n=1}^{n_\varepsilon}|(x-x'_i)\centerdot e_n|^2+\sum_{n>n_\varepsilon}|(x-x'_i)\centerdot e_n|<\frac{\varepsilon}{2}+\frac{\varepsilon}{2}=\varepsilon.$$