Given a linear maps, $A, B : \mathbb{R}^n \to \mathbb{R}^m$, and a norm $\|A\| = \sup_{|x| \le 1} |Ax|$, I want to show that given $\varepsilon > 0$, there exists $\delta > 0$ such that $\|A-B\| < \delta$ implies $|Ax - Bx| < \varepsilon$.
I am not actually sure if that is true or not, but it feels like it should be true.
I found that if I restrict myself to the ball where $|x| < r$, I can get $$|Ax - Bx| = |(A - B)x| \le \|A-B\||x| < \delta r.$$ Thus given $\varepsilon > 0$, I can let $\delta = \varepsilon / r$.
However, can I extend this argument to all of $\mathbb{R}^n$?