Given the Hilbert cube, $H= \displaystyle\prod_{n\in \mathbb{N}} \left[0,\frac{1}{n}\right]\subset \ell^2$. I want to show that it is compact using a method different to the methods already seen on this site, namely:
I am using the fact that the Hilbert cube with the subspace topology is coarser than the product topology. After that apply Tychonoff to imply compactness. I wish to know if my logic is correct.
$\textbf{My attempt:}$ Let $u\in U$ be an open set such that
$$u\in U \subset H =\displaystyle\prod_{n\in \mathbb{N}} \left[0,\frac{1}{n}\right]\subset \ell^2. $$
Without loss of generality, $$U = \{x\in H\;|\; ||x-u||<\epsilon \}\qquad \text{ where } ||x-u||=\Bigg(\sum |x_i-u_i^2|\Bigg)^{\frac{1}{2}}.$$
let $N\in \mathbb{N}$ s.t $\displaystyle \sum_{i=N+1} \frac{1}{i^2}< \frac{\epsilon^2}{2}$. We have $\displaystyle \sum_{i=N+1}^\infty |x_i-u_i|^2 < \sum_{i=N+1}\frac{1}{i^2}<\frac{\epsilon^2}{2}.$
Now, let $\alpha_i= \max\left(0, u_i-\frac{\epsilon}{2N}\right)$ and $\beta_i = \min\left(1, u_i+\frac{\epsilon}{2N}\right).$ The open set $$V=\prod_{i=1}^N [\alpha_1,\beta_i].$$ We have
$$u\in V$$ $$V\subset U$$
because $\forall N\in V$,
$$||N-u|| = \left(\sum|v_i-u_i|^2\right)^{\frac{1}{2}}< \left(N\frac{\epsilon^2}{2N}+\frac{\epsilon^2}{2}\right)^{\frac{1}{2}}<\epsilon.$$
Thus we have shown that the Hilbert cube equipped with the subspace topology is is coarser than the product topology, and from Tychonoff's theorem it should be compact.