Convergence of sequences proof

In summary, if a sequence ##<x_n>## converges to a limit ##l##, then for any ##\epsilon>0## there exists an ##N\in\mathbb{N}## such that for all ##n>N##, we have ##|x_n-l|<\epsilon##. Since ##n>N## implies ##n+1>N##, it follows that ##|x_{n+1}-l|<\epsilon## for all ##n>N##, and thus the sequence ##<x_{n+1}>## also converges to ##l##.
  • #1
synkk
216
0
Given a sequence ## <x_n> ##, let ## <x_{n+1}> ## denote the sequence whose nth term for each ## n \in \mathbb{N} ## is ## x_{n+1} ##. Show that if ## <x_n> ## converges then ## < x_{n+1} ## converges and they have the same limit.

my attempt thus far

given ## \epsilon > 0 ## ##\exists N \in \mathbb{R} ## s.t. n > N implies ## |x_n - l | < \epsilon ## where l is the limit of ## x_n##.

now we need to prove that for given ## \epsilon > 0 ## ##\exists N_1 \in \mathbb{R} ## s.t. ##n > N_1 ## implies ## |x_{n+1} - m | < \epsilon ## where m is the limit of ## x_{n+1} ## and m = l

heres what I have thus far

consider ## |x_n - l |## :

## |x_n - l | = |x_n - l + x_{n+1} - x_{n+1} | = |(x_n - x_{n+1}) + (x_{n+1} - l ) | \leq |x_n - x_{n+1} | + |x_{n+1} - l| \leq |x - x_{n+1} | + |x_{n+1} - l | \leq |x_{n+1} - x | + |x_{n+1} -l | ##

any ideas how to proceed? or if I'm even doing it correctly
 
Physics news on Phys.org
  • #2
Not a bad try. But you want to show [itex] |x_{n+1}-l|\le \epsilon [/itex] so you should start your inequality with that instead of [itex] |x_n-l| [/itex]. Also when you break up the absolute value into two pieces, use what you know about the size of [itex] |x_n-l|[/itex] and [itex]|x_n-x_{n+1}| [/itex]. I'm not sure why you introduced "x", what is it?
 
  • #3
If [itex]\{x_n\}[/itex] converges to L, then, given any [itex]\epsilon>0[/itex], there exist N such that if n> N then [itex]|x_n- L|< \epsilon[/itex]. Here, your second sequence, let's call it [itex]\{a_m\}[/itex] has the property that [itex]a_m= x_{n+1}[/itex]. Do you see that, for the same [itex]\epsilon[/itex], we can our new "N" to be the old N plus 1?

(This is a different method than ArcanaNoir's. Both will work.)
 
  • #4
ArcanaNoir said:
Not a bad try. But you want to show [itex] |x_{n+1}-l|\le \epsilon [/itex] so you should start your inequality with that instead of [itex] |x_n-l| [/itex]. Also when you break up the absolute value into two pieces, use what you know about the size of [itex] |x_n-l|[/itex] and [itex]|x_n-x_{n+1}| [/itex]. I'm not sure why you introduced "x", what is it?

The x is the first term of the sequence

if I do x_n - x_(n+1) = x_1, x_2, x_3 ... x_n - (x_2, x_3, x_4... x_(n+1))

how do I evaluate [itex]|x_n-x_{n+1}| [/itex]? I have no idea of it's size
 
  • #5
HallsofIvy said:
If [itex]\{x_n\}[/itex] converges to L, then, given any [itex]\epsilon>0[/itex], there exist N such that if n> N then [itex]|x_n- L|< \epsilon[/itex]. Here, your second sequence, let's call it [itex]\{a_m\}[/itex] has the property that [itex]a_m= x_{n+1}[/itex]. Do you see that, for the same [itex]\epsilon[/itex], we can our new "N" to be the old N plus 1?

(This is a different method than ArcanaNoir's. Both will work.)

No, I don't see that - I mean it kind of makes sense, but I'm not all that convinced.

Thank you for your help
 
  • #6
Have you learned about Cauchy sequences?

At any rate, you know [itex] |x_n-l|<\epsilon [/itex] for all n>N. Well if n>N, isn't n+1 > N?
 
  • #7
ArcanaNoir said:
Have you learned about Cauchy sequences?

At any rate, you know [itex] |x_n-l|<\epsilon [/itex] for all n>N. Well if n>N, isn't n+1 > N?
I have not learned about Cauchy sequences, all we have done is the definition of convergence and this is a question on my problem sheet.


I agree with the highlighted part, but I do not see how it helps.

thanks,
 
  • #8
Maybe I just don't get what you don't get, but if

ArcanaNoir said:
At any rate, you know [itex] |x_n-l|<\epsilon [/itex] for all n>N. Well if n>N, isn't n+1 > N?

doesn't that mean [itex] |x_{n+1}-l|<\epsilon [/itex]? It's really simpler than what you think.
 
Last edited:
  • #9
Dick said:
Maybe I just don't get what you don't get, but if
doesn't that mean [itex] |x_{n+1}-l|<\epsilon [/itex]? It's really simpler than what you think.

Yeah that makes sense actually,

but for a different proof:

I got from here ## |x_{n+1} - l| \leq |x_{n+1} - x_n| + |x_n - l | < |x_{n+1} - x_n| + \epsilon ## how do I evaluate ## |x_{n+1} - x_n|##?
 
  • #10
synkk said:
Yeah that makes sense actually,

but for a different proof:

I got from here ## |x_{n+1} - l| \leq |x_{n+1} - x_n| + |x_n - l | < |x_{n+1} - x_n| + \epsilon ## how do I evaluate ## |x_{n+1} - x_n|##?

That's really not a very good way to go. Because about the only thing you can say about ## |x_{n+1} - x_n|## is that since ##|x_n-l|<\epsilon## AND ## |x_{n+1} - l| < \epsilon## then ## |x_{n+1} - x_n| < 2\epsilon##, but you need the bound on ## |x_{n+1} - l|## to say that.
 
  • #11
Dick said:
That's really not a very good way to go. Because about the only thing you can say about ## |x_{n+1} - x_n|## is that since ##|x_n-l|<\epsilon## AND ## |x_{n+1} - l| < \epsilon## then ## |x_{n+1} - x_n| < 2\epsilon##, but you need the bound on ## |x_{n+1} - l|## to say that.

hm I see, but I just cannot seem to construct a proof using that if x_n is bounded then there n>N for some N then n+1 > N also
 
  • #12
synkk said:
hm I see, but I just cannot seem to construct a proof using that if x_n is bounded then there n>N for some N then n+1 > N also

I don't understand why you don't see it. If n>N then n+1>N. It's automatic. The same N that works for the sequence ##a_n## works for the sequence ##b_n## where ##b_n=a_{n+1}##.
 
  • #13
Dick said:
I don't understand why you don't see it. If n>N then n+1>N. It's automatic. The same N that works for the sequence ##a_n## works for the sequence ##b_n## where ##b_n=a_{n+1}##.

So that's all I'd have to state for the proof?
 
  • #14
synkk said:
So that's all I'd have to state for the proof?

Yes, a proof could be that simple. Write it in a way that you understand it.
 
  • #15
Thank you very much Dick, and everyone else who helped :)!
 

1. What is the definition of convergence for a sequence?

The definition of convergence for a sequence is when the terms of the sequence approach a single fixed value as the number of terms increases. In other words, the sequence gets closer and closer to a certain value as more terms are added.

2. How do you prove that a sequence converges using the epsilon-delta definition?

To prove that a sequence converges using the epsilon-delta definition, you must show that for any positive value of epsilon (ε), there exists a corresponding positive integer N such that for all n ≥ N, the absolute value of the difference between the nth term of the sequence and the limit of the sequence is less than ε. In other words, as n approaches infinity, the terms of the sequence get closer and closer to the limit value.

3. Can you give an example of a sequence that converges?

One example of a sequence that converges is the sequence 1/n, where n represents the term number. As n approaches infinity, the terms of the sequence approach 0, so the sequence converges to 0.

4. What is the difference between convergence and divergence of a sequence?

Convergence of a sequence means that the terms of the sequence approach a single fixed value as the number of terms increases, while divergence means that the terms of the sequence do not approach a single fixed value. Instead, the terms may approach infinity or alternate between two or more values.

5. Are there any alternative methods for proving convergence of a sequence?

Yes, there are alternative methods for proving convergence of a sequence, such as the Monotone Convergence Theorem, the Cauchy Criterion, and the Bolzano-Weierstrass Theorem. Each of these methods has its own set of conditions and criteria for proving convergence of a sequence.

Similar threads

Replies
1
Views
571
  • Calculus and Beyond Homework Help
Replies
4
Views
882
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
13
Views
966
  • Calculus and Beyond Homework Help
Replies
12
Views
1K
  • Calculus and Beyond Homework Help
Replies
34
Views
2K
  • Calculus and Beyond Homework Help
Replies
10
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
559
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
Back
Top