I feel like I have seen this bound before but no longer can recall its source:
Suppose $A, B$ are square matrices with $||A^{-1} (A-B) || < 1$, i.e. their perturbation is relatively minimal. Then, what is an upper bound on $|| A^{-1} - B^{-1} ||$?
In my notes, I have: $$ || A^{-1} - B^{-1} || \leq \frac{||A^{-1}||^2 ||A - B||}{1 - ||A^{-1} (A - B)||} $$
Is this true? And is there a source?