THeorem
- With A as a n×n matrix in Mn,n(C)
- With λ1,…,λn as Eigenvalues for A repeating the terms if there is algebraic multiplicity
Then,
- trace(A)=∑i=1nλi
- det(A)=Πi=1nλi
Proof
- By Schur’s Decomposition, A is similar to a diagonal matrix B.
- Then, det(B−λI) is the product of the diagonal entries.
- Thus, ∀j,∃i s.t λi=bij and ∀i,∃j s.t bii=λj
- Reordering the labeling allows us to say that λi=bii
- Now, we can say trace(A)=trace(B)=∑i=1nbii=∑i=1nλi
- Now we can say det(A)=det(B)=Πi=1nbii=Πi=1nλi