I have an old test question that I am not sure about and would like some idea. It is from a Numerical Analysis class.
Suppose that $A$ is an invertible $n$-by-$n$ matrix. Prove that for every $n$-by-$n$ matrix $B$, the inequality $$ \|\mathbf{B} - \mathbf{A}\| \lt \frac{1}{\|\mathbf{A}^{-1}\|}$$ implies that $B$ is invertible.
I answered the test question correctly, but am also interested in what this particular equation could be used for.
EDIT: Here is what I did on my test (the test did give a hint to use the contrapositive):
Suppose $A$ is invertible and $B$ is singular. Then for some $x \ne 0$, we have $Bx = 0$
Note that $$\begin{align} 0 \ne & \| x\| & = & \| A^{-1}Ax\| \\ && = & \|A^{-1}(Ax - Bx)\| \\ && = & \|A^{-1}(A-B)x\| \\ && \le & \|A^{-1}\|\cdot\|(A-B)x\| \\ \implies & \|x\| & \le & \|A^{-1}\|\cdot\|A-B\| \cdot \|x\|\\ \\ \implies & \frac{ \|x\|}{\|x\|} & \le & \|A^{-1}\|\cdot\|A-B\| \cdot \frac{\|x\|}{\|x\|} \,\,\,\,\text{since $\|x\| \ne 0$} \\ \implies & 1 & \le & \|A^{-1}\|\cdot\|A-B\| \\ \implies & \frac{ 1}{\|A^{-1}\|} & \le & \|A-B\| \\ \therefore & B \;\text{singular} \implies && \|A-B\| \ge \frac{1}{A^{-1}} \\ \text{By contrapositive argument,}&\text{ we have} \\ &\|A-B\|& \lt &\frac{1}{\|A^{-1}\|} \implies \text{$B$ is invertible}\\ \end{align} $$