Let $A$ be an $n\times n$ matrix and $\lambda_\max$ be the maximum eigenvalue of $A$. The trace of $A^T A$ is equal to the sum of its eigenvalues. I am trying to show that $$ \lambda_\max \le \text {tr}( A^TA)$$
It holds that $A$ and $A^T$ have the same eigenvalues. However, I don't know what to say about the eigenvalues of $A^T A$. I cannot come up with a relationship between them and the eigenvalues of $A$. Any ideas on where to start are appreciated.
This identity appears false in general. Consider $$A = \begin{pmatrix} \frac{1}{2} \ \ 0 \\ 0 \ \ \frac{1}{3}\end{pmatrix}$$
Then $$\hbox{tr}(A^TA) = \hbox{tr}\begin{pmatrix} \frac{1}{4} \ \ 0 \\ 0 \ \ \frac{1}{9}\end{pmatrix} = \frac{13}{36} < \frac{1}{2} = \lambda_{max}$$
Perhaps the result is recoverable if all eigenvalues $\lambda \geq 1$. But that may not be useful to you.