I'm stuck on a numerical analysis problem where I need to prove the following inequality
$$1 \leq \|A^{-1}\| _2\|A-B\|_2,$$
where $A \in \mathbb{R}^{n\times n}$ is regular and $ B \in \mathbb{R}^{n\times n}$ is singular. Given the statement I somehow need to use the singularity of $B$ but I can't find a connection between the 2-norm, the singularity of B and the subtraction of $B$ from $A$.
Let $v$ be a nonzero unit vector in $\ker(B)$. Then $$ \|A^{-1}\|_2\|A-B\|_2 \ge\|I-A^{-1}B\|_2 =\sup_{\|u\|_2=1}\|(I-A^{-1}B)u\|_2 \ge\|(I-A^{-1}B)v\|_2 =\|v\|_2=1. $$