Fix a sequence $x = (x_n)_{n \geq 0}$. Then define $M_x: \ell^2(\Bbb N)\to \ell^2(\Bbb N)$ by: $$M_xy = (x_ny_n)_{n \geq 0},$$if $y = (y_n)_{n \geq 1}$. Supposedly we have $\|M_x\| = \|x\|_\infty$. On one hand, we have: $$\|M_xy\|_2^2 = \sum_{n \geq 0}|x_ny_n|^2 \leq \sum_{n \geq 0}\|x\|_\infty^2|y_n|^2 = \|x\|^2_\infty \sum_{n \geq 0}|y_n|^2 = \|x\|_\infty^2\|y\|_2^2,$$ so that $\|M_xy\|_2 \leq \|x\|_\infty\|y\|_2$. From this we get $\|M_x\| \leq \|x\|_\infty$.
The exercise doesn't says if $x \in \ell^2(\Bbb N)$ or if $x \in \ell^{\infty}(\mathbb{N})$. I'm having trouble coming up with a sequence that shows the $\geq$ part. The first guesses are $x/\|x\|_2$ and $x/\|x\|_\infty$ but they don't seem to work.
Can someone help? Thanks.