I recently had an exam with the following question that I just couldn't get a start on:
Suppose $A \in \mathbb{R}^{n \times n}$ is symmetric and such that $\mbox{tr}(A)=0$. Show that $$\| A \|_2^2 \leq \frac{n-1}{n} \| A \|_F^2$$ Is the assumption that $\mbox{tr}(A)=0$ necessary? Provide an example or counter-example.
Could anyone get me started on the right way to think on this?
First of all observe that $trA = 0$ is necessary. If $A$ has only one nonzero element $\alpha$ that is placed on diagonal then $||A||_2 = ||A||_F = |\alpha|$ and inequality doesn't hold.
Now suppose that $trA = 0$. Let $|\lambda_1| \ge |\lambda_2| \ge \dots \ge |\lambda_n|$ be eigenvalues of $A$. Then $||A||_2^2 = \lambda_1^2$ and $||A||_F^2 = \sum_{i = 1}^n \lambda_i^2$. But $trA = \sum_{i = 1}^n \lambda_i = 0$. Therefore by Cauchy-Schwarz inequality $$\lambda_1^2 = \left(\sum_{i = 2}^n \lambda_i\right)^2 \le \left(\sum_{i = 2}^n \lambda_i^2\right)\left(\sum_{i =2}^n 1\right) = (n-1)\left(\sum_{i = 2}^n \lambda_i^2\right)$$ which then gives the inequality $$ n||A||_2^2 = n \lambda_1^2 \le (n-1)\left(\sum_{i = 1}^n \lambda_i^2\right) = (n-1)||A||_F^2 $$