Suppose $A$ is an $n\times n$ matrix, and $\lambda_1, \lambda_2, \ldots, \lambda_n$ are its eigenvalues. Prove that
$$ \sum_{i = 1}^n \lvert{A_{ii}} \rvert \leq \sum_{i = 1}^n \lvert \lambda_i\rvert. $$
This should be true because I have verified it on 100,000 $10\times 10$ matrices. However, I failed to prove it since I cannot find a convenient representation of sum of these absolute values.
UPDATE: It is not true for general matrices, but does hold for normal matrices.
This isn't true. Every nilpotent matrix $A$ with a nonzero diagonal element can serve as a counterexample, such as $A=\pmatrix{1&-1\\ 1&-1}$.