I am currently working on compact operators. I am trying to solve the following exercise
Problem Let $(a_j)_{j \in \mathbb{N}}$ be a sequence of complex numbers in $\ell_1$, i.e. $\sum_j |a_j| < \infty$. Define the following operator $A$ on $\ell_2$ with the following matrix representation with respect to the standard basis of $\ell_2$
$$\left[\begin{array}{l} a_1&a_2&a_3& \dots \\ a_2&a_3&a_4&\dots \\ a_3&a_4&a_5 & \dots \\ \vdots& \vdots& \vdots&\ddots \end{array}\right]$$
Prove that $A$ is a compact operator.
I have so far tried to construct a sequence of finite rank operators by truncating the matrix in a right way. However I run into some nasty sums which fail to reveal any convergence. Can someone please help me?