Limit Theorems for Sequences
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn the algebraic limit theorems, how one of them is proved from the definition, the order limit theorem, and the squeeze theorem. Together these let you compute almost every limit you’ll meet without returning to epsilon-N.
The Concept
Section titled “The Concept”Why these theorems exist
Section titled “Why these theorems exist”Proving straight from the definition is unpleasant. Proving it from the algebraic limit theorems takes two lines.
The point of this lesson is leverage. You pay the epsilon-N cost once, proving a handful of general results, and then compute freely.
The algebraic limit theorems
Section titled “The algebraic limit theorems”Suppose and . Then
The quotient rule needs , and it also needs eventually - which is automatic, since if then the terms are eventually within of and so nonzero.
These require both limits to exist. and both diverge, yet converges. So you cannot run the theorem backwards.
Proving the sum rule
Section titled “Proving the sum rule”Proof. Let . Since , there is with for . Since , there is with for .
Let . For , the triangle inequality gives
∎
That’s why you split in half: each piece is budgeted for one source of error, and they add to exactly . Applying the definition with instead of is legal because the definition holds for every positive tolerance.
Sketch of the product rule
Section titled “Sketch of the product rule”The product needs one extra idea. Write
Adding and subtracting is the same bridging trick as before. The wrinkle is the factor , which is not constant. But converges, so by the previous lesson it is bounded, say . Then
and each term can be forced below . Notice that “convergent implies bounded” was not a throwaway result; it is exactly what makes the product rule work.
The order limit theorem
Section titled “The order limit theorem”If and for all , then .
More generally, if for all and both converge, then .
Weak inequalities survive limits; strict ones do not. Take and . Then strictly for every , yet both limits are 0, so the conclusion is and not .
This trips people up constantly. Passing to a limit can turn into , never into .
The squeeze theorem
Section titled “The squeeze theorem”If for all , and and , then .
This is the most useful tool in the lesson, because it needs no information about beyond the sandwich. You don’t have to understand at all; you only have to trap it.
Proof sketch. Given , get past which and past which . Beyond ,
so . ∎
The standard application is anything with a bounded oscillating factor: , so and the middle goes to 0. There is no formula for as runs over the integers, and it doesn’t matter.
A useful special case
Section titled “A useful special case”If and is bounded, then .
Note need not converge. even though diverges, because and the other factor stays bounded. The product rule doesn’t apply here; this result does.
Worked Examples
Section titled “Worked Examples”Example 1: Compute .
Solution. Divide numerator and denominator by the highest power, :
Now and , so by the sum rule the numerator and the denominator . Since the denominator’s limit is nonzero, the quotient rule gives
Compare Example 3 of the previous lesson, which proved a similar statement from the definition. Same result, a fraction of the work.
Example 2: Compute .
Solution. The quotient rule is unavailable, since has no limit as runs over the integers.
Instead squeeze. Since ,
Both outer sequences , so the limit is 0. ∎
Example 3: Compute .
Solution. Write out the ratio:
Every factor is at most 1, and the last is exactly . So
Squeeze gives 0. ∎
An estimate plus a squeeze beats trying to compute directly.
Example 4: A limit needing care with the quotient rule.
Compute .
Solution. Dividing by :
The denominator , but the numerator diverges to infinity, so the quotient rule does not apply - it requires both limits to exist.
The sequence diverges to . To see it directly, for ,
which is unbounded. Divergent. ∎
The lesson: check the hypotheses. A theorem misapplied gives a confident wrong answer.
Example 5: Strict inequality lost in the limit.
Both and are positive with for every . What does the order limit theorem give?
Solution. Both converge to 0, so the conclusion is . True but not strict.
Strict inequalities are not preserved. Any argument concluding from is wrong. To get a strict conclusion you need a gap that does not shrink, such as for a fixed .
Example 6: A bounded times a null sequence.
Compute .
Solution. Rewrite as a product:
The second factor is . The first is bounded by 1 though divergent.
By the bounded-times-null result, the limit is 0. ∎
Alternatively squeeze: .
Example 7: Why divergent sequences can sum to a convergent one.
Solution. and both diverge, but for every , which converges to 0.
So the sum rule is a one-way street: convergence of both parts gives convergence of the sum, but convergence of the sum says nothing about the parts. Writing is only meaningful once both right-hand limits are known to exist.
Real-World Applications
Section titled “Real-World Applications”Asymptotic analysis of algorithms. Big-O statements are limit computations. Showing is the formal content of “this algorithm is ,” and dividing by the dominant term is the standard technique in both settings.
Numerical error analysis. Total error is usually a sum of a truncation term and a rounding term, and bounding each below is exactly the sum-rule proof. That is why error bounds in numerical texts so often appear as a sum of two halves.
Signal processing. A bounded signal multiplied by a decaying envelope goes to zero regardless of the signal’s own behaviour, which is the bounded-times-null result and the reason exponential windowing damps arbitrary noise.
Physical estimates and sandwiching. Engineers bound an unknown quantity between two computable ones and let both converge. The squeeze theorem is the formal justification, and it is why “bracket the answer” is a legitimate method rather than a fudge.
Statistics. Consistency proofs for estimators typically squeeze the estimation error between two vanishing bounds. The estimator’s own formula may be intractable; only the sandwich matters.
Retrying will remove your ✅ checkmark until you pass again.