I am struggling to find the norm of the following linear operator: $A:l_2 \rightarrow l_2, \ A(x_1,x_2,...,x_n,...) = (x_1, \frac{1}{2}x_2,...,\frac{1}{2^{n-1}}x_n,...)$
I considered $$||Ax||^2_{l_2} = \sum_{k=1}^{\infty} |\frac{1}{2^{k-1}} x_k|^2 = \sum_{k=1}^{\infty} (\frac{1}{2^{k-1}})^2| x_k|^2, \tag{1}$$ but I don't know what to do next. Bounding $(\frac{1}{2^{k-1}})^2$ above with 1 we get $$||Ax||^2_{l_2} \leq \sum_{k=1}^{\infty} |x_k|^2 = ||x||^2_{l_2},$$ which means that $||A|| \leq 1$, but this is too crude because it's easy to see that if we consider $x_0 = (\frac{1}{2}, \frac{1}{4}, ..., \frac{1}{2^n})$ we get $$||Ax_0||_{l_2}=\frac{2}{3}|x_0|_{l_2},$$ suggesting that $||A|| \leq \frac{2}{3}$. But I'm missing the way to derive that from (1). Any tips?
Take $e_1=(1,0,0,0,...)$. Clearly, $\lVert e_1\rVert = 1$, and $Ae_1=e_1$, so...?