Are These Two Limit Statements Equivalent?

In summary, the title basically says it all, here they are:- The Monotone Convergence Theorem states that if a sequence of increasing numbers has a finite limit, then the sum of all the terms in the sequence converges to that limit.- The dominant convergence theorem states that if a sequence of increasing numbers has a limit, then the sum of all the terms in the sequence converges to the limit faster than any other sequence of increasing numbers.
  • #1
Poopsilon
294
1
The title basically says it all, here they are:

[tex]\lim_{n\rightarrow\infty}a_n=a.[/tex] And [tex]\lim_{n\rightarrow\infty}|a_n-a|<\varepsilon\hspace{7 mm} \forall\varepsilon>0[/tex]
 
Last edited:
Physics news on Phys.org
  • #2
Hi Poopsilon! :smile:

Yes, those two things are equivalent. Furthermore they are both equivalent to the statement

[tex]\lim_{n\rightarrow +\infty}{|a_n-a|}=0[/tex]

The proof is not that hard and follows from the epsilon-delta definitions!

Do you need more explanations?
 
  • #3
Hey there, this curiosity actually came up rather organically; while trying to prove one statement it led me to consider this more general conjecture:

[tex]if\hspace{4mm} a_n\rightarrow0\hspace{4mm} as\hspace{4mm} n\rightarrow\infty\hspace{4mm} than \hspace{4mm}\lim_{n\rightarrow\infty}\sum_{k=1}^{n}\frac{a_k}{n}=0.[/tex]

Basically what I did was let epsilon > 0, than use the definition for the convergence of a_n to say that there exists an N such that for all n > N, |a_n| < epsilon. Than from there I split up the series and then used the fact that convergent sequences are bounded and that |a_n| < epsilon for all n > N to bound it by this:

[tex]\lim_{n\rightarrow\infty}([\sum_{k=1}^{N}\frac{M}{n}]+[\sum_{k=N+1}^{n}\frac{\varepsilon}{n}])[/tex]

which becomes:

[tex]\lim_{n\rightarrow\infty}(\frac{NM}{n}+\varepsilon\frac{(n-N-1)}{n})=\varepsilon[/tex]

I'm pretty sure this is logically valid, but some how it feels strange because I start with an epsilon-N proof but end by taking a limit on n, makes me a bit uncomfortable. Maybe you can help! =]
 
Last edited:
  • #4
Seems correct and the proof is quite innovative too! :smile:

You might be interested in the following two statements:

1) The Monotone convergence theorem
Consider the double sequence [itex](a_{m,n})_{m,n}[/itex] such that [itex]a_{m,n}\geq 0[/itex] for every term and such that for every m, the sequence [itex](a_{m,n})_n[/itex] is monotonically increasing. Then
[tex]\lim_{n\rightarrow +\infty}{ \sum_{m=1}^{+\infty}{a_{m,n}}}=\sum_{m=1}^{+\infty}{\lim_{n\rightarrow +\infty}{a_{n,m}}}[/tex]

2) The dominant convergence theorem
Consider the double sequence [itex](a_{m,n})_{m,n}[/itex] such that for all n holds that

[tex]|a_{m,n}|\leq b_m[/tex]

and such that [itex]\sum_m{b_m}[/itex] converges, then

[tex]\lim_{n\rightarrow +\infty}{\sum_{m=1}^{+\infty}{a_{m,n}}}=\sum_{m=1}^{+\infty}{\lim_{n\rightarrow +\infty}{a_{n,m}}}[/tex]

The interesting thing about your conjecture is that it doesn't fall under these two theorems...
 
  • #5
Also interesting is following slight generalization of your conjecture:

[tex]If~a_n\rightarrow a~\text{then}~\lim_{n\rightarrow +\infty}{\frac{1}{n}\sum_{k=1}^{n}{a_k}}=a[/tex]

The interesting part is that the limit even exists for sequences that do not converge (because they fluctuate too much). For example, if [itex]a_n=(-1)^n[/itex], then we still have

[tex]\lim_{n\rightarrow +\infty}{\frac{1}{n}\sum_{k=1}^{+\infty}{a_k}}=0[/tex]

The idea is that fluctuating sequences are being "averaged out" and are made more nice.
This general process that you discovered is called "Cesaro summation". It's a very useful idea!
 
  • #6
I'm working out of Rudin's PMA and those seemed like powerful theorems so I looked them up in the index thinking maybe they would be in the chapter on sequences and series of functions, since they involve the exchange of limit operations and that's the chapter that discusses uniform convergence. He seems to discuss a weakened version of the DCT in that chapter, but saves both in all their glory for the final chapter on Lebesgue Theory (which I haven't covered).

Neither is presented as cleanly as you have presented them above, I suspect he may have generalized them for proper measure-theoretic digestion..

The Monotone Convergence Theorem as you have presented it above seems like it could be used if we put some extra restrictions on 'my conjecture' (since that's what we've called up until now =P) and changed 'monotonically increasing' to 'monotonically decreasing', but I can't be sure.

Either way speaking of Rudin's PMA, its funny the slight generalization of my conjecture you give, since that is essentially the problem in PMA I was working on before I made MY generalization! Ha! But upon reflection I believe you are of course correct, that my conjecture is essentially just the second half of the solution to the problem, except cleaned up some and distilled down to its essence. And moreover upon referring back to the problem, your statement about it holding for certain non-convergent sequences is exactly part b!

Its cool that it has a name, 'Cesaro summation', Rudin sometimes likes to slip in stuff like that into the problems without mentioning its importance in analysis. Anyways all this stuff is very interesting to me, I'm considering analytic number theory as my specialization upon entry into a PHD program, so this type of hard analysis is right up my ally.
 
  • #7
Poopsilon said:
I'm working out of Rudin's PMA and those seemed like powerful theorems so I looked them up in the index thinking maybe they would be in the chapter on sequences and series of functions, since they involve the exchange of limit operations and that's the chapter that discusses uniform convergence. He seems to discuss a weakened version of the DCT in that chapter, but saves both in all their glory for the final chapter on Lebesgue Theory (which I haven't covered).

Neither is presented as cleanly as you have presented them above, I suspect he may have generalized them for proper measure-theoretic digestion..

Yes, these two theorems are extremely powerful and important theorems in measure theory. In full generality, these theorem say something about exchanging limit and integral (instead of limit and sum, like we did here). But (in measure theory) the sum is just a special case of an integral, so I stated it in this version.

The Monotone Convergence Theorem as you have presented it above seems like it could be used if we put some extra restrictions on 'my conjecture' (since that's what we've called up until now =P) and changed 'monotonically increasing' to 'monotonically decreasing', but I can't be sure.

Hmm, you can't just change montonically increasing to decreasing :frown: So the Monotone Convergence Theorem doesn't apply here...

Either way speaking of Rudin's PMA, its funny the slight generalization of my conjecture you give, since that is essentially the problem I was working on before I made MY generalization! Ha! But upon reflection I believe you are of course correct, that my conjecture is essentially just the second half of the solution to the problem, except cleaned up some and distilled down to its essence. And moreover upon referring back to the problem, your statement about it holding for certain non-convergent sequences is exactly part b!

Hehe :smile: Well, that solved part (b) then...

Its cool that it has a name, 'Cesaro summation', Rudin sometimes likes to slip in stuff like that into the problems without mentioning its importance in analysis. Anyways all this stuff is very interesting to me, I'm considering analytic number theory as my specialization upon entry into a PHD program, so this type of hard analysis is right up my ally.

Well, I'm pretty certain you will use Cesaro summation in your analytic number theory :smile:
 

FAQ: Are These Two Limit Statements Equivalent?

What is the purpose of comparing two limit statements?

The purpose of comparing two limit statements is to determine if they are equivalent, meaning they have the same value or approach the same value as the independent variable approaches a specific value. This is important in mathematics and science to ensure the accuracy and consistency of calculations and predictions.

What factors determine if two limit statements are equivalent?

The factors that determine if two limit statements are equivalent include the function, the independent variable, and the specific value that the independent variable approaches. These factors must be the same for both limit statements in order for them to be considered equivalent.

How do you mathematically prove that two limit statements are equivalent?

To mathematically prove that two limit statements are equivalent, you must use the definition of a limit and show that the limit of both statements approaches the same value as the independent variable approaches a specific value. This can be done by manipulating the equations and using algebraic properties to show that they are equal.

Can two limit statements be equivalent even if they have different expressions?

Yes, two limit statements can be equivalent even if they have different expressions. As long as the function, independent variable, and specific value approached are the same, the two limit statements can be considered equivalent. This is because different expressions can represent the same function and still approach the same value.

How is knowing if two limit statements are equivalent useful in real-world applications?

Knowing if two limit statements are equivalent is useful in real-world applications because it allows us to make accurate predictions and calculations based on the behavior of a function. It is especially important in fields such as physics and engineering where precise calculations are necessary for designing and building structures and machines.

Similar threads

Replies
1
Views
212
Replies
1
Views
1K
Replies
4
Views
2K
Replies
9
Views
2K
Replies
3
Views
975
Replies
2
Views
2K
Back
Top