The difference between the limits of two Cauchy Sequences

Click For Summary

Discussion Overview

The discussion revolves around the convergence of the distance between two Cauchy sequences in the context of metric spaces. Participants explore whether the sequence defined by the distances between the two sequences converges to the distance between their respective limits.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants assert that if two Cauchy sequences converge to limits F and G, then the sequence of distances {d(fi, gi)} is also Cauchy and converges to d(F, G).
  • Others question whether the assumption of distance being defined as the absolute value of the difference holds in general metric spaces, proposing alternative distance definitions.
  • One participant introduces a discrete metric example where F = G but the sequences fi and gi are not equal, leading to a limit of 1 for the distance sequence, contrasting with the limit of 0 for d(F, G).
  • Another participant argues that under the discrete metric, convergent sequences must be eventually constant, suggesting that if two sequences converge to the same limit, they must eventually be equal.
  • There is a discussion about the continuity of the distance metric in metric spaces, with some participants referencing the triangle inequality to support their claims.
  • A participant acknowledges a misunderstanding regarding the definition of Cauchy sequences in the context of metrics, indicating a recognition of the complexity of the discussion.

Areas of Agreement / Disagreement

Participants express differing views on the assumptions regarding distance metrics and the implications of using discrete metrics. There is no consensus on whether the convergence of the distance sequence to d(F, G) holds universally across all metric spaces.

Contextual Notes

Limitations include the dependence on the specific definitions of distance metrics and the unresolved implications of using different types of metrics, such as discrete versus continuous metrics.

ANphysics
Messages
6
Reaction score
0
Lets say that we have two Cauchy sequences {fi} and {gi} such that the sequence {fi} converges to a limit F and the sequence {gi} converges to a limit G. Then it can easily be shown that the sequence defined by
{ d(fi, gi) } is also Cauchy.

But is it true that this sequence, { d(fi, gi) }, converges to the limit d(F,G) ?
 
Last edited:
Physics news on Phys.org
Yes, it is. If \{f_i\} converges to F then, given any \epsilon> 0, there exist N such that if n> N then |f_n- F|< \epsilon/2. If \{g_i\} converges to G then, given any \epsilon> 0, there exist M such that if n> M, then |g_n- G|< \epsilon/2.

Given any \epsilon> 0 if n> the larger of M and N, we have |(f_i- g_i)- (F- G)|\le |f_i- F|+ |g_i- G|< \epsilon.
 
But aren't you assuming here that distance is defined to be the absolute value of the difference between two elements. Is this true in general for any metric space?

For example, we can consider the vector space of all functions defined on [0,1] and define an inner product to be < f(x), g(x)> = ∫f(x)g(x)dx and a distance function to be
d(f(x),g(x))= (∫(f-g)(f-g)dx)1/2. So in general when you have a metric space, but you don't necessarily know what that distance function is, can this statement be derived from the definition of metric space?
 
Last edited:
ANphysics said:
But aren't you assuming here that distance is defined to be the absolute value of the difference between two elements. Is this true in general for any metric space?

For example, we can consider the vector space of all functions defined on [0,1] and define an inner product to be < f(x), g(x)> = ∫f(x)g(x)dx and a distance function to be
d(f(x),g(x))= (∫(f-g)(f-g)dx)1/2. So in general when you have a metric space, but you don't necessarily know what that distance function is, can this statement be derived from the definition of metric space?
Let's consider a discrete metric, which I shall denote r(x,y), and the case that ##F=G##, but ##f_i\neq g_i##. Then, the limit of ##\{r(f_i,g_i)\}## converges to 1, but ##r(F,G)=0##.

As a fun little exercise, consider what happens when the metric is continuous. :-p
 
Mandelbroth said:
Let's consider a discrete metric, which I shall denote r(x,y), and the case that ##F=G##, but ##f_i\neq g_i##. Then, the limit of ##\{r(f_i,g_i)\}## converges to 1, but ##r(F,G)=0##.
But if the metric is discrete, then ##f_i \rightarrow F## implies that ##f_i = F## for sufficiently large ##i##, and similarly ##g_i = G## for sufficiently large ##i##. Therefore we must eventually have ##f_i = F = G = g_i## if ##i## is large enough.
 
The question is whether the distance metric ##d## is a continuous function. This is true in any metric space. To see this, let ##\epsilon > 0##, and note that ##f_i \rightarrow F## and ##g_i \rightarrow G## imply that for sufficiently large ##i##, we have ##d(f_i, F) < \epsilon/2## and ##d(g_i, G) < \epsilon / 2##.

Now we just play around with the triangle inequality to get what we need. First note the triangle inequality for real numbers gives us
$$|d(f_i, g_i) - d(F, G)| \leq |d(f_i, g_i) - d(f_i, G)| + |d(f_i, G) - d(F,G)|$$
But the triangle inequality for the metric ##d## gives us
$$|d(f_i, g_i) - d(f_i, G)| \leq d(g_i, G)$$
and
$$|d(f_i, G) - d(F,G)| \leq d(f_i, F)$$
so the first inequality becomes
$$|d(f_i, g_i) - d(F, G)| \leq d(f_i, F) + d(g_i, G)$$
which is bounded above by ##\epsilon/2 + \epsilon/2 = \epsilon## for sufficiently large ##i##.
 
Mandelbroth said:
Metrics do not necessarily imply anything about a metric space. For example, consider using the discrete metric on the set of real numbers, since it can be applied to any nonempty set.
I guess I'm not seeing your point. The counterexample you offered does not work, for the reason I noted, regardless of what underlying set is given the discrete metric. Any convergent sequence under the discrete metric must be eventually constant. Therefore two convergent sequences with the same limit must be eventually equal to each other.
 
The only convergent sequences in a discrete topological (not just metric) space are the ones that are eventually constant. This is what my significant other jbun has pointed out.

The metric is certainly continuous on the product topology associated with the topology induced by the metric (the one generated by the base of open balls of the metric):
http://www.proofwiki.org/wiki/Metric_is_Continuous
http://math.stackexchange.com/quest...s-continuous-where-d-is-a-metric-defined-on-x
 
Last edited:
jbunniii said:
I guess I'm not seeing your point. The counterexample you offered does not work, for the reason I noted, regardless of what underlying set is given the discrete metric. Any convergent sequence under the discrete metric must be eventually constant. Therefore two convergent sequences with the same limit must be eventually equal to each other.
My apologies. I forgot that Cauchy sequences are defined by a metric when not working with real numbers. I was talking nonsense, so there was no point to see. :redface:
 
  • #10
My significant other jbun says there is no need to apologize.
 
  • #11
If I had a dollar for every time I've spoken nonsense, I could afford to buy WBN a pony.
 
  • #12
I want a pony :[
 
  • #14
Do the girls come with the shirts as a package deal? xP
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 13 ·
Replies
13
Views
3K