lower bound for the trace$(A^\dagger A).$

624 Views Asked by At

Let $A$ be $n\times n$ complex squared matrix. I want to find a lower bound for $\mathrm{tr}(A^\dagger A).$ What I could find so far is that if $A$ is Hermitian then $$\mathrm{tr}(A^\dagger A) \geq \frac{|\mathrm{tr}(A)|^2}{\mathrm{rank}(A)}.$$ I wonder whether this is correct for non-Hermitian case. Thanks.

1

There are 1 best solutions below

0
On

Your bound is indeed correct in general. This question (with say the top answer) shows that the sum of the singular values is at least the sum of absolute values of the eigenvalues.

On the other hand, a rank-$r$ matrix has exactly $r$ nonzero singular values $\sigma_1,\ldots,\sigma_r$. Since the trace of $A^TA$ is the sum of the squares of the singular values, the quadratic mean-arithmetic mean and triangle inequalities give us $$\text{tr}(A^TA) = \sigma_1^2 + \ldots + \sigma_r^2 \geq \frac{1}{r}(\sigma_1+\ldots+\sigma_r)^2 \geq \frac{1}{r}|\text{tr}A|^2$$ as wanted.