I'm trying to show that the Hilbert cube is compact and want to know if I'm taking the right approach. My text defines the Hilbert cube as: $H=\{(x_1,x_2,...) \in [0,1]^{\infty} : for \ each \ n \in \mathbb{N}, |x_n|\leq \dfrac{1}{2^n}\}$
I need to show that it is compact with respect to the metric:
$d(x,y)=\underset{n}{\textrm {sup}}|x_n - y_n|$
In order for the sequence in $H$ to converge, we need each of it's components to converge.
Since, each component $x_n$ is bounded (by $0$ and $\dfrac{1}{2^n}$) for any point in $H$, a sequence (in $H$) of such points would form a sequence $(x_n)$ for each component $n$ and each of those sequences would be bounded.
Therefore, by Bolzano-Weierstrass, they have convergent subsequences.
We can show that for each sequence of points in $H$, we have a subsequence of the sequence of $x_1$s that converges, say ${x_1}_k$, we then have a sequence $({x_1}_k, {x_2}_k,...)$.
For the sequence of ${x_2}_k$s, there exists a convergent subsequence ${{{x_2}_k}_j}$. Since all subsequences of a convergent subsequence also converge, we have that both $({{{x_1}_k}_j})$ and $({{{x_2}_k}_j})$ converges in $({{{x_1}_k}_j}, {{{x_2}_k}_j},...)$.
Repeating this process ad infinitum, we get convergent subsequences for all $x_n$ so that the sequence in $H$ has a subsequence that converges as well and, therefore, $H$ is compact.
Is this correct? If it is, is that enough to show that $H$ is compact under the given supremum metric?