Prove that $\mathrm{tr}(A^2) \leq \mathrm{tr}(A^TA)$.
I saw the below link before and think it is related to this question $A,B$ be Hermitian.Is this true that $tr[(AB)^2]\le tr(A^2B^2)$? but still can't solve it.
I also tried to use $\mathrm{tr}(A^TA)\geq0$.
We begin by using the property $\mathrm{tr}(AB) = \mathrm{tr}(BA)$:
\begin{align} \mathrm{tr}(A^TA) - \mathrm{tr}(AA) &= \frac{1}{2}\mathrm{tr}(A^TA) - \mathrm{tr}(AA) + \frac{1}{2}\mathrm{tr}(AA^T) \end{align}
Then if we look at each individual entry that makes up the trace, we have:
\begin{align} (A^TA)_{ii} &= \sum_j a^2_{ji}\\ (A^2)_{ii} &= \sum_j a_{ij} a_{ji}\\ (AA^T)_{ii} &= \sum_j a^2_{ij} \end{align}
Thus we see that for all entries of the trace, we have:
\begin{align} \frac{1}{2}(A^TA)_{ii} - (A^2)_{ii} + \frac{1}{2}(AA^T)_{ii} &= \frac{1}{2}\sum_j (a_{ij} - a_{ji} )^2 > 0 \end{align}