Consider the two linear spaces: $l^{2} = \left\{x = (x_1, x_2, . . . ) : \sum_{k=1}^{\infty} |x_k|^{2} < \infty\right\}$ with norm $||x||_{2} = (\sum_{k=1}^{\infty} |x_k|^{2})^{\frac{1}{2}}$, and $l^{\infty} = \left\{x = (x_1, x_2, . . . ) : \sup_{k} |x_{k}| < \infty\right\}$ with norm $||x||_{\infty} = \sup_{k} |x_{k}|$
Fix $a \in l^{2}$. Define the function T on $l^{2}$ by $(Tx)_{j} = \sum_{k=1}^{j} a_{k}x_{k}$
(a) Show that T is a continuous linear operator from $l^{2}$ to $l^{\infty}$. Find the norm of T. Justify your answer.
(b) Is T a continuous linear operator from $l^{2}$ to $l^{2}$? If so, find its norm. If not, prove that.
I tried several ways to prove the continuous part, but couldn't prove it based on the definition of continuity. Hope someone can help me with this problem.
Edit: Below is my effort to prove part (a) and (b) thanks to Javier's help:
(a) To show $T_{a}(x)\in l^{\infty}$, we use CS inequality and get:
$(\sum_{k=1}^{\infty} |a_{k}x_{k}|)^2\leq (\sum_{k=1}^{\infty} |a_{k}|^2) (\sum_{k=1}^{\infty} |x_{k}|^2) < \infty$, since $a, x\in l^{2}$.
Thus $\sum_{k=1}^{\infty} |a_{k}x_{k}|< \infty$, which implies $\sup_{k} |a_{k}x_{k}| <\infty$. Since $a$ is fixed, the last inequality implies $\sup_{k} |x_{k}|<\infty$
Now, we will show that $T_{a}(x)$ is bounded. WLOG, we can assume $||x||_{2}= (\sum_{k=1}^{\infty} |x_{k}|^{2})^{\frac{1}{2}}=1$. By using Javier's hint below, we use CS inequality and get:
For the first case:
$(\sum_{k=1}^{N} |a_{k}x_{k}|)^2\leq (\sum_{k=1}^{N} |a_{k}|^2) (\sum_{k=1}^{N} |x_{k}|^2) \leq (\sum_{k=1}^{N} |a_{k}|^2) $, since $a, x\in l^{2}$ and $\sum_{k=1}^{\infty} |x_{k}|^{2}=1$.
Thus, $\sum_{k=1}^{N} |a_{k}x_{k}| \leq (\sum_{k=1}^{N} |a_{k}|^2)^{\frac{1}{2}} < \infty$. Done for this case.
For the infinity case, we use the same trick, and will end up with $\sum_{k=1}^{\infty} |a_{k}x_{k}| \leq (\sum_{k=1}^{\infty} |a_{k}|^2)^{\frac{1}{2}} < \infty$, since $a\in l^{2}$.
(b) First, since $a\in l^{2}$, by using CS inequality, $T_{a}(x)\in l^{2}$. For the boundedness part, WLOG, assume $||x||_{2}=1$. Let $m=\sum_{j=1}^{\infty} |a_{j}|^{4}$, and $n=\sum_{j=1}^{\infty} |x_{j}|^{4} \leq 1$. Note that since $x,a\in l^{2}$, $m$ and $n <\infty$. Now, by Holder inequality, we have:
$||T_{a}(x)||_{2} = (\sum_{j=1}^{\infty} |a_{j}|^{2}|x_{j}|^{2})^{\frac{1}{2}}\leq m^{\frac{1}{2}}n^{\frac{1}{2}}\leq m^{\frac{1}{2}}$, which is bounded since $a\in l^{2}$. Thus T is a linear continuous operator from $l^{2}$ to $l^{2}$