Let $(a_n)\in l_\infty$ and $ T:l_2 \to l_2$ given by $T((x_n)) = (a_nx_n)$. Show that $T \in \mathcal{L}(l_2,l_2)$ $\|T\| = \|(a_n)\|_{\infty}$
It's easy to prove that $T$ is continuous since $T$ is linear and: $$\|T((x_n))\|_2 = \sqrt{\sum_{n=1}^{\infty}{|a_nx_n|^2}} \leq \sqrt{\sum_{n=1}^{\infty}{\|(a_n)\|_{\infty}^2|x_n|^2}} = \|(a_n)\|_{\infty}\sqrt{\sum_{n=1}^{\infty}{|x_n|^2}} = \|(a_n)\|_{\infty} \|(x_n)\|_2 $$
Thus $\|T\| \leq \|(a_n)\|_{\infty}$.
I'm having trouble with the other inequality.
Any hints?