Linear algebra proof that there is an inverse

31 Views Asked by At

so I have $A - B + A^2 - AB = I$. I'm afraid I'm stuck now, how can I prove that $A-B$ has an inverse?

1

There are 1 best solutions below

1
On

You can factor your expression like this:

$$ (A-B)+A(A-B) = I\implies (I+A)(A-B)= I$$

So $I+A$ is inverse for $A-B$.