I need to show that if the matrix $A$ is invertible, and $\|B-A\| < \|A^{-1}\|^{-1}$, then $B$ is invertible.
I was able to prove that B is invertible $$(A^{-1}B)^{-1} = B^{-1}A = (I-A^{-1}B)^k$$, thus $$B^{-1} = \sum_{k=0}^{\infty} {(I-A^{-1}B)^k A^{-1}}$$
However, I am unsure how can I show that there also exists a $$B^{-1} = A^{-1} \sum_{k=0}^{\infty} {(I - BA^{-1})^k}$$ Any idea on how to do so?
Any feedback on this question would be greatly appreciated!