1

Prove: $$x_{n}\rightarrow a\iff d(x_{n},a)\rightarrow 0$$

Intuitively and in euclidian metric it seems to be trivial, but I am stuck.

$(\Rightarrow):$ There for for all $\epsilon>0$ there is $n>N$ such that $d(x_{n},a)<\epsilon$

And I need to get to $d(d(x_{n},a),0)$

gbox
  • 12,867

2 Answers2

2

In $d(d(x_n,a),0)$ two $d$ are not the same metric. The last one is just $|d(x_n,a)|$ as is in $\mathbb{R}$.

SaeidAli
  • 144
2

If $d$ is a metric, then $d(x_n,a)\ge0$. Therefore, you are given $$ \text{for all }\epsilon\gt0\text{, there is an }N\text{ so that if }n\ge N\text{, then }0\le d(x_n,a)\lt\epsilon $$ Thus, for $n\ge N$, $$ d(d(x_n,a),0)=|d(x_n,a)-0|\lt\epsilon $$ The outer $d$ is in $\mathbb{R}$ while the inner $d$ is in the other metric space.

robjohn
  • 345,667