Problem: Show that the operator $A:l_2\to l_2\:\:Ax=(0,x_1,\frac{1}{2}x_2,...,\frac{1}{n}x_n,...)$ is compact but has no pontual spectrum.
My solution: $(0,x_1,\frac{1}{2}x_2,...,\frac{1}{n}x_n,...)=(\lambda x_1,\lambda x_2,...,\lambda x_n,...)$
Since $\lambda x_1=0\implies \lambda=0$, then the $\ker(A-\lambda)=0$.
My problem lies with compactness.
If we consider a sequence in $l_2$ like $\{x\}_n$,that converges to some $x$. Consider $\epsilon>0$ so that $||x_m-x||<\epsilon$ for $m>N\in\mathbb{N}$. Then $||A(x_m)-A(x)||^2=||A(x_m-x)||^2=\sum_\limits{n=1}^{\infty} |\frac{1}{n}({x_m}_i-x_i)|^2<\sum_\limits{n=1}^{\infty} |\frac{1}{n^2}(\frac{\epsilon^\frac{1}{n}}{2})^n|<c\epsilon<\delta\:\:\:\delta>0$ Therefore we can find a subsequence that converges proving that $A$ is compact.
Question:
Is my proof right? If not. How should I prove compactness?
Thanks in advance!