Question:
Provided that $A$ is a $n×n$ real matrix with $A^2=0$, is it true that $\operatorname{rank}(A+A^\text{T})=2\operatorname{rank}(A)$ ? I believe it’s true.
I’ve tried matrix operations, Jordan standard form and dividing $A$ into column vectors, but all failed. Now I’m aware that linear mapping might be a good choice, because $Ax$ and $A^\text{T}x$ are perpendicular, so we can prove that $\ker(A+A^\text{T})=\ker(A)\cap\ker(A^\text{T})$. Then we need to prove that $\dim(\ker(A+A^\text{T}))=n-2 \operatorname{rank}(A)$, but I don’t know how.