A small question about Cauchy sequence

  • Thread starter Thread starter pantin
  • Start date Start date
  • Tags Tags
    Cauchy Sequence
Click For Summary

Homework Help Overview

The discussion revolves around the convergence of the sequence defined by the recurrence relation a_n = (1/2)[(1/a_n)+1] with the initial condition a_1=1. Participants explore whether this sequence is Cauchy and thus convergent, referencing definitions and properties of Cauchy sequences.

Discussion Character

  • Conceptual clarification, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants examine the implications of the sequence being constant and question the definitions of convergence and Cauchy sequences. There are discussions about the conditions under which a sequence converges and the differences between checking consecutive terms and general terms in the sequence.

Discussion Status

The discussion is active, with participants providing insights into the nature of Cauchy sequences and convergence. Some participants express confusion about the definitions and their implications, while others clarify these concepts. There is no explicit consensus yet, as questions remain about the interpretation of the definitions involved.

Contextual Notes

Participants are navigating the definitions of convergence and Cauchy sequences, with some expressing uncertainty about the conditions required for a sequence to be considered Cauchy. The original poster's confusion about the relationship between the sequence's terms and the Cauchy condition is a focal point of the discussion.

pantin
Messages
20
Reaction score
0

Homework Statement



Let a_n = (1/2)[(1/a_n)+1] and a_1=1, does this sequence converge?

Homework Equations



A sequence in R^n is convergernt if and only if it's cauchy.
A sequence in R^n is called a cauchy sequence if x_k - x_j ->0 as k, j-> infinity.

The Attempt at a Solution



I am confused about what the solution says below:

a_2 = 1, so all points a_i =1. therefore the sequence is equal to 1,1,1,1 ...
(so far I am ok)
this sequence converges to 1 by the cauchy condition: a_n+1 - a_n = 0 which goes to 0 as n goes to infinity. since limit points are unique, the sequence converges to 1.

But as the definition of cauchy sequence says, it tends to 0 but should not equal to 0 as k,j goes to infinity.

but here, all the elements are equal to 1, so x_k - x_j = 1 for all k,j. That's not the condition of limit, is it? because limit shouldn't be "equal", limit just can be tended to, right?
 
Physics news on Phys.org
Constant sequences (all terms equal) or sequences that become constant after a finite number of terms do converge.

A sequence [tex]\{a_n\}[/tex] converges to a number [tex]a[/tex] if, for any [tex]\varepsilon > 0[/tex] you can find an integer [tex]N[/tex] so large that

[tex] |a_n - a| < \varepsilon \quad \text{ for all }n \ge N[/tex]

That is certainly true for your sequence.

Your sequence is also Cauchy: if all the terms equal one, then

[tex] |a_n - a_m| = 0 < \varepsilon[/tex]

no matter how small [tex]\varepsilon[/tex] might be.
 
I get it , thanks statdad.

but I have a question on your explanation above., how would you explain the second sentence on the graph.
i mean , like the proof of least upper bd M, x > M - epislon for any epislon>0
in this epislon proof, i understand the meaning , which is, no matter how small epislon is, (once it's a little bit smaller than M, then there exist an element x in the set S to substitute the original least upper bd M.)

but can you explain the meaning of the definition you stated?...cuz i really don't get it much. thanks thx
 
Can you give the precise meaning of "x_k - x_j ->0 as k, j-> infinity" I think it will help.
Also note that checking if a_n+1 - a_n goes to 0 as n goes to infinity is totally different from "if x_k - x_j ->0 as k, j-> infinity"
 
why totally different??
i thought they were in the same pattern


x_k-x_j->0 as k,j -> infinity, that is if for every epislon>0 there exists an integer K s.t. /x_k - x_j/<epislon whenever k>K and j >K
 
let S_n= 1+1/2+1/3+...+1/n , and you will know that S_n is not cauchy and hence diverges in any typical analysis books.
Why it's not cauchy? because it contradict to "x_k-x_j->0 as k,j -> infinity" (you may state it precisely and try to prove it )
But, you will find that S_n - S_n-1 = 1/n, which definitely goes to 0, as n goes to infinity.

"/x_k - x_j/<epislon whenever k>K and j >K" is right and note that it's different from "0</x_k - x_j/<epislon" hence x_k=x_j is allowed in this case. You will perhaps find "0</x - y/<epislon" is required somewhere else.
 
Last edited:
pantin;
I'm not sure to which 'graph' you mean - equation?

The first one I presented was this:

The sequence [tex]\{a_n\}[/tex] converges to [tex]a[/tex] if, given any [tex]\varepsilon > 0[/tex], there is an integer [tex]N[/tex] such that
[tex] |a_n - a| < \varepsilon \quad \text{ for } n > N[/tex]

What does this mean? An incredibly non-mathematical, but rather intuitive, description of a sequence converging to a number is that eventually (meaning when [tex]n[/tex] is 'large enough'), all the terms of the sequence will be 'very close' to that number.

What is the [tex]varepsilon[/tex] in the above formula? It answers the question "how close to the proposed limit do we want the terms?"

What is the purpose of the [tex]N[/tex] in the formula? It tells us how many terms into the sequence we need to move in order to find terms close to a.

Regarding the notion for a Cauchy sequence: again, intuitively, a sequence is a Cauchy sequence if eventually its terms are all "very close to each other".

The notation

[tex] |a_n - a_m |[/tex]

is simply the distance between two arbitrary terms of the sequence. Mathematically, a sequence is a Cauchy sequence if, given any [tex]\varepsilon > 0[/tex]
we can find an integer [tex]N[/tex] such that

[tex] |a_n - a_m| < \varepsilon \quad \text{for any choices of } n, m \text{ both } \ge N[/tex]

A final comment - another post has popped up.
You wondered why
[tex] |a_n-a_{n+1}| < \varepsilon[/tex]
for any choice of [tex]n[/tex]
is different from
[tex] |a_n - a_m | < \varepsilon[/tex]
for any choice of [tex]n, m[/tex]. Two reasons.
  1. You statement means that you know any two consecutive terms are close to each other
    [*]The other notation means that any two terms, consecutive or widely different in position, are close to each other


Finally, since to be Cauchy it has to be the case that no matter how small a number we choose for [tex]\varepsilon[/tex], that

[tex] |a_n - a_m | < \varepsilon[/tex]

must be true, the smaller the value of [tex]\varepsilon[/tex] the closer the difference is to zero, so we write

[tex] \lim_{\{n,m\} \to \infty} |a_n - a_m| \to 0[/tex]
 
very clear!
(meaning when is 'large enough'), all the terms of the sequence will be 'very close' to that number.


that's the explanation I want!
thx a lot statdad! thanks boombaby!
 
so /a_n+1 - a_n/ < epislon is one of the case of /a_k - a_j/ < epislon right. but it cannot stand for all the cases
 
  • #10
"so /a_n+1 - a_n/ < epislon is one of the case of /a_k - a_j/ < epislon right. but it cannot stand for all the cases"

exactly. it is the case where you are considering only consecutive terms in the sequence.
 
  • #11
pantin said:

Homework Statement



Let a_n = (1/2)[(1/a_n)+1] and a_1=1, does this sequence converge?

Homework Equations



A sequence in R^n is convergernt if and only if it's cauchy.
A sequence in R^n is called a cauchy sequence if x_k - x_j ->0 as k, j-> infinity.

The Attempt at a Solution



I am confused about what the solution says below:

a_2 = 1, so all points a_i =1. therefore the sequence is equal to 1,1,1,1 ...
(so far I am ok)
this sequence converges to 1 by the cauchy condition: a_n+1 - a_n = 0 which goes to 0 as n goes to infinity. since limit points are unique, the sequence converges to 1.

But as the definition of cauchy sequence says, it tends to 0 but should not equal to 0 as k,j goes to infinity.

but here, all the elements are equal to 1, so x_k - x_j = 1 for all k,j. That's not the condition of limit, is it? because limit shouldn't be "equal", limit just can be tended to, right?
Good heavens, no! If a_i= 1, for i> 1, as you say, then x_k- x_j= 1- 1= 0, not 1!
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 28 ·
Replies
28
Views
3K
Replies
4
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K
Replies
3
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K