Limit Laws and Monotone Convergence
Limits commute with sums, products, quotients, roots, and absolute values and preserve non-strict inequalities, so a limit can be assembled from the limits of its parts without returning to epsilon and M. The squeeze lemma transfers a limit through two envelopes; the monotone convergence theorem produces a limit from boundedness alone; and the ratio test settles the geometric and factorial standard limits.
╌╌╌╌
The - definition proves individual limits but is clumsy for computation. The algebraic and order properties below assemble the limit of a complicated expression from the limits of its parts, and the monotone convergence theorem produces a limit from boundedness without naming it in advance. Together they let most limits be computed by inspection.
Limits and inequalities
The first tool compares an unknown sequence to two known ones that close in on a common value.
Limits respect non-strict inequalities, but they can collapse strict ones.
The strict version is false. With and we have for every , yet both limits equal . Strict inequalities may weaken to non-strict ones under a limit; this is a common source of error.2
The algebra of limits
Limits pass through the four arithmetic operations.
Constant sequences turn these into the familiar corollaries: for , and . By induction, for every . Two further operations commute with limits.
The absolute-value statement is immediate from the reverse triangle inequality : the left side is small whenever the right side is. Its converse fails — while diverges — so taking absolute values can create convergence that was not there.4
One caution: the laws require the pieces to converge first. The limit is correct only after combining over a common denominator; splitting it as is meaningless, since neither piece converges.
A convergence test from the definition
Convergence of to is the same as convergence of to , which gives a reusable test.
Studying whether has limit thus reduces to studying whether the error sequence goes to zero, which is often a simpler question.
The monotone convergence theorem
The limit laws assume a limit and compute it. Monotone convergence produces a limit from a structural hypothesis, without any candidate value in hand, and it is the first result here to draw on the least-upper-bound property of .
An increasing sequence is automatically bounded below by its first term, so only an upper bound needs checking; symmetrically for decreasing sequences. The value of the theorem is that it certifies a limit exists even when computing the supremum is hard.
The order of the argument is mandatory: establish convergence first, then solve for the limit. Assuming a limit blindly can produce a wrong answer for a divergent sequence.
Standard limits and the ratio test
A few limits recur so often they are worth settling once. Each follows from the behavior of geometric powers.
The ratio of consecutive terms of is exactly . Generalizing to any sequence whose consecutive ratios tend to a limit gives a broadly applicable test.
When the test gives no information: the four sequences , the constant , divergent, and unbounded all have yet behave differently. The proof compares to a geometric sequence with : past some the ratios stay below , so , and the right side goes to zero.8
Two consequences of the ratio test, used throughout the series lessons:
- , since the ratio of consecutive terms is .
- . Given , the ratio test applied to shows that sequence tends to , so eventually , i.e. ; and always.
| Sequence | Behavior | Reason |
|---|---|---|
| , | geometric decay | |
| , | unbounded | reciprocal of the above |
| ratio | ||
| ratio test on | ||
| , | squeeze / powers of |
Summary
The limit laws let a limit be computed by decomposing an expression into pieces with known limits, provided each piece converges. The squeeze lemma and the null-sequence comparison handle expressions too tangled to decompose. The monotone convergence theorem, which rests on completeness, gives a limit from boundedness alone, and the ratio test settles the geometric and factorial sequences that dominate the study of series.
Footnotes
╌╌ END ╌╌