Prove $tr(A)=\sum\limits_{\lambda\in Spec(A)} m_\lambda\lambda$

408 Views Asked by At

Prove $tr(A)=\sum\limits_{\lambda\in Spec(A)} m_\lambda\lambda$ where $m_\lambda$ is the algebraica multipicity.

My work

We know, The trace of a matrix coincides with the sum of all the eigenvalues ​​of the matrix.
Then
$tr(A)=\sum\limits_{i=1}^n a_{ii}=\lambda_1+...+\lambda_n=\sum\limits_{i=1}^n\lambda_i$

Here, i'm stuck. Can someone help me?

Note: $Spec(A)$ is the set of eigenvalues of $A$

2

There are 2 best solutions below

2
On

Put $A$ into the form $A = PDP^{-1}$ where $D$ denotes the Jordan canonical form. Then, $$\textrm{Tr} (A) = \textrm{Tr} ( P D P^{-1})$$ Recall that the trace is invariable under cyclic permutations of the inside matrices, so that $$\textrm{Tr} (PDP^{-1} ) = \textrm{Tr} (D P^{-1} P ) = \textrm{Tr} (D)$$ And the trace of the Jordan block matrix is precisely $\sum_{\lambda \in \textrm{Spec} (A)} m_{\lambda} \lambda$.

0
On

Write $\displaystyle\sum_{i=1}^n \lambda_i = \displaystyle\sum_{\lambda\in Sp(A)} \sum_{1\leq i \leq n, \lambda_i =\lambda} \lambda_i = \displaystyle\sum_{\lambda\in Sp(A)}\lambda \sum_{1\leq i \leq n, \lambda_i =\lambda} 1$.

Now there are exactly $m_\lambda$ $i$'s such that $\lambda_i = \lambda$, by definition, so this gives $\displaystyle\sum_{\lambda\in Sp(A)} m_\lambda \lambda$, which is the expected result