Let $x \in \mathbb{R}^d$, and suppose that $A$ is symmetric positive definite with $A = \mathbb{E}[xx^T]+ \delta I$, $\delta$ is a small positive constant. The diagonal of $A$ is $D = \text{diag}(A)$.
Suppose $\lambda_{\min}(A)$, $\lambda_{\max}(A)$ are the smallest and the largest eigenvalue of $A$ respectively, and $\lambda_{\min}(D)$, $\lambda_{\max}(D)$ are the smallest and the largest eigenvalue of $D$ respectively.
It is obviously that $\text{tr}(A) = \text{tr}(D)$. By Hadamard inequality, we have $\text{det}(A) \leq \text{det}(D)$. Do the following inequalities hold: \begin{gather} \lambda_{\min}(A) \leq \lambda_{\min}(D) \\ \lambda_{\max}(A) \geq \lambda_{\max}(D) \end{gather}
I have tested it by programming and found these inequalities hold. If true, how to prove it?
It is true for any matrix $A$ hermitian. It is called the maximum principle.