12

Please ,how to prove that the space $\mathbb{R}$ endowed with the metric $d(x,y)=|e^x-e^y|$ is not a complete space?

I don't find a Cauchy sequence but not convergent

Please

Thank you.

mich95
  • 8,713
Vrouvrou
  • 5,183
  • 1
    What are your thoughts on the problem? – Ben Grossmann Dec 24 '14 at 16:30
  • Can you think of a sequence $(x_n)$ where the Cauchy difference $d(x_n, x_m)$ gets small even though the $x_n$ themselves do not? – Simon S Dec 24 '14 at 16:32
  • 1
    Is your statement even true? – TheOscillator Dec 24 '14 at 16:40
  • @TheOscillator i don't understand – Vrouvrou Dec 24 '14 at 16:40
  • We know that $\mathbb{R}$ with the usual metric $d(x,y) =|x-y|$ is a complete metric space. Since the exponential function is continuous, then we usually would expect the $|e^{x}-e^{y}|$ should be small aswell... But maybe it has something to so with uniformness.. – TheOscillator Dec 24 '14 at 16:46
  • @TheOscillator: No, continuity of the exponential doesn't suggest that the new metric is complete, and in fact it isn't. – Brian M. Scott Dec 24 '14 at 16:51
  • Related (duplicate?): http://math.stackexchange.com/questions/153707/checking-for-completeness-of-mathbbr-with-metric-defined-by-d-1x-y-mi – Martin Sleziak Dec 24 '14 at 20:38
  • @TheOscillator: If $e^x$ were a slowly-growing function (e.g. with $e^x<x$) we might expect that $|x-y|$ small implies $|e^x-e^y|$ small. But we know that actually it is a very quickly-growing function; it's not obvious that this means $|e^x-e^y|$ is not small, but it lends some plausibility to the claim. (I don't know if you were intending your comments as a pedagogical device, but either way this may be useful to the OP as well.) – Eric Stucky Jan 03 '15 at 03:17
  • As Martin suggests, this is a duplicate of that question which is answered in the comments. – Eric Stucky Jan 03 '15 at 03:21

3 Answers3

20

Consider the sequence $x_n=-n$. Clearly it doesn't converge. For, suppose $x_n \to x$ for some real number $x$. Then $|e^{-n}−e^x|→0$. Hence, $e^x=0$, which cannot be.

However, $N<n<m \implies |e^{x_n}-e^{x_m}|=e^{-n}-e^{-m}<e^{-N} \to 0$ as $N \to \infty$. So the sequence is Cauchy.

TorsionSquid
  • 3,530
14

Here is a less direct way of viewing the problem. The function $f(x) = e^x$ defines an isometry from your metric space to the set $\mathbb{R}^+$ of positive real numbers with the usual metric. This fact is straightforward: $f$ is a bijection (the inverse function is the natural logarithm), and if $d$ is your metric and $d_1$ is the usual metric, then for $x,y \in \mathbb{R}$, we have $$d(x,y) = |e^x - e^y| = |(f(x) - f(y)| = d_1(f(x),f(y)).$$

So, $(\mathbb{R}, d)$ and $(\mathbb{R}^+, d_1)$ are isomorphic as metric spaces. We can see that the latter space is not complete by considering any sequence in $\mathbb{R}^+$ converging to 0. Such a sequence is Cauchy, but does not converge to a point of $\mathbb{R}^+$.

7

HINT: Is $d(-100,-101)$ a large, medium, or small number? Look at the graph of $y=e^x$.

Brian M. Scott
  • 616,228