Is a Cauchy Sequence Always Convergent?

  • Thread starter Thread starter soopo
  • Start date Start date
  • Tags Tags
    Cauchy Sequence
AI Thread Summary
A Cauchy sequence is defined as a sequence of real numbers where the distance between terms approaches zero as the indices go to infinity. This property allows for the analysis of convergence in various spaces, provided those spaces are complete. The discussion highlights that while the real numbers are complete, the rational numbers are not, using the example of a Cauchy sequence that approximates π but does not converge to a rational number. The Cauchy Criterion states that every Cauchy sequence converges in a complete space, emphasizing the importance of completeness in determining convergence. Understanding Cauchy sequences is crucial for working with sequences in both real and abstract spaces.
soopo
Messages
222
Reaction score
0

Homework Statement


What does it mean when a sequence is Cauchy?
 
Physics news on Phys.org
A sequence of real numbers is a "Cauchy sequence" if and only if |an- am| goes to 0 as m and n go to infinity independently: given \epsilon> 0 there exist N such that if m and n are both > N, then |a_n- a_m|< \epsilon.

The advantage of working with Cauchy sequences is that (1) even if our sequence is of points in some abstract space, the "distance between points", here |p- q|, is a real number so we are now working with sequences of real numbers and (2) we know what we want the sequence to converge to.

Of course, for that to be useful, we have to know that the "Cauchy Criterion", that every Cauchy sequence converges, holds in our space- that our space is complete. That has to be proven separately. For exampe the set of real numbers is complete but the set of rational numbers is not. The sequence 3, 3.14, 3.141, 3.1415, 3.14159, ..., where each number contains one more digit in the decimal expansion of \pi is a sequence of rational numbers (each number is a terminating decimal) and a Cauchy sequence (if m,n> N, am and an are identical for at least the first N decimal places so |am- an|< 10-N which goes to 0 as N goes to infinity) but does not converge to any rational number.
 
Last edited by a moderator:
HallsofIvy said:
A sequence of real numbers is a "Cauchy sequence" if and only if |an- am| goes to 0 as m and n go to 0 independently: given \epsilon&gt; 0 there exist N such that if m and n are both > N, then |a_n- a_m|&lt; \epsilon.

So Cauchy sequence occurs when
If \forall \epsilon &gt; 0 \exists N, m &gt; N and n &gt; N, then
|a_{n} - a_{m}| &lt; \epsilon.
 
Last edited:
HallsofIvy said:
A sequence of real numbers is a "Cauchy sequence" if and only if |an- am| goes to 0 as m and n go to 0 independently: given \epsilon&gt; 0 there exist N such that if m and n are both > N, then |a_n- a_m|&lt; 0.
I think you meant as m and n go to infinity.
 
Halls, I think you mean |a_n - a_m| < epsilon
 
Yes, of course. I'll go back and edit so I can pretend I never made those mistakes!
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top