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?
2026-04-18 22:58:20.1776553100
matrix equality about I+BA
56 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
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$.