matrix equality about I+BA

56 Views Asked by At

Can you help me prove the matrix equality below? $$I+BA = (I+B)(I-(I+B)^{-1}B(I-A)),$$ where $B, A$ are some matrix and $I$ is identity matrix. Should I use matrix inversion lemma?

2

There are 2 best solutions below

1
On

Simply expanding the RHS: \begin{align*} (I+B)(I-(I+B)^{-1}B(I-A)) & = (I+B) - (I+B)(I+B)^{-1}B(I-A) \\ & = I+B - B(I-A) \\ & = I+B - BI + BA \\ & = I + B - B + BA \\ & = I + BA. \end{align*} Here, we use the fact that $BI=B$ and $(I+B)(I+B)^{-1} = I$.

0
On

If $A=x$, $B=y$, $I=1$, then:

$$1+yx=(1+y)\left(1-(1+y)^{-1}y(1-x)\right)=(1+y)\left(1-\frac{y-yx}{1+y}\right)=$$ $$(1+y)\cdot\frac{1+y-y+yx}{1+y}=1+yx.$$