I actually saw an statement here on stackxchange: "Let $A$ be a square matrix $n \times n$. $trace (A)=0$, if and only if, $A^{2}=0$."
So I could find a counterexample for →. And I think the statement should be correct only for $2\times 2$ square matrices.
Now I wanna know if we can claim: If $A\in M_{2\times 2}(F)$ and $A^{2}=0$ then $trace(A)=0$. Am I correct? If this makes sense, how do we prove it based on trace and multiplication definitions?
$A^2=\pmatrix{a&&b\\c&&d}^2=\pmatrix{a^2+bc&&ab+bd\\ac+dc&&bc+d^2}=\pmatrix{0&0\\0&0}$
$\implies b(a+d)=0$ and $ c(a+d)=0 \implies a+d=0 $ or $b=c=0$,
but if $b=c=0$ then $a^2+bc=0, bc+d^2=0\implies a=d=0\implies a+d=0$ anyways.
So indeed it can be shown based on the definitions of matrix trace and multiplication that
the trace of a $2\times2$ matrix whose square is the $0$ matrix is $0.$