I am unable to show that the following sequence of operators $T_n : \ell^2 \to \ell^2$ does not converge uniformly:
- $T_n(x)=(x_1,x_2,x_3,\ldots ,x_n,0,0\ldots )$
- $T_n(x)=(x_{n+1},x_{n+2},x_{n+3},\ldots)$
1. $$\|(T_n-T_m)(x)\|=\left(\sum_{i=m+1}^n x_i^2\right)^{\frac{1}{2}}$$
I don't understand how to show that $\|T_n-T_m\|\to 0$ is not true.
2. $$\|(T_n-T_m)(x)\|=\left(\sum_{i=m+1}^n (x_i-x_{i+1})^2\right)^{\frac{1}{2}}$$
I don't understand how to show that $\|T_n-T_m\|\to 0$ is not true.
I need some help. Can anyone please do it?
For 1) If $\{e_n\}$ is the standard basis then $T_n(e_n)=e_n$ and $T_m(e_n)=0$ for $m <n$. Hence $\|T_n-T_m\|\geq 1$.
2) is similar and I leave it to you.