I've studied Classifying complex $2\times2$ matrices up to similarity.
There it's said that when $c$ is the only eigenvalue of $A$, then $A-cI$ is nilpotent. But to solving that problem we have to use the fact that if a matrix is nilpotent of index 2, it is similar to $\begin{pmatrix}0&0\\1&0\end{pmatrix}$.I've proved that $A-cI$ has zero eigenvalue. But how to show that it's nilpotent of index 2?
Let $A$ be a $2\times2$ matrix having only $0$ as eigenvalue. Then its trace and determinant are $0$, so $$ A=\begin{bmatrix} u & v \\ w& -u \end{bmatrix},\qquad u^2+vw=0 $$ Now compute $$ A^2=\begin{bmatrix} u^2+vw & uv-uv \\ uw-uw & vw+u^2 \end{bmatrix} $$