In preparation of a test I have some problems solving the following problem: Let $A:=\{a\in \ell^{2}: \phantom{x} \|a\|_{2}\leq 1\}$, $(a_{n})_{n} \in A, a \in A$. Prove that for all $b \in \ell^{2}$ the following two statements are equivalent
\begin{align*} (i) & \phantom{x} \langle a_{n},b \rangle\rightarrow \langle a,b \rangle \\ (ii) & \phantom{x} a_{n}\rightarrow a \\ \end{align*}
as $n\rightarrow\infty$ are equivalent.
Also the following metric is given with $a,b\in A$
$$d(a,b)=\sum_{n=1}^{\infty}(1/2)^{n}|a_{n}-b_{n}|$$
My work:
(2) $\Rightarrow$ (1):
Let $(a_{n})_{n}$ and $a \in A$ with $A:=\{a\in \ell^{2}| \phantom{x} \|a\|_{2}\leq 1\}$. Suppose that $a_{n}\rightarrow a$ as $n\rightarrow\infty$. We note that the norm-maping $A\longrightarrow\mathbb{R}_{+}$, $a\mapsto \|a\|$ is continuous, i.e.,
$$a_{n}\rightarrow a \phantom{x}\mathrm{in}\phantom{x}A\phantom{x}\Rightarrow \phantom{x} \|a_{n}\|\rightarrow \|a\| \phantom{x}\mathrm{in}\phantom{x}\mathbb{R}.$$
So we have $\|a_{n}-a\|\rightarrow 0$ as $n\rightarrow\infty$. Take an arbitrary $b\in\ell^{2}$ and get
\begin{align*} |\langle a_{n},b \rangle -\langle a,b\rangle| &=|\langle a_{n}-a,b \rangle|\phantom{xxxx}\mathrm{(sesquilinearity)} \\ &\leq \|a_{n}-a\|\|b\| \phantom{xxxx}\mathrm{(Cauchy-Schwarz\phantom{x} inequality)} \\ &\rightarrow 0, \end{align*}
since $\|a_{n}-a\|\rightarrow 0$ as $n\rightarrow\infty$. As $b$ was chosen arbitrarely we have
$$\langle a_{n},b\rangle\rightarrow \langle a,b\rangle\phantom{x} \forall b \in \ell^{2}.$$
Question 1: Have I done this part correctly?
Now (1) $\Rightarrow$ (2):
Suppose that $\langle a_{n},b\rangle\rightarrow \langle a,b\rangle$ for all $b\in\ell^{2}$. We have using sesquilinearity, symmetry and the fact that $z+\overline{z}=2$Re(z) for every complex number $z\in\mathbb{C}$
\begin{align*} \|a_{n}-a\|^{2} &= \langle a_{n}-a,a_{n}-a \rangle \\ &= \langle a_{n}, a_{n} \rangle - \langle a_{n}, a \rangle - \langle a,a_{n} \rangle + \langle a, \rangle \\ &= \|a_{n}\|^{2}-\langle a_{n},a \rangle- \overline{\langle a_{n},a \rangle} +\|a\|^{2} \\ &= \|a_{n}\|^{2}-2Re\langle a_{n}, a \rangle +\|a\|^{2} \\ \end{align*}
Question 2: Now I would like to use $\|a_{n}\|\rightarrow\|a\|$ as $n\rightarrow\infty$ but I don't believe I can conclude that from (ii) or am I wrong? If so how do I prove this? Or is $\|a_{n}\|\rightarrow\|a\|$ as $n\rightarrow\infty$ a necessary assumption?
Question 3: Can I get it from the metric $d(a,b)=\sum_{n=1}^{\infty}(1/2)^{n}|a_{n}-b_{n}|$ with $a,b\in A$. Would it than be possible to conclude $\|a_{n}\|\rightarrow\|a\|$ as $n\rightarrow\infty$?
The rest of the proof I would do it like this:
Since $\|a_{n}\|\rightarrow\|a\|$ as $n\rightarrow\infty$ we can write
\begin{align*} \|a_{n}-a\|^{2} &= \|a_{n}\|^{2}-2Re\langle a_{n},a \rangle +\|a\|^{2} \\ &\rightarrow \|a\|^{2}-2Re\langle a,a \rangle +\|a\|^{2} \\ &= 2\|a\|^{2}-2\|a\|^{2} \\ &=0. \end{align*}
So we have taking the square root $\|a_{n}-a\|\rightarrow 0$, thus we have $a_{n}\rightarrow a$ as $n\rightarrow\infty$.