My goal is to prove or disprove the following claim:
For $2\times 2$ matrices $A$ and $B$, if $(AB)^2=0$, then $(BA)^2=0$.
My thoughts on the question:
- I know that $AB=O$ does not imply that $BA=O$, so my first impression was that it is false. I tried the counter-example I know but it leads to $(BA)^2=O$.
- (edited) As pointed out by Friedrich Philipp in the comments, $A$ or $B$ is not invertible. If one of them is invertible, then the question is easily shown to be true. I wish to avoid density arguments though, so I am still stuck with the case where $A$ and $B$ are both singular.
- The question is in a list of prove or disprove questions for square matrices of any order. This specific one precise that $A$ and $B$ are of order $2$, so maybe the property is true for these matrices. I seems to remember that if $M$ is a square matrix of order $n$ and is nilpotent, then the order of nilpotence (the smallest $p$ such that $M^p=O$) is at most $n$, but I don't know how to use it here.
Beside this, I am clueless. I am looking for ideas or hints on the problem.