Prove that the trace of powers of a diagonalizable matrix is equal to the sum of powers of its eigenvalues
📂Matrix AlgebraProve that the trace of powers of a diagonalizable matrix is equal to the sum of powers of its eigenvalues
Theorem
Suppose a diagonalizable matrix A∈Cn×n and a natural number k∈N are given. Let the eigenvalue of A be λ1,⋯,λn, then the following holds.
trAk=i=1∑nλik
Here, tr is the trace.
Explanation
Although it is not quite a corollary, it is useful to note that when A∈Rn×n is a symmetric matrix, the trace of A2 equals the sum of the squares of the elements of A.
i=1∑nj=1∑nAij2=trAAT=trA2=i=1∑nλi2
In fact, this is used in the proof of Craig’s theorem.
Proof
Let Q be a unitary matrix and diag(λ1,⋯,λn) be a diagonal matrix, then let A=QΛQ∗.
Cyclic property of the trace:
tr(ABC)=tr(BCA)=tr(CAB)
trAk=====trQΛQ∗⋯QΛQ∗trQΛkQ∗trQ∗QΛktrIΛki=1∑nλik
■