If A is nilpotent, and B is an invertible matrix of the same order as A and AB =BA, then B- A is invertible.

605 Views Asked by At

proof

I am quite sure that my proof is wrong, because I did not use the fact that AB= BA in the proof, is there a way to prove that B-A is singular without using determinant?

1

There are 1 best solutions below

2
On BEST ANSWER

First notice that $C=AB^{-1}$ is nilpotent (here you use the fact that matrices commute). Then $(I-C)(1+C+C^2+...)=I$. So $(I -AB^{-1}) $ is invertible. Multiply it by invertible $B$ and get that $B-A$ is invertible.