I have been trying questions in Linear Algebra and I couldn't correctly solve this particular question.
Let $A$ be a non-zero $4\times 4$ complex matrix such that $A^2= 0$. What is the largest possible rank of $A$?
All eigenvalues must satisfy $\lambda^{2} = 0$ and so all eigenvalues are $0$. I am unable to think what results I should use now. Can anyone please tell how I should proceed. Any help would be really appreciated.
Answer:
$2$
We can construct one of rank $2$: $$A = \begin{bmatrix} 0 & 1 & 0 & 0 \\ 0 & 0 & 0 &0 \\ 0& 0&0&1 \\ 0&0&0&0\end{bmatrix}$$ fits the bill. Clearly $A$ can't have rank four (since then it would be invertible), but why can't $A$ have rank $3$? If it had rank $3$, then there could only be one linearly independent vector in the zero eigenspace (i.e. nullspace). That would have to mean that there is only one Jordan block in the Jordan Normal Form of $A$ (number of Jordan blocks for a given eigenvalue $=$ number of linearly independent eigenvectors for that eigenvalue). Thus, $A$ would have to be similar to a $4 \times 4$ matrix that is a single zero Jordan block, i.e. $$A = S \cdot \begin{bmatrix} 0 & 1 & 0 & 0 \\ 0 & 0 & 1 &0 \\ 0& 0&0&1 \\ 0&0&0&0\end{bmatrix} \cdot S^{-1}$$ for some invertible $S$. But clearly $$A^2 = S \cdot \begin{bmatrix} 0 & 0 & 1 & 0 \\ 0 & 0 & 0 &1 \\ 0& 0&0&0 \\ 0&0&0&0\end{bmatrix} \cdot S^{-1}$$ cannot be zero, so we conclude it must be impossible for $A$ to have rank $3$. $\square$