A, B are two quadratic matrices and I-AB is invertible.
How do I prove that I-BA is also invertible and (I-BA)^-1 = I + B(I-AB)^-1 * A?
Not sure how to start with, but I have tried:
I-AB = C
⇔ B - BAB = BC
⇔ I - BA = BCB^-1
⇔ I - BA = B(I-CB^-1)
But this does not lead to anything and Im just guessing and I have no strategy. Any tips?