The coefficients of the characteristic polynomial are expressed as $$ \chi_A(\lambda) = \lambda^n + D_1\lambda^{n-1} + \dots + D_n $$ Prove that $\operatorname{Tr} (A^m) = \sum_{i} \lambda^m_i$, where $\lambda_i$ are the eigenvalues of $A$ (a matrix) and from this prove the recurrent formula $$ m D_m + D_{m-1} \operatorname{Tr} (A) + D_{m-2} \operatorname{Tr} (A^2) + \dots + \operatorname{Tr} (A^m) = 0$$
My solution: Every diagonalisable matrix $A$ can be expressed as the product od the similar diagonal matrix $D$ with the eigenvalues on its diagonal and the bases containing the eigenvectors. Traces of those matrixes are same: $\operatorname{Tr}(A) = \operatorname{Tr} (D) = \sum_{i=1}^n a_{ii} = \sum_{i=i}^n \lambda_i$, so the same follows for $\operatorname{Tr} (A^m) = \operatorname{Tr} (D^m) = \sum_{i=i}^n \lambda^m_i$, for $1\le m \le n$.
I think I would prove that reccurent formula with Viet's relation, not sure how. Is there any proof of $\operatorname{Tr}(A) = \operatorname{Tr}(D)$?