Let a non-zero matrix $A$ satisfy $A^5 = \textbf0$. Prove that A cannot be diagonalized. More generally, any non-zero nilpotent matrix, i.e. a non-zero matrix satisfying $A^N = \textbf0$ for some $N$ cannot be diagonalized.
My understanding of how to show that $A$ cannot be diagonalized is that $A = PDP^{-1} \rightarrow D = P^{-1}AP$ where $D = \lambda I_5$. Since $A^5 = 0$, $D = P * 0 * P^{-1} = 0$, meaning that the only eigenvalue for $A$ is $\lambda = 0$, and $A$ cannot be diagonalized.
Is this correct and can this be extended to $A^N$ as a complete proof?
Given that $$A^N=0$$, $A$ is nilpotent matrix. If $A$ is diagonalizatble then for some invertible matrix $A$, we have $$P^{-1} A P= D~~~~(1)$$ Here $D$ is a diaginal matrix, we know that $$D^N=(P^{-1} A~P)^N= P^{-1} A^N P =0.$$ This proves that the Diagonal matrix $D$ is actually a null matrix meaning that all eigenvalues of $A$ are zero. This proves that $A$ (nilpotent matrix) is not diagonalizable.