Cayley Hamilton Theorem Intuition

cayley-hamiltoneigenvalues-eigenvectorslinear algebramatrices

Why should, intuitive (not a formal proof, just motivations ) be true that the square matrix satisfy its own characteristic equation?

Best Answer

This is an expansion of the idea in Arturo's comment.

Assume that we know the spectrum of $A$. Then the characteristic polynomial is $$\eqalign{ p(\lambda) &= \prod_{k=1}^n \big(\lambda-\lambda_k\big) \cr }$$ Evaluate the polynomial for $A$, and multiply by any eigenvector of $A$. $$\eqalign{ p(A)\,v_j &= \prod_{k=1}^n \big(A-\lambda_kI\big)v_j \cr &= \prod_{k=1}^n \big(\lambda_j-\lambda_k\big)v_j =0 \cr }$$ This is not a complete proof, but it strongly suggests that $\,\,p(A)=0$