Suppose we have a separable Hilbert space (thus with a countable basis) and that represent an operator in matrix form, i.e:
$A: H \rightarrow H $$$x \;\rightarrow \sum_{j \in \mathbb{N}}\left(\sum_{k \in \mathbb{N}} a(j,k)\cdot\langle x,e_k\rangle \right)e_j$$
Given that:
The series of complex numbers $\sum_{k \in \mathbb{N}} a(j,k)\cdot\langle x,e_k\rangle $ converges.
That $\sum_{j \in \mathbb{N}}\left(\sum_{k \in \mathbb{N}} a(j,k)\cdot\langle x,e_k\rangle \right)e_j$ converges.
That $\sum_{j \in \mathbb{N}}\sum_{k \in \mathbb{N}} \left |a(j,k) \right|^2 < \infty$ (the previous conditions + this one imply that A is a Hilbert-Schmidt operator).
And that $\sum_{k \in \mathbb{N}} \left |a(k,k) \right| < \infty$.
Prove that $A$ is a trace class operator.
My attempt at a solution
By these conditions we know that $\left | Tr (A) \right | \leq \displaystyle{\sum_{k \in \mathbb{N}}} \left | a(k,k) \right | < \infty$. But I can't see the connection to $Tr(\left |A \right |)$. Any hints on how to proceed?