2

Let $A$ be a square matrix. Are there any simple conditions under which

$$\operatorname{Tr}(A^T A) \geq \operatorname{Tr}(A)^2 $$

or vice versa?

I do know the following: if $A$ is diagonalizable with eigenvalues $\lambda_j \geq 0$, then

$$\operatorname{Tr}(A^T A) = \sum \lambda_j^2 \leq (\sum \lambda_j)^2 = \operatorname{Tr}(A)^2 .$$

The same is true if $A$ has only negative eigenvalues. I am looking for more general circumstances under which we have inequality one way or the other.

user15464
  • 11,682

1 Answers1

3

Presumably you're working over the real numbers. Your inequality is true for matrices of rank $1$. In fact if $A = u v^T$ for column vectors $u$ and $v$, $\text{Tr}(A^T A) = (u^T u)(v^T v)$ while $\text{Tr}(A)^2 = (u^T v)^2$, and the Cauchy-Schwarz inequality says $(u^T v)^2 \le (u^T u)(v^T v)$.

Robert Israel
  • 448,999