Proving Claim 1: Metric Spaces (X,ρ) and (X,σ)

  • Context: Graduate 
  • Thread starter Thread starter kingwinner
  • Start date Start date
  • Tags Tags
    Metric
Click For Summary

Discussion Overview

The discussion revolves around proving claims related to the convergence of sequences in metric spaces, specifically comparing two metrics, ρ and σ, defined on the same space X. The focus is on the implications of these metrics for convergence and Cauchy sequences, exploring both theoretical aspects and specific cases.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • Some participants propose that for ε > 1, if ρ(xn,x) < ε, then σ(xn,x) < ε holds, but they question how to handle the case when ε > 1 in proving convergence.
  • Others argue that for ε > 1, σ(xn,x) is either 1 or less than 1, which leads to σ(xn,x) < ε being satisfied with M = N.
  • A later reply suggests that it is not necessary to separate the cases of ε < 1 and ε > 1 for the first implication, as σ(x,y) ≤ ρ(x,y) for all x,y in X.
  • Some participants express confusion about the necessity of considering subsequences for proving convergence in the reverse direction.
  • There is a discussion about the use of ε' = 1/ε for ε > 1 to find an appropriate n_0 that satisfies convergence definitions.
  • Participants also discuss the equivalence of Cauchy sequences under the two metrics, with some suggesting that the proof follows a similar structure to the convergence case.

Areas of Agreement / Disagreement

Participants generally agree on the definitions and implications of the metrics but have differing views on whether the cases for ε < 1 and ε > 1 need to be treated separately. The discussion remains unresolved regarding the best approach to proving the claims, particularly in the context of Cauchy sequences.

Contextual Notes

Participants note that the definitions of convergence and Cauchy sequences depend on the specific metrics used, and there are unresolved points regarding the implications of these definitions when transitioning between the two metrics.

kingwinner
Messages
1,266
Reaction score
0
"Given a metric space (X,ρ), define a new metric on X by σ(x,y)=min{ρ(x,y),1}. The reader can check that σ is indeed a metric on X.
Claim 1: xn->x in (X,ρ) iff xn->x in (X,σ).
Claim 2: {xn} is Cauchy in (X,ρ) iff it is Cauchy in (X,σ). (Hence completeness is the same for these two metrics.)"
=================================

Right now, I'm trying to prove claim 1.
xn->x in (X,ρ) means:
for all ε>0, there exists N s.t. if n>N, then ρ(xn,x)<ε

xn->x in (X,σ) means:
for all ε>0, there exists M s.t. if n>M, then σ(xn,x)<ε

Now if 0<ε<1, then ρ(xn,x)<ε <=> σ(xn,x)<ε, so taking N=M above works in the definition of limit. Am I correct so far?
But if ε>1, I think it is NOT true that ρ(xn,x)<ε <=> σ(xn,x)<ε, right? So what should I take N or M to be in the case when ε>1? What should I do for this case?

Thanks for any help!
 
Physics news on Phys.org
Let ε > 1. Then ρ(xn,x) <= 1 must hold for all n > N. By definition, σ(x,y)=min{ρ(x,y),1}, so either σ(xn,x) = 1 or σ(xn,x) < 1, so obviously σ(xn,x) < ε holds for M = N.
 
How about the other direction?

So for this problem, to prove claim 1, we really need to consider two cases 0<ε<1, ε>1 separately?

thanks.
 
Yes, since the definition of σ(x,y) depends on these cases.
 
OK, but how can we prove the other direction?

Let ε > 1. Then there exists M s.t. σ(xn,x) <= 1.5 for all n > M. By definition, σ(x,y)=min{ρ(x,y),1}, but now σ(xn,x) <= 1.5 does NOT imply that ρ(x,y)<=1.5. So how can we prove it?

Thanks!
 
It's not necessary to consider the cases [itex]\epsilon \ge 1[/itex] and [itex]\epsilon < 1[/itex] separately in the first implication, just for the second; just note that [itex]\sigma\left(x,y\right) \leq \rho\left(x,y\right)[/itex], for all [itex]x,y\in X[/itex].

Then, if [itex]x_n\rightarrow x[/itex] in [itex]\left(X,\rho\right)[/itex], then the above inequality immediately implies that it also converges in [itex]\left(X,\sigma\right)[/itex].

On the other hand, if [itex]x_n[/itex] does not converge to [itex]x[/itex] in [itex]\left(X,\rho)[/itex], then there is a subsequence [itex]x_{n_k}[/itex], such that:

(a) [itex]\rho\left(x_{n_k},x\right) \ge 1[/itex]; in this case, [itex]\sigma\left(x_{n_k},x\right)= 1[/itex] and we're done.

(b)There exists an [itex]\epsilon>0[/itex], such that [itex]0<\epsilon<\rho\left(x_{n_k},x\right) < 1[/itex]; in this case, the same must happen with [itex]\sigma[/itex], and we are, again, done.
 
Sorry, I don't really understand your argument about subsequences.

Is it possible to prove directly from the definition that:
xn->x in (X,σ) => xn->x in (X,ρ)
for the case ε>1?

Thanks!
 
Sorry, I don't really understand your argument about subsequences.

Remember that a sequence doesn't converge to a point iff there is, at least, a subsequence of it that doesn't converge to that point.

Is it possible to prove directly ...

Yes. For [itex]\epsilon > 1[/itex], take as the index n_0 (the one that, for all n>n_0, all the terms in the sequence belong to the given neighborhood of the limit) the one obtained for [itex]1/\epsilon < 1[/itex].
 
Yes. For [itex]\epsilon > 1[/itex], take as the index n_0 (the one that, for all n>n_0, all the terms in the sequence belong to the given neighborhood of the limit) the one obtained for [itex]1/\epsilon < 1[/itex].
hmm...what is n_0? And how can this help us prove that xn->x in (X,σ) => xn->x in (X,ρ) for the case ε>1? Could you please explain a little more?


Let ε > 1. Then there exists M s.t. σ(xn,x) <= 1.5 for all n > M. By definition, σ(x,y)=min{ρ(x,y),1}, but now σ(xn,x)<=1.5 does NOT imply that ρ(x,y)<=1.5. For the case ε > 1, I'm facing troubles like this, so I'm not sure what to do...


Thanks for helping!
 
  • #10
It seems that you are stuck with a few point in the definition of convergence. When do we say that a sequence [itex]x_n\in \left(X,d\right)[/itex], converges to a point [itex]x[/itex]? Well, when the following is satisfied:

[tex] \forall \epsilon>0 \exists n_0 \in \mathbb N \forall n>n_0 \left(d(x_n,x)<\epsilon\right)[/tex]

For this particular case, suppose that [itex]x_n\rightarrow x[/itex] in [itex]\left(X,\sigma\right)[/itex], and you want to prove that it also converges in [itex]\left(X,\rho\right)[/itex]. Then, if you give me an [itex]\epsilon = 3/2[/itex] (for example), I have to come up with an [itex]n_0[/itex], such that the above is satisfied, that is, for all [itex]n>n_0[/itex], we must have [itex]\rho\left(x_n,x\right)<\epsilon[/itex].

How can I find this [itex]n_0[/itex]? I take [itex]\epsilon'=1/\epsilon<1[/itex] and find the [itex]n_0[/itex] that satisfies the definition for the metric [itex]\sigma[/itex], where I know it exists by hypothesis. But for this [itex]n_0[/itex], we have, for all [itex]n>n_0[/itex], [itex]\rho\left(x_n,x\right)=\sigma\left(x_n,x\right)<\epsilon'<\epsilon[/itex].
 
  • #11
JSuarez said:
It seems that you are stuck with a few point in the definition of convergence. When do we say that a sequence [itex]x_n\in \left(X,d\right)[/itex], converges to a point [itex]x[/itex]? Well, when the following is satisfied:

[tex] \forall \epsilon>0 \exists n_0 \in \mathbb N \forall n>n_0 \left(d(x_n,x)<\epsilon\right)[/tex]

For this particular case, suppose that [itex]x_n\rightarrow x[/itex] in [itex]\left(X,\sigma\right)[/itex], and you want to prove that it also converges in [itex]\left(X,\rho\right)[/itex]. Then, if you give me an [itex]\epsilon = 3/2[/itex] (for example), I have to come up with an [itex]n_0[/itex], such that the above is satisfied, that is, for all [itex]n>n_0[/itex], we must have [itex]\rho\left(x_n,x\right)<\epsilon[/itex].

How can I find this [itex]n_0[/itex]? I take [itex]\epsilon'=1/\epsilon<1[/itex] and find the [itex]n_0[/itex] that satisfies the definition for the metric [itex]\sigma[/itex], where I know it exists by hypothesis. But for this [itex]n_0[/itex], we have, for all [itex]n>n_0[/itex], [itex]\rho\left(x_n,x\right)=\sigma\left(x_n,x\right)<\epsilon'<\epsilon[/itex].

OK, now I understand. But how did you come up with the brilliant idea of using ε' = 1/ε <1? Is there any natural/systmatic way to see this?


Can I also prove the claim like this...?

Claim: xn->x in (X,σ) => xn->x in (X,ρ) for the case ε>1

Proof:(?)
Given ε > 1.
By hypothesis, there exists M s.t. σ(xn,x)<0.5 for all n > M. By definition, σ(x,y)=min{ρ(x,y),1}, so σ(xn,x)<0.5 implies that ρ(x,y) < 0.5 < 1 < ε. (i.e. we can take N=M)

Is this "proof" correct?
(and the converse (for the case ε>1) can be proved in the EXACT same manner (i.e. by taking the epsilon in the hypothesis to be 0.5), right?)

Can somebody confirm this, please? (or correct my mistake if there is one)

Thanks! :)
 
  • #12
Yes, but you really don't need to break it up into cases. Once you've proved it for all epsilon bounded above by some number (in this case, 1), you are immediately done.
 
  • #13
But actually, do we really need 2 separate cases for 0<ε<=1 and ε>1?
If we've proved it for 0<ε<=1, then that exact same N would also work in the definition of convergence for any ε>1, right?
 
  • #14
If I understand you correctly, yes.
 
  • #15
How can we prove claim 2: {xn} is Cauchy in (X,σ) iff it is Cauchy in (X,ρ) ?

Definition: (xn) is Cauchy iff for all ε>0, there exists N s.t. if n,m≥N, then d(xn,xm)<ε.

I know the definition, but I am not too sure how to prove that something is Cauchy. How can we find a workable N[/color] here? (I've always been struggling to prove that something is Cauchy, and it's one of my biggest challenges and frustration so far... )

Any help is greatly appreciated!
 
  • #16
Exactly the same way as before; the only difference is that, instead of estimating the distance to a limit point [itex]x[/itex], you have to prove that, given [itex]\epsilon[/itex] there is an [itex]n_0[/itex], such that, forl all [itex]m,n>n_0[/itex]:

[tex]\sigma\left(x_m,x_n\right)<\epsilon \Leftrightarrow \rho\left(x_m,x_n\right)<\epsilon[/tex]
 
  • #17
JSuarez said:
Exactly the same way as before; the only difference is that, instead of estimating the distance to a limit point [itex]x[/itex], you have to prove that, given [itex]\epsilon[/itex] there is an [itex]n_0[/itex], such that, forl all [itex]m,n>n_0[/itex]:

[tex]\sigma\left(x_m,x_n\right)<\epsilon \Leftrightarrow \rho\left(x_m,x_n\right)<\epsilon[/tex]
Do we actually need to PROVE that [tex]\sigma\left(x_m,x_n\right)<\epsilon \Leftrightarrow \rho\left(x_m,x_n\right)<\epsilon[/tex]? It is trivially true for any 0<ε≤1, isn't it?


I'm trying to prove that {xn} is Cauchy in (X,σ) => it is Cauchy in (X,ρ).

Proof:(?)
Suppose {xn} is Cauchy in (X,σ), i.e. for all ε'>0, there exists N s.t. if n,m≥N, then σ(xn,xm)<ε'.
Given any 0<ε≤1, there exists N1 s.t. if n,m≥N1, then σ(xn,xm)<ε
=> ρ(xn,xm)<ε
The same N1 also works for any ε>1.
So {xn} is Cauchy in (X,ρ).
(the proof of the converse is identical)

Is this a valid proof? Please kindly confrim/correct me if it's wrong.
Thank you!
 
  • #18
It is trivially true for any 0<ε≤1, isn't it?

Yes. In this case, the metrics are identical. And it's also immediate in the [itex]\Leftarrow[/itex] direction by the inequality [itex]\sigma\left(x,y\right) \leq \rho\left(x,y\right)[/itex].

The same N1 also works for any ε>1.

Yes, because if [itex]\rho\left(x,y\right) < \epsilon' < \epsilon[/itex]. Your proof is correct.
 
  • #19
I mean, if the N1 works for 0<ε≤1, then certainly the same N1 also works for any ε>1. (e.g. Say if the distance between xn and xm is less than 0.5, then certainly the distance between xn and xm is less than 1.5. The same N1 must work.)
 
  • #20
But there is another part of claim 2.
Claim 2: {xn} is Cauchy in (X,ρ) iff it is Cauchy in (X,σ). (Hence completeness is the same for these two metrics.)"

Now we've proved that {xn} is Cauchy in (X,ρ) iff it is Cauchy in (X,σ). But then how can we show that completeness is the same for these two metrics?

By definition, a metric space X is complete iff every Cauchy sequence in X converges in X.

To say that completeness is the same for these two metrics, we need to prove that:
with the metric ρ, every Cauchy sequence in X converges in X
<=> with the metric σ, every Cauchy sequence in X converges in X.

But this doesn't seem so obvious to me. How can we actually prove it?

I am still puzzled on this part and I would appreciate if anyone can help.
Thank you!
 
  • #21
You proved that the class of Cauchy sequences is the same on both spaces. Now, what did you prove in claim 1.? Notice that you're not asked to prove that either of the spaces is complete (they may not be), but only to prove that either both are or neither one is.
 
  • #22
Claim 1: xn->x in (X,ρ) iff xn->x in (X,σ).
Claim 2: {xn} is Cauchy in (X,ρ) iff it is Cauchy in (X,σ).
(Hence completeness is the same for these two metrics[/color].)"
==================================

We've proved claim 1 and claim 2. Why does it follow that:
with the metric ρ, every Cauchy sequence in X converges in X (i.e. (X,ρ) is complete)
<=> with the metric σ, every Cauchy sequence in X converges in X (i.e. (X,σ) is complete)?

I'm sorry(this topic is very new to me), I really don't see WHY it follows. What is the logical reasoning behind it?

Thanks for explaining!
 
  • #23
Why does it follow that:
with the metric ρ, every Cauchy sequence in X converges in X (i.e. (X,ρ) is complete)
<=> with the metric σ, every Cauchy sequence in X converges in X (i.e. (X,σ) is complete)?

That is what I said: it doesn't. You don't have to prove that any of the spaces is complete; this is impossible, they may not be.

What you have to prove is that both spaces are complete or neither one is. This is already contained in the claims 1 and 2.
 
  • #24
JSuarez said:
That is what I said: it doesn't. You don't have to prove that any of the spaces is complete; this is impossible, they may not be.

What you have to prove is that both spaces are complete or neither one is. This is already contained in the claims 1 and 2.
Yes, I understand your point.

But I mean it as a whole, namely, assuming claims 1 and 2, how can we prove that
"with the metric ρ, every Cauchy sequence in X converges in X (i.e. (X,ρ) is complete)
IF AND ONLY IF with the metric σ, every Cauchy sequence in X converges in X (i.e. (X,σ) is complete)" ?

For example, take one direction, assume (X,ρ) is complete, so
with the metric ρ, every Cauchy sequence in X converges in X
From here, HOW can we prove that (X,σ) is complete?

I'm sorry, it's not immediately obvious to me that we can say this once we've proved claims 1 and 2.

Thank you for your time and patience in explaining this!
 
  • #25
For example, take one direction, assume (X,ρ) is complete, so
with the metric ρ, every Cauchy sequence in X converges in X
From here, HOW can we prove that (X,σ) is complete?

Doesn't claim 1 state that a convergent (and Cauchy) sequence in (X,ρ) is also convergent (and Cauchy) in (X,σ)?
 
  • #26
JSuarez said:
Doesn't claim 1 state that a convergent (and Cauchy) sequence in (X,ρ) is also convergent (and Cauchy) in (X,σ)?
Yes, I understand claims 1 and 2, but I wasn't sure how exactly it FOLLOWS that completeness is the same in both metrics.

For example, take one direction.
Want to prove: (X,ρ) is complete => (X,σ) is complete

My attempted proof:
Suppose (X,ρ) is complete, so we assume every Cauchy sequence in (X,ρ) converges in (X,ρ).

Now take any arbitrary Cauchy sequence in (X,σ).
=> by claim 2, it is a Cauchy sequence in (X,ρ)
=> by assumption, it converges in (X,ρ)
=> by claim 1, it conveges in (X,σ)
So EVERY Cauchy sequence in (X,σ) converges in (X,σ). Thus, (X,σ) is complete? Is this sort of the right way to do the proof?
 
  • #27
Yes.
 

Similar threads

  • · Replies 24 ·
Replies
24
Views
7K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
4
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
7
Views
2K
  • · Replies 28 ·
Replies
28
Views
4K
Replies
13
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 17 ·
Replies
17
Views
4K