I would like to prove the following:
Lemma. Let $f:X \rightarrow \mathbb{R}^n$ a continuous function. Let $x_n \in X$ such that $\lim_n x_n = a \in X$ and $\Vert f(x_n)\Vert < c$ for all $x_n \in X$. Then $\Vert f(a)\Vert \leq c$.
My attempt
We know that $\lim_n x_n = a$. Since $f$ is continuous, $\lim_n f(x_n) = f(a)$. Let $\epsilon >0$. Then, there exists $n_0$ such that $\Vert f(x_n) - f(a)\Vert < \epsilon$ whenever $n > n_0$. Then, $$\Vert f(a)\Vert - \Vert f(x_n)\Vert \leq \Vert f(x_n) - f(a)\Vert < \epsilon.$$ Using $\Vert f(x_n)\Vert < c$, it follows that $\Vert f(a)\Vert < \epsilon + c$. Therefore, taking $\epsilon \downarrow 0$ yields the desired result.
Is that correct?
||
, use\Vert
. Also, don't use\displaystyle
(unless you absolutely have to) in inline math. The result is hard to read as it messes with the line spacing. I edited your post; you can look at the source. – parsiad Aug 24 '19 at 19:44