Question: Assuming that all matrix inverses involved below exist, show that
$$(\mathbf{A}-\mathbf{B})^{-1}=\mathbf{A}^{-1}+\mathbf{A}^{-1}(\mathbf{B}^{-1}-\mathbf{A}^{-1})^{-1}\mathbf{A}^{-1}$$
in particular
$$(\mathbf{I}+\mathbf{A})^{-1}=\mathbf{I}-(\mathbf{A}^{-1}+I)^{-1}$$
and
$$\det[(\mathbf{I}+\mathbf{A})^{-1}+(\mathbf{A}^{-1}+\mathbf{I})^{-1}]=1$$
Start with $$A-B=A(B^{-1}-A^{-1})B\qquad\Rightarrow\qquad(A-B)^{-1}=B^{-1}(B^{-1}-A^{-1})^{-1}A^{-1}. $$ Writing $B^{-1}=\color{blue}{B^{-1}-A^{-1}}+\color{red}{A^{-1}}$, it follows that $$ (A-B)^{-1}=(\color{blue}{B^{-1}-A^{-1}}+\color{red}{A^{-1}})(B^{-1}-A^{-1})^{-1}A^{-1} $$ $$ =(\color{blue}{B^{-1}-A^{-1}})(B^{-1}-A^{-1})^{-1}A^{-1}+\color{red}{A^{-1}}(B^{-1}-A^{-1})^{-1}A^{-1} $$ $$ =A^{-1}+A^{-1}(B^{-1}-A^{-1})^{-1}A^{-1}. $$ The last two properties follow easily.