4

(Note: this is not a duplicate as suggested. I am asking for an inequality.)

We know that for any complex square matrix $A$, we have

$$\sum_{k=1}^n a_{kk} = \sum_{k=1}^n \lambda_k.$$

I can see this relation in trace property that it is equal sum of diagonal elements.

But how to show that the sum of absolute values of the diagonal elements is less than or equal to the sum of absolute values of the eigenvalues? That is, do we have

$$\sum_{k=1}^n |a_{kk}| \le \sum_{k=1}^n |\lambda_k|\ ?$$

Ka Wa Yip
  • 938

1 Answers1

3

It's not true. Take

$$ \left( \begin{array} &1 & 1 \\ -1 & -1 \end{array} \right) $$

which has eigenvalues $\lambda_1=\lambda_2=0$. But $$|1|+|-1| \leq |0|+|0|$$

does not hold.

abnry
  • 14,664