Question about metric spaces and convergence.

mariush
Messages
28
Reaction score
0

Homework Statement


Let \left (X,d \right) be a metric space, and let \left\{ x_n \right\} and \left\{ y_n \right\} be sequences that converge to x and y. Let\left\{ z_n \right\} be a secuence defined as z_n = d(x_n, y_n). Show that \left\{ z_n \right\} is convergent with the limit d(x,y)


Homework Equations





The Attempt at a Solution


This is as far (short) as I've got.

We know that \left\{ x_n \right\} and \left\{ y_n \right\} are convergents with limits x and y.

By definition, \left\{ z_n \right\} is convergent to z if d(z_n, z)<\epsilon for any \epsilon when n>N, N>0.

That is to say d(z_n, z)<\epsilon = d( d(x_n, y_n) , d(x,y))<\epsilon when n>N.

I feel clueless on where to go from here. It seems resonabl that we could get d(x_n, y_n) < d(x,y) + \epsilon with a suitable n, since they are both convergent with the limits x and y. But then again, the whole problem seems intuitive, but i have no good idea about how to formalize this. Could anybody give me a hint or two?

Thanks! :)
 
Last edited:
Physics news on Phys.org
how about something like

xn, ym converge so pick e>0, then there exists N, M such that |xn-x|<e and |ym-y|<e for all n>N, m>N

now consider d(xn,ym)... can you show d(x,y)-2e<d(xn,ym)<d(x,y)+2e
 
lanedance said:
how about something like

xn, ym converge so pick e>0, then there exists N, M such that |xn-x|<e and |ym-y|<e for all n>N, m>N

now consider d(xn,ym)... can you show d(x,y)-2e<d(xn,ym)<d(x,y)+2e

Thanks. I think i almost could show it.

Since x_n, y_n converge, there is a N so that d(x_n, x) &lt;\epsilon and d(y_n, y)&lt;\epsilon for n>N. (We pick the largest N of the two)

Now, since x_n, y_n lay within less than \epsilon distance to x, y,
-2\epsilon + x + y &lt; x_n +y_n &lt; x+y+ 2\epsilon

How can i make the transition form the interval above to the general case of the metrics?

-2\epsilon +d(x,y) &lt; d(x_n, y_n) &lt; d(x,y) +2 \epsilon also seems arguable, since the distance from x_n to y_n will differ less than 2\epsilon from d(x,y)

Now, even so I don't fully see how I formally make the transition to d( d(x_n, y_n), d(x,y)) After all, I don't know how d is defined.

Thanks again! :)
 
I think what you're missing is a metric is a function into R.

So d(x,y) is a scalar and so is the other one. So in that case you can represent it like this:

|d(x_{n},y_{n})-d(x,y)|

I'm not sure about this part, but someone can elaborate. If you treat the metric as a continuous function, we know for continuous functions lim n->inf f(x_n)=x if x_n--> x

So then you have as you've defined the metric as a continuous function

lim d(x_n,y_n)-d(x,y)=d(x,y)-d(x,y) |= 0 (as n-> inf)

its clear intuitively but it is a pain to formalize and it also depends how strict your professor is..

to formalize it, i think it would be alright to say:
Choosing the n to ensure both x_n and y_n are within epsilon away from x and y we have:
|d(x_{n},y_{n})-d(x,y)|=|d(x,y)-d(x,y)=0&lt;\epsilon

I am pretty sure using the fact that metrics are continuous, then you can simply replace x_n and y_n with x and y if n is sufficiently large. Any opinions?
 
Last edited:
dillingertaco said:
I think what you're missing is a metric is a function into R.

So d(x,y) is a scalar and so is the other one. So in that case you can represent it like this:

|d(x_{n},y_{n})-d(x,y)|

I'm not sure about this part, but someone can elaborate. If you treat the metric as a continuous function, we know for continuous functions lim n->inf f(x_n)=x if x_n--> x

So then you have as you've defined the metric as a continuous function

lim d(x_n,y_n)-d(x,y)=d(x,y)-d(x,y) = 0 (as n-> inf)

its clear intuitively but it is a pain to formalize and it also depends how strict your professor is..

Thanks once again!

I was wondering about just that: d(x_n,y_n), d(x,y) =|d(x_{n},y_{n})-d(x,y)| Are you certain about this? It would definitely make it simpler, but is not |A-B| the definet metric in the eucledian plane?

Edit:

If we allow limits, i agree that once we know that lim_{n-&gt; \inf} x_n, y_n = x, y one could argue that lim_{n-&gt;\inf} d(x_n, y_n) = d(x,y) , and problem solved.

But this problem was given in a problem set where the theme was to use the definition of metrics.

Edit: Sorry, maybe i misunderstood. So since the two are scalars, it would be ok to define the "distance" between thos two scalars as |A-B|, independantly of the metrics definition? That would make a lot of sense. Thanks :)
 
Last edited:
I added more to my post.

All metrics map into \mathbb{R}. So therefore d(x,y) is just a real number. So you can use |d(x_n,y_n)-d(x,y)|. Yes, |A-B| is the standard metric on R, and this fits into that form. In this case |A-B| simple means absolute value. Ex: |3-5|=2. EDIT:

Absolute value in this context is still a metric, but to look more abstract and fancy you could call one d_{(X,d)}(x,y) for the distance in (X,d) and when you convert it to R use

d_{R}(d_{(X,d)}(x_{n},y_{n}),d_{(X,d)}(x,y))
 
Last edited:
dillingertaco said:
I added more to my post.

All metrics map into \mathbb{R}. So therefore d(x,y) is just a real number. So you can use |d(x_n,y_n)-d(x,y)|. Yes, |A-B| is the standard metric on R, and this fits into that form. In this case |A-B| simple means absolute value. Ex: |3-5|=2.


EDIT:

Absolute value in this context is still a metric, but to look more abstract and fancy you could call one d_{(X,d)}(x,y) for the distance in (X,d) and when you convert it to R use

d_{R}(d_{(X,d)}(x_{n},y_{n}),d_{(X,d)}(x,y))

Great! Could a solution to the problem be something along these lines?:

Since x_n \rightarrow x , y_n \rightarrow y, we know that d(x_n, x)&lt;\epsilon, d(y_n, y)&lt;\epsilon for any n>N.

And since x_n, y_n lay within an \epsilon interval from x, y for n>N,
-2\epsilon +d(x,y) &lt;d(x_n, y_n)&lt; d(x,y) +2\epsilon
-2\epsilon &lt;d(x_n, y_n) -d(x,y) &lt; 2\epsilon \Rightarrow |d(x_n, y_n) -d(x,y)|&lt;2\epsilon
Now, this must be true for any \epsilon: We can always get |d(x_n, y_n) -d(x,y)|&lt;\epsilon by choosing a number M so that d(x_n, x)&lt;\frac{\epsilon}{2}, d(y_n, y)&lt;\frac{\epsilon}{2} when n>M.
 
I think there is a better way to formalize it, which I've been thinking about. The only thing you know about metrics is they must follow the triangle inequality

So you know by the triangle ineq:
d(x_{n},y_{n})\leq d(x{n},x)+d(x,y_{n})\leq d(x{n},x)+d(x,y)+d(y,y_{n})

So from there assume n is large enough, you get what you're trying to say.

If you start from
|d(x_{n},y_{n})-d(x,y)|
you'll be golden. Just make a note that absolute value is R's metric as we said above, just to be thorough.
 
Hi, thanks for all the good help!
I've been thinking about what you said, and I still feel a bit unsure.

When x_n is a sequence, x is a limit if d(x_n, x)&lt;\epsilon when n>N, by definition.

So let's say that d is defined as 2|x-y|.
If we let z_n=d(x_n, y_n) where z_n, x_n, y_n are sequences, and x_n, y_n have limits x,y.

Then, for z_n to converge to d(x,y), d( d(x_n, y_n), d(x,y) ) &lt;\epsilon must be true.
But d( d(x_n, y_n),d(x,y) ) = 2| d(x_n, y_n) - d(x,y) | by our definition of d.
Is this contrary to what we stated above; that d( d(a,b), d(c,d)) = |d(a,b) - d(c,d)|??

dillingertaco said:
I think there is a better way to formalize it, which I've been thinking about. The only thing you know about metrics is they must follow the triangle inequality

So you know by the triangle ineq:
d(x_{n},y_{n})\leq d(x{n},x)+d(x,y_{n})\leq d(x{n},x)+d(x,y)+d(y,y_{n})

So from there assume n is large enough, you get what you're trying to say.

If you start from
|d(x_{n},y_{n})-d(x,y)|
you'll be golden. Just make a note that absolute value is R's metric as we said above, just to be thorough.
 
Last edited:
  • #10
mariush said:
So let's say that d is defined as 2|x-y|.

But d( d(x_n, y_n),d(x,y) ) = 2| d(x_n, y_n) + d(x,y) | by our definition of d.
Where did that plus sign come from?
 
  • #11
dillingertaco said:
Where did that plus sign come from?

Sorry. It was a minus sign in my head. I'll edit it.
 
  • #12
It looks like your confusing is coming from defining it as 2|x-y| and then the 2 not being on what we did. I was thinking of d(x,y)=|x-y| and there was no 2. Either way even if there was a 2 you could choose epsilon such that it doesn't matter.
 
  • #13
dillingertaco said:
It looks like your confusing is coming from defining it as 2|x-y| and then the 2 not being on what we did. I was thinking of d(x,y)=|x-y| and there was no 2. Either way even if there was a 2 you could choose epsilon such that it doesn't matter.

Ok. But |x-y| is one metric. The general case d(x,y) could be anything as long as it follows the four conditions of a metric.
 
  • #14
We only used properties available from the metric. For it to work with every metric you could say this:

by the triangle inequality on (X,d) (from my earlier post) we have:
d_{R}(d_{(X,d)}(x_{n},y_{n}),d(x,y)) \leq d_{R}(d_{(X,d)}(x_{n},x)+d_{(X,d)}(x,y)+d_{(X,d)}(y,y_{n}),d(x,y))[\itex]<br /> Now remember every d_{(X,d)}(?,?) are real numbers so this still makes sense and assuming the correct n is chosen and we have:<br /> =d_{R}(d_{(X,d)}(x,y)+2\epsilon),d(x,y))[\itex]&lt;br /&gt; which if you think about it, clearly equals:&lt;br /&gt; =d_{R}(2\epsilon,0)=2\epsilon[\itex]&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt; If you chose \epsilon=\frac{\Epsilon}{2}\ \text{for some}\ \Epsilon&amp;amp;amp;gt;0[\itex], then it&amp;amp;amp;#039;s finished.
 
  • #15
dillingertaco said:
I think there is a better way to formalize it, which I've been thinking about. The only thing you know about metrics is they must follow the triangle inequality

So you know by the triangle ineq:
d(x_{n},y_{n})\leq d(x{n},x)+d(x,y_{n})\leq d(x{n},x)+d(x,y)+d(y,y_{n})

So from there assume n is large enough, you get what you're trying to say.

If you start from
|d(x_{n},y_{n})-d(x,y)|
you'll be golden. Just make a note that absolute value is R's metric as we said above, just to be thorough.

I think dillinger is right. If you can convince yourself that the limit of z_{n} is going to be the d(x,y) then you just use the triangle inequality he gives ^ there. Basically you're going to prove that |d(x_{n},y_{n})-d(x,y)| &lt; \epsilon. Since you know x_{n} and y_{n} converge, you can say d(x_{n},x) < \epsilon/2 and d(y_{n},y) < \epsilon/2.

So using the triangle inequality dillinger said, we can say that:

|d(x_{n},y_{n})-d(x,y)| \leqd(x_{n},y_{n})-d(x,y) \leq d(x{n},x)+d(x,y_{n})-d(x,y) \leq d(x{n},x)+d(x,y)+d(y,y_{n})-d(x,y) = d(x{n},x)+d(y,y_{n}) < \epsilon/2 + \epsilon/2 = \epsilon
 
  • #16
mariush said:
Ok. But |x-y| is one metric. The general case d(x,y) could be anything as long as it follows the four conditions of a metric.

mohaque said:
I think dillinger is right. If you can convince yourself that the limit of z_{n} is going to be the d(x,y) then you just use the triangle inequality he gives ^ there. Basically you're going to prove that |d(x_{n},y_{n})-d(x,y)| &lt; \epsilon. Since you know x_{n} and y_{n} converge, you can say d(x_{n},x) < \epsilon/2 and d(y_{n},y) < \epsilon/2.

So using the triangle inequality dillinger said, we can say that:

|d(x_{n},y_{n})-d(x,y)| \leqd(x_{n},y_{n})-d(x,y) \leq d(x{n},x)+d(x,y_{n})-d(x,y) \leq d(x{n},x)+d(x,y)+d(y,y_{n})-d(x,y) = d(x{n},x)+d(y,y_{n}) < \epsilon/2 + \epsilon/2 = \epsilon

Yes! I agree guys. Thanks a lot for the help and patience :)
 
  • #17
mohaque said:
I think dillinger is right. If you can convince yourself that the limit of z_{n} is going to be the d(x,y) then you just use the triangle inequality he gives ^ there. Basically you're going to prove that |d(x_{n},y_{n})-d(x,y)| &lt; \epsilon. Since you know x_{n} and y_{n} converge, you can say d(x_{n},x) < \epsilon/2 and d(y_{n},y) < \epsilon/2.

So using the triangle inequality dillinger said, we can say that:

|d(x_{n},y_{n})-d(x,y)| \leqd(x_{n},y_{n})-d(x,y) \leq d(x{n},x)+d(x,y_{n})-d(x,y) \leq d(x{n},x)+d(x,y)+d(y,y_{n})-d(x,y) = d(x{n},x)+d(y,y_{n}) < \epsilon/2 + \epsilon/2 = \epsilon

Unfortunately, |d(x_{n},y_{n})-d(x,y)| \leqd(x_{n},y_{n})-d(x,y) is an incorrect use of the triangle inequality. There is no guarantee that the value on the right is positive, so the inequality sign should be switched, which invalidates the result.
 
Back
Top