Let $A$ be a $4\times 4$ matrix over $\mathbb C$ such that $rank A=2$ and $A^3=A^2\neq 0$.Suppose that $A$ is not diagonalisable. Then
Show that there exists a vector $v$ such that $Av\neq 0$ but $A^2v=0$
My try:$\dim \operatorname{Im}(A)+\dim \ker (A)=4$ so $\dim(\ker A)=\dim (\operatorname{Im}A)=2$.
Now $A$ satisfies $x^3=x^2\implies x^2(x-1)=0$ thus $0,1$ are the only eigen values of $A$. Since $A$ has rank $2$ so geometric multiplicity of $0$ is $2$ but $A$ is not diagonalizable thus algebraic multiplicity of $0$ is $3$.
So the characteristic polynomial will be $x^4-x^3=0$
Obviously $A$ will have a Jordan block of size $2$ corresponding to 0
$$\ A \text{ will have Jordan form as } \pmatrix{1&0&0&0\\0&0&1&0\\0&0&0&0\\0&0&0&0} $$
How should I use these information to conclude my result??