1

I am trying to determine a general criteria in order to conclude whether a given metric $d$ induces a complete metric space $(ℝ,d)$. There seems to be the following result:

Let $d(x,y)=|f(x)−f(y)|$, where $f$ is an injective function defined on $ℝ$, with values in $ℝ$, and $|\cdot |$ is the usual absolute value function on $ℝ$. Then the image of $f$ is a closed set if and only if $(ℝ,d)$ is complete.

To prove this, one must show that a Cauchy sequence converges, i.e. that $f(x_n)$ converges if $|f(x_n)−f(x_m)|<ε$ for any $ε>0$, if $m$ and $n$ are large enough. Intuitively, if the image of $f$ is closed, it must contain all its limit points, including the limit of $f(x_n)$. But why does $f(x_n)$ converge in the first place? Why does $f$ have to be injective, and how is the converse true? Thank you for any help!

Example: consider the metric defined by $d(x,y)=|x^3-y^3|$. Let $f: ℝ \longrightarrow ℝ$ be the injective function defined by $f(x)=x^3$. The image of $f$ is $ℝ$ which is closed, so $(ℝ,d)$ is complete. On the other hand if $d(x,y)=|\arctan{x}-\arctan{y}|$, $Im(f)=]-\pi/2;\pi/2[$ is not closed, so $(ℝ,d)$ is not complete.

Note: this questions is in the continuity of this one: $(\mathbb{R},d)$ is not always a complete space?

Kuifje
  • 9,584
  • 2
    Note that if $f$ is not injective, then $d$ is not a metric, since you will have $d(x,y) = 0$ for some $x \neq y$. –  Sep 24 '15 at 00:59
  • @Bungo: yes that makes a lot of sense. Thanks. Yes I meant $f(x_n)$, my mistake, I have made the changes in the question. – Kuifje Sep 24 '15 at 01:05
  • What is that double-bar thingy, $|\cdot|$ – GEdgar Sep 24 '15 at 01:06
  • @GEdgar: $|| \cdot ||$ would be the absolute value in $\mathbb{R}$. Indeed this should be clarified, thanks! – Kuifje Sep 24 '15 at 01:08
  • You also didn't say that $f$ has real values. – GEdgar Sep 24 '15 at 01:09
  • @GEdgar: again, good point. Thanks – Kuifje Sep 24 '15 at 01:11
  • You should edit the question to get something that is exactly what you want to ask. Saying it in comments is not good enough. – GEdgar Sep 24 '15 at 01:13
  • @Kuifje If $f$ is the identity function, then the image under $f$ is both open and closed..This doesn't really seem to be a well-formulated question as is – Anthony Peter Sep 24 '15 at 01:14
  • You should emphasize that by closed,you mean closed in the usual topology on R. Caution is needed when talking about more than one topology at a time. – DanielWainfleet Sep 24 '15 at 12:09
  • @AnthonyPeter: The proposition does not say $Im(f)$ cannot be an open set, it says it has to be a closed one. So there is no contradiction in your example. – Kuifje Sep 24 '15 at 13:53

1 Answers1

2

Your guess is correct. Note that now $(\mathbb R, d)$ is isometric to $(f(\mathbb R), d_0)$, where $d_0$ is the standard metric $d_0(x, y) = |x-y|$. Then try to show that $(Y, d|_Y)$ in a complete metric space $(X, d)$ is complete if and only if it is closed.

Remark: This is really a general construction: Let $(Y, d)$ be a metric space and $ f:X \to Y$ be an injective map. Then one can define a metric $f^*d$ on $X$ by

$$(*)\ \ f^*d(x_1, x_2) = d(f(x_1), f(x_2)).$$

This metric on $X$ has the property that $f: (X, f^*d) \to (f(X), d)$ is an isometry (To be an isometry you need only to satisfy $(*)$)

  • Why would an injective mapping need be an isometry? – Anthony Peter Sep 24 '15 at 01:17
  • @AnthonyPeter : Note in this case the isometry is given by $f:\mathbb R\to f(\mathbb R)$ (there are reasons why you need an injective $f$: see the comment below the question) –  Sep 24 '15 at 01:25
  • @AnthonyPeter: the answer is here: http://math.stackexchange.com/questions/568415/how-do-i-prove-that-an-isometry-is-injective – Kuifje Sep 24 '15 at 01:26
  • Yes, clearly it must be injective. Though this doesn't say that this is an isometry, it just says injective. – Anthony Peter Sep 24 '15 at 01:27
  • @AnthonyPeter : Please see the edit –  Sep 24 '15 at 01:36
  • @John Ma: What do you mean by " $(Y,d|_Y)$ in a complete metric space $(X,d)$ ? " – Kuifje Sep 24 '15 at 01:36
  • $Y$ is a subset of a complete metric space $(X, d)$, and we can restrict the metric (call $d|_Y$) of $X$ to $Y$, making $Y$ also a metric space. What I say is that $(Y, d|_Y$ is complete if and only if $Y$ is closed in $X$. @Kuifje –  Sep 24 '15 at 01:41
  • 1
    @JohnMa: Yes, I can see why $Y$ is complete if and only if it is closed in $X$. So the proof would have the two following steps? :
    1. Show $(\mathbb{R},d)$ is isometric to $(f(\mathbb{R}),d_0)$.
    2. $f(\mathbb{R})$ is a subspace of $\mathbb{R}$, show that it is complete if and only if it closed.
    – Kuifje Sep 24 '15 at 02:17
  • Yes, you are right. –  Sep 24 '15 at 02:20
  • 1
    @JohnMa: Thanks for the guidelines. – Kuifje Sep 24 '15 at 02:27