Can somebody help me about proofs of this theorems
A is an nxn matrix and $\ A^2$ = mA then,
tr(A) = m rank(A) .
A is an nxn matrix and k is a positive integer then,
tr($\ A^k$) = $\sum_{i=1}^n λ_i^k$ where λ's are the characteristic roots of A.
Thanks for helping...
First of all, the trace of a matrix is invariant by similarity. That means you can transform every matrix in his Jordan form, where the trace is the sum of all eigenvalues, with their algebraic multiplicity.
Now, if $A^2=mA$, it means that his minimal polynomial divides $x^2-mx=x(x-m)$, so $A$ has only $0$ and $m$ as eigenvalues, and $A$ is diagonalizable.
Thus, the algebraic (and geometric) multiplicity of the null eigenvelue is the dimension of his Ker, and the multiplicity of $m$ is the rank, so $Tr(A)=m*rk(A)$.
If $A=MJM^{-1}$, with $J$ in Jordan form, then $A^k=MJ^kM^{-1}$. Since $J$ is triangular, $J^k$ has on the main diagonal the $k$-th powers of the diagonal elements of $J$, meaning that $tr(A^k)=\sum_{i=1}^n λ_i^k$