I'm learning linear algebra and need help with the following problem:
Let $A = \begin{pmatrix}-2 & 4 & 3\\0 & 0 & 0\\-1 & 5 & 2\end{pmatrix} \in M_{3x3}(\mathbb{R})$. Show that $A^{2016}-2A^{3016}+A=0$.
I guess this is a direct application of the Cayley-Hamilton theorem which states that every matrix satisfies its own characteristic equation. The characteristic polynomial of $A$ is $p_{A}(\lambda) = \lambda - \lambda^{3}$ (I skipped the easy computation of the determinant to save me some time). Hence, by the Cayley-Hamilton theorem $$A - A^{3} = 0 \tag{*}$$
How should I make use of $(*)$ and continue from here to prove the identity? I thought I could write $(*)$ as $A = A^{3}$ and then appropriately multiply both sides of latter equality but I got stuck. I'm also interested to know if there are other methods to solve this problem.
EDIT: As A.G. demonstrated, the identity is not true. It would be true for odd powers, e.g. $A^{2017}-2A^{3017}+A=0$. This is an unfortunate typo from my teacher's notes. I apologize to the users who gave answers prior to this edit.