0

I am in the middle of my proof and I want to know if the following is true, suppose $f_n$ is a Cauchy sequence, can i do this?

If $$\| f_n(x) - f(x) \| \to 0,$$ then can I also say this limit is true

$$\lim_{m \to \infty} \| f_n(x) - f_m(x) \| \to 0?$$

Lemon
  • 12,664

2 Answers2

1

Short Answer: Yes the norm is continuous in the usual topology on a normed vector space.

Medium Answer: Let $X$ be a normed vector space. Let $\epsilon > 0$ and put $\delta = \epsilon$ then $\forall x,y \in X$ we have $$ \delta > \lVert x - y \rVert \ge \lvert \lVert x \rVert - \lVert y \rVert \rvert \implies \epsilon > \lvert \lVert x \rVert - \lVert y \rVert \rvert $$ where we used the reverse triangle inequality.

DanZimm
  • 5,781
1

The triangle inequality gives $\|x\|-\|y\| \le \|x-y\|$. Switching $x,y$ gives $\|y\|-\|x\| \le \|x-y\|$, hence $|\|x\|-\|y\|| \le \|x-y\|$, and so the norm is (Lipschitz) continuous.

copper.hat
  • 172,524