I came accross the following lower bound and I am looking for a proof that uses only basic properties or well-established results of linear algebra (or other domains of math).
Let $M \in \mathbb{R}^{d\times d}$ be a symmetric positive definite matrix and $D = \text{diag}\{\lambda_1, \dots, \lambda_d\}$ the diagonal matrix of the $d$ eigenvalues of $M$. For any vector $x \in \mathbb{R}^d$ it should hold that $$x'Mx \geq x'Dx$$
Can somebody help with proving this?
Writing the condition under the form :
$$\forall x, \ x^T(M-D)x \ge 0,$$
a consequence is that $M-D$ is a (symmetric) semi-definite positive matrix, which is traceless ($\operatorname{trace}(M-D)=\operatorname{trace}(M)-\operatorname{trace}(D) = 0$).
This is impossible for a non-zero matrix, as established here.
The only possible case is therefore when $M-D=0 \ \iff \ M=D$.