Let $A$ be a positive semi-definite matrix. How to show that Frobenius norm is less than trace of the matrix? Formally, $$\sqrt{\text{Tr}(A^2)} \leq \text{Tr}(A)$$ Also, show when $A$ is an $n \times m$ the following is true $$\sqrt{\text{Tr}(A^TA)} \leq \|A\|_*$$ where $\|\cdot\|_*$ is nuclear norm which is the summation of the singular values.
2026-03-26 20:39:36.1774557576
How to show $\sqrt{\text{Tr}(A^2)} \leq \text{Tr}(A)$?
747 Views Asked by user494522 https://math.techqa.club/user/user494522/detail At
2
For the first you can assume that $A$ is diagonal with diagonal entries $a_1,\ldots,a_n$, all $\ge0$. Then your inequality becomes $$\sum_{i=1}^n a_i^2\le\left(\sum_{i=1}^n a_i\right)^2$$ which is clearly true on expanding the right side, recalling all variables are non-negative.