Let $H$ be a Hilbert space and $T\in\mathcal{K}(H)$. Show that if $(x_n)_{n\in\mathbb{N}}$ is a sequence in $H$ that converges weakly to $x_0\in H$ then $\lim_{n\to\infty}||Tx_n-Tx_0||=0$.
My proof:
Since $\overline{T(B_1)}$ is compact and thus separable we conclude by scaling that $\overline{\text{ran}(T)}$ is a separable sub-Hilbert space of $H$ and thus has a countable (Schauder) basis $E:=\{e_i:i\in\mathbb{N}\}$.
Also we have $Tx=\sum_{i\in\mathbb{N}} \langle Tx,e_i\rangle e_i$ for $x\in H$.
Moreover a direct corollary from the Frèchet-Riesz theorem is that $x_n\overset{w}{\to}x_0$ $(n\to\infty)$ if and only if $\langle x_n-x_0,y\rangle\overset{n\to\infty}{\to} 0$ for all $y\in H$.
Also $T$ is bounded and therefore $T^*$ exists on all of $H$ and is bounded.
Now we bring everything together and have
$$\begin{aligned} ||Tx_n-Tx_0||^2 &=||\sum_{i\in\mathbb{N}}\langle T(x_n-x_0),e_i\rangle e_i||^2 &&=\sum_{i\in\mathbb{N}}|\langle T(x_n-x_0),e_i\rangle|^2\\ &= \sum_{i\in\mathbb{N}}|\langle (x_n-x_0),T^*e_i\rangle |^2 &&\overset{n\to\infty}{\to}0 \end{aligned} $$
My professor told me that I had to give another argument for the last step (taking the limit inside the sum). Can someone tell me, how I would argue?