I am having trouble proving the following result:
Show that the space $X$ of bounded operators on a separable Hilbert space into itself for which the Hilbert-Schmidt norm is finite, is a Banach space
My attempt: Let $H$ be a separable Hilbert space. Take a Cauchy sequence $\{A_n\}_{n \ge 1}$ of such operators (bounded + Hilbert-Schmidt). Note that $A_n : H \to H$ for each $n$. Being Cauchy means: $$ \forall \epsilon > 0, \exists N \in \mathbb{N} : n,m > N \implies \|A_{n} - A_{m}\| < \epsilon $$ where $\|\cdot\|$ is the operator norm. My idea is to define the limit operator as: $$ A(u) := \lim_{n \to \infty} A_{n}(u) \text{ for each $u \in H$} $$ Then we need to show that $\|A_n - A\| \to 0$ and $A$ is bounded (i.e. $\|A\| < \infty$). This is sufficent due to the inequality $\|A\| \le \|A\|_{H-S}$ .
But I'm not sure how to prove $\|A_n - A\| \to 0$. I also think there's a better way to choose the candidate limit. Can anyone guide me on how to prove the result?
Thank you.