Consider the metric space $(\mathbb R,d)$, where $d(x,y) = |e^x −e^y|$, $\forall x,y\in\mathbb R$. Is the metric space $(\mathbb R,d)$ complete?
I understand the definition of completeness but am unable to prove this?
Can you provide me with a counterexample, I understand it is not complete.
Consider the sequence $x_n = -n$. Compute that $$\lim_{n,m \rightarrow \infty} |e^{x_n} - e^{x_m}| = \lim_{n,m \rightarrow \infty}|e^{-n} - e^{-m}| \leq \lim_{n,m \rightarrow \infty} e^{-n} + e^{-m} = 0,$$ So $(x_n)$ is Cauchy. But $(x_n)$ is not convergent. To see this, suppose toward a contradiction that $\lim_{n \rightarrow \infty} |e^x - e^{-n}| = 0$. But then it follows that $e^x = 0$, which is absurd.