Another isometric imbedding problem

  • Thread starter Thread starter radou
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
37 replies · 5K views
Messages
3,149
Reaction score
8

Homework Statement



I like to deal with equivalence relations, so I decided to skip to this exercise.

Let (X, d) be a metric space. If xn and yn are Cauchy sequences in X, define a relation xn ~ yn if d(xn, yn) --> 0. Denote the equivalence class of x with [x], and the set of all equivalence classes with Y. Define a metric D on Y with D([x], [y]) = lim d(xn, yn), n --> ∞.

The Attempt at a Solution



(a) Show that ~ is an equivalence relation, and show that D is a well-defined metric.

Clearly, for any Cauchy sequence, xn ~ xn, xn ~ yn <==> yn ~ xn and (xn ~ yn & yn ~ zn) ==> xn ~ zn holds (the third arrived from the triangle inequality). It is also easy to check D is a metric, for example the triangle inequality (all limits are as n --> ∞): d(xn, zn) <= d(xn, yn) + d(yn, zn) ==> lim d(xn, zn) <= lim d(xn, yn) + lim d(yn, zn). The other "metric properties" are trivial. The metric D is well-defined, since limits are unique in R.

(b) Define h : X --> Y with h(x) = [(x, x, x, ...)] (i.e. h(x) is the equivalence class of the constant sequence (x, x, x, ...)). Show that h is an isometric imbedding.

Obviously for any x, y in X, d(x, y) = D(h(x), h(y)) = D([(x, x, ...)], [(y, y, ...)]) = d(x, y), so h is an isometry. Let's check for injectivity. Indeed, if x and y are distinct elements of X, y cannot possibly lie in h(x) (the equivalence class of the constant sequence) and vice versa. And further on, h : X --> h(X) is clearly a surjection.

Now, let's check continuity of h.

Let B([x], ε) = {[y] in Y : D([x], [y]) = lim d(xn, yn) < ε (as n --> ∞)} be an open ball around [x] in Y. The inverse image of this open ball under h is defined for constant sequences in Y only. And one can easily see that h^1(B) = {x in X: d(x, xn) < ε, for every n (n indexes the sequence xn)}. Clearly, this is a union of open balls around the elements xn of the sequence xn (again, notation is not quite consistent and clear, but I'll assume it's obvious what I mean), and hence open.

Now, the only thing remaining is to check that the inverse of h is continuous. Take an open ball B(x, ε) in X. We need to check that its image under h (which is the inverse of the inverse of h) is open. Since B(x, ε) = {y in X : d(x, y) < ε)}, and since h is an isomerty, we have d(x, y) = D(h(x), h(y)) < ε, so clearly h(B) = {[y] in Y : D([x], [y]) < ε}, which is an open ball in Y.

I hope these results are correct.
 
on Phys.org
All is well, until you get to the continuity of h.

radou said:

Homework Statement


h^1(B) = {x in X: d(x, xn) < ε, for every n (n indexes the sequence xn)}

I don't really see this. I don't even think it's true...

Now, the only thing remaining is to check that the inverse of h is continuous. Take an open ball B(x, ε) in X. We need to check that its image under h (which is the inverse of the inverse of h) is open. Since B(x, ε) = {y in X : d(x, y) < ε)}, and since h is an isomerty, we have d(x, y) = D(h(x), h(y)) < ε, so clearly h(B) = {[y] in Y : D([x], [y]) < ε}, which is an open ball in Y.

I know what you mean, but still: h(B) is not an open ball in Y, but it's an open ball in h(X).
Compare with this: [tex]]-1,1[\cap \mathcal{Q}[/tex] is an open ball in [tex]\mathbb{Q}[/tex], but not in [tex]\mathbb{R}[/tex].


Overall, I want to make one suggestion. You check continuity with the definition of h. But isn't it easier to show that every isometric imbedding is continuous. If you prove this result in general, then you can avoid the troublesome notation.
Also, I think it's easier to use [tex]\epsilon,\delta[/tex] definition in this case. Working with open balls is maybe a bit to complicated...
 
micromass said:
I don't really see this. I don't even think it's true...


micromass said:
I know what you mean, but still: h(B) is not an open ball in Y, but it's an open ball in h(X).
Compare with this: [tex]]-1,1[\cap \mathcal{Q}[/tex] is an open ball in [tex]\mathbb{Q}[/tex], but not in [tex]\mathbb{R}[/tex].

Actually, what I meant was h(X). But that doesn't help right now...

micromass said:
Overall, I want to make one suggestion. You check continuity with the definition of h. But isn't it easier to show that every isometric imbedding is continuous. If you prove this result in general, then you can avoid the troublesome notation.
Also, I think it's easier to use [tex]\epsilon,\delta[/tex] definition in this case. Working with open balls is maybe a bit to complicated...

A good suggestion indeed, I was over-complicating again!

Btw, an imbedding is continuous by definition, so what I actually need to show is that an isometry is continuous.

Indeed, let f : X --> Y be an isometry. Let's show it's continuous at some arbitraty point c of X. Let ε > 0 be given, and let δ = ε. Then, for all x in X such that dx(x, c) < δ, we have dy(f(x), f(c)) = dx(x, c) < ε = δ ! This indeed trivial!

And again, I don't pick an easier and obvious way to deal with things... :rolleyes:
 
Btw, my suggested proof that the inverse of h is continuous won't work? It's the only thing left to show to prove that h is an imbedding...
 
micromass said:
That part of the proof was alright. But the inverse of an isometry is also an isometry and you have proven that isometries are continuous. This shows immediately that the inverse of h is continuous...

Ah yes, right! OK, moving on...
 
(c) Show that h(X) is dense in Y.

We need to show that Cl(h(X)) = Y.

Let's first check inclusion "[tex]\subseteq[/tex]".

Let [x] be in Cl(h(X)). Then for every ε > 0, B([x], ε)[tex]\cap[/tex]Y[tex]\neq \emptyset[/tex]. This means that there is a constant sequence y such that D([x], [y]) = lim d(xn, y) < ε, as n --> ∞ (every element of the sequence yn equals y). Hence, the sequence xn is Cauchy. And so it must belong to Y.
 
OK, I may have got an idea.

If [y] is an element of Y, and if we show that there is a sequence in h(X) converging to [y], then [y] is in Cl(h(X)), which is the desired result.

Since yn, is Cauchy, for ε = 1, choose N1 such that for all m, n >= N1 we have d(ym, yn) < ε. Specially, if we fix m = N1, we have, for all n >= N1, d(yN1, yn) < ε. Do this for ε = 1/2, ... , 1/n in general, and for every ε name the positive integer Nn.

I assert that h(yNn) is a sequence in h(X) converging to [y].

Let ε > 0 be given. We wish to find an integer N such that whenever n >= N, we have D(h(yNn), [y]) = lim d (yNn, yn) < ε, as n --> ∞. But, we can find such an integer, as is proposed in the paragraph above. Hence h(yNn) --> [y].
 
(d) Now, this is an intermediate result to prove that Y is complete.

Let A be a dense subset of the metric space (Z, d). If every Cauchy sequence converges to a limit in Z, then Z is complete.

My idea is to take a Cauchy sequence xn in Z, and find a convergent subsequence of xn in A. But I don't really see how. Somehow, I need to use the fact that A is dense in Z, i.e. Cl(A) = Z...

Edit: clearly, for any member xi of the sequence xn there is a sequence xn' of points of A converging to xi. Further on, for any neighborhood of any member of the sequence xn intersects A. These are some apparent facts, but I don't see how to put them together.
 
Well, there are several ways to tackle this problem. But I think you've already showed a way that should work:

clearly, for any member xi of the sequence xn there is a sequence xn' of points of A converging to xi.

Allright, now try to take a diagonal sequence. I think I should be able to do something with that...
 
micromass said:
Well, there are several ways to tackle this problem. But I think you've already showed a way that should work:



Allright, now try to take a diagonal sequence. I think I should be able to do something with that...

OK, can you just reveal one hint to me in order to direct my thinking - does this enable us to find a convergent subsequence of the original Cauchy sequence? Or should I apply some other method of showing the sequence converges?

Btw, I tried to consider the set of all members of the original sequence which belong to A. But I don't see a way to prove the set is non-empty and has a countable number of elements... It's stupid, probably.

(Btw, congratulations on your science advisor medal! :biggrin:)
 
Take a sequence [tex](x_n)_n[/tex]. The trick is to construct a sequence in A which is very close to [tex](x_n)_n[/tex]. We can do this by a diagonal argument. But I think there might be an easier way like this:

Take an arbitrary n, then by density of A, we know that there exists an [tex]a_n[/tex] in A, such that [tex]d(x_n,a_n)<1/n[/tex]. The sequence [tex](a_n)_n[/tex] lies in A an lies very close to [tex]x_n[/tex].

In fact, we got that [tex]d(x_n,a_n)\rightarrow 0[/tex], so if [tex](a_n)_n[/tex] converges, then [tex](x_n)_n[/tex] converges. So, the only problem is to show that [tex](a_n)_n[/tex] converges (by showing it is Cauchy).
 
micromass said:
Take a sequence [tex](x_n)_n[/tex]. The trick is to construct a sequence in A which is very close to [tex](x_n)_n[/tex]. We can do this by a diagonal argument. But I think there might be an easier way like this:

Take an arbitrary n, then by density of A, we know that there exists an [tex]a_n[/tex] in A, such that [tex]d(x_n,a_n)<1/n[/tex]. The sequence [tex](a_n)_n[/tex] lies in A an lies very close to [tex]x_n[/tex].

In fact, we got that [tex]d(x_n,a_n)\rightarrow 0[/tex], so if [tex](a_n)_n[/tex] converges, then [tex](x_n)_n[/tex] converges. So, the only problem is to show that [tex](a_n)_n[/tex] converges (by showing it is Cauchy).

Hm, I can't say I understand the alternative approach.

We take an element of the original sequence, say the element is xi. By density, we construct a sequence an such that d(xi, an) --> 0, as n --> ∞. Hence, an converges to xi, right? How does that relate to the convergence of xn? Probably it's some notational misunderstanding here...
 
No, you take an element [tex]x_n[/tex]. By density, we can find an element of A which is arbitrarily close to [tex]x_n[/tex]. So, we can find an [tex]a_n\in A[/tex] such that [tex]d(x_n,a_n)<1/n[/tex]. This gives us a sequence [tex](a_n)_n[/tex].


Another way is the following: Consider an element [tex]x_n[/tex]. We can find a sequence [tex]x_{n,m}\rightarrow x_n[/tex]. Then consider the diagonal sequence [tex](x_{n,n})_n[/tex].
 
OK, I get it, except for one thing: if d(xn, an) --> 0, and if an converges, how does that imply that xn converges? I feel I'm missing an elementary result about sequences...Of course, this is intuitively acceptable and I see it's logical, but still...We mentioned similar things, but in the context of uniformly continuous maps.
 
Yes, we indeed mentioned it form uniform maps. The result was

If [tex](x_n)_n[/tex] and [tex](y_n)_n[/tex] are sequences such that [tex]d(x_n,y_n)\rightarrow 0[/tex] and [tex]x_n\rightarrow x[/tex], then [tex]y_n\rightarrow x[/tex].

The other result we mentioned (but I don't think we need it here) was:

If [tex](x_n)_n[tex]and [tex](y_n)_n[/tex]are sequences such that [tex]x_n\rightarrow x[/tex] and [tex]y_n\rightarrow x[/tex], then [tex]d(x_n,y_n)\rightarrow 0[/tex]<br /> <br /> And another result needed a uniform function:<br /> <br /> f is uniform continuous if and only if for every sequences such that [tex]d(x_n,y_n)\rightarrow 0[/tex] holds that [tex]d(f(x_n),f(y_n))\rightarrow 0[/tex].<br /> <br /> But you only need the first result here...[/tex][/tex]
 
micromass said:
Yes, we indeed mentioned it form uniform maps. The result was

If [tex](x_n)_n[/tex] and [tex](y_n)_n[/tex] are sequences such that [tex]d(x_n,y_n)\rightarrow 0[/tex] and [tex]x_n\rightarrow x[/tex], then [tex]y_n\rightarrow x[/tex].
[/tex].

Hm, I'll quote what was written in a previous thread:

"2) Let (x_n) and (y_n) be two sequences such that d(x_n,y_n)-->0. If x_n--> x and y_n-->y, then x=y."

So, this is equivalent to:

if xn and yn are sequences such that d(xn, yn) --> 0 then xn --> x implies yn --> x?
 
micromass said:
Yes, both are correct. And their proof is almost the same.

The reason I formulated it differently in the other thread is probably because that form was more convenient in that thread...

OK, now I have all the tools I need. (I'll look into the proofs of these statements too, for convenience...)
 
Well, this is indeed simple!

Let ε > 0 be given. Choose N1 such that n >= N1 implies d(xn, an) < ε/3, choose N2 such that n, m >= N2 implies d(xn, xm) < ε/3, and choose N3 such that m >= N3 implies d(xm, am) < ε/3.

Now, by the triangle (generalized) inequality, we have, for n, m >= max {N1, N2, N3}:

d(am, an) <= d(an, xn) + d(xn, xm) + d(xm, am) < ε.

Hence, an is Cauchy and by hypothesis converges in Y.

(Btw, the proof of our statement in post #22 is very easy, only apply the triangle inequality...)
 
Since h(X) is proven to be dense in Y, we only need to show that every Cauchy sequence in h(X) converges in Y.

Let [xn] be a Cauchy sequence in h(X). For any ε > 0, there exists N such that n, m >= N implies D([xn], [xm]) = lim d(xn, xm) < ε. Since we're dealing with sequences in h(X), [xn] = [(x, x, ...)] and [yn] = [(y, y, ...)] and hence we have a Cauchy sequence xn in X.

Well, I thought this was obvious and easy at first, but... If I knew that xn converges in X, one could easily see that [xn] converges in Y, too. Hm..
 
Well, let's say that we have the following Cauchy sequence in h(X):

[tex](x_1,x_1,x_1,...)[/tex] is the first element of the sequence
[tex](x_2,x_2,x_2,...)[/tex] is the second element of the sequence
[tex](x_3,x_3,x_3,...)[/tex] is the third element of the sequence

You will want to show that this sequence converges to

[tex](x_1,x_2,x_3,...)[/tex]

The above element does indeed lie in Y, since it is a Cauchy sequence...
 
OK, I'll think about it tomorrow, since my brain completely stopped working right now. :zzz:

Btw, this section (i.e. the exercises) is very useful, since it filled in a lot of gaps in my knowledge of analysis...