Sequences and Series/Limit Laws and Monotone Convergence

Lesson 2.21,044 words

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.

The squeeze lemma. Two envelopes a_n and b_n close on the common value L; the trapped sequence x_n is forced to the same limit.

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

The limit laws compose. Given the limits of two input sequences, the limit of any arithmetic combination is the same combination of the limits.

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.

A bounded monotone increasing sequence. Terms climb but never exceed the supremum, and they close on it: past any band below the sup, all terms enter.
A bounded monotone decreasing sequence falls toward its infimum. Past any band above the inf, all terms enter, mirroring the increasing case.

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

The ratio test for sequences, read off the limit L of consecutive ratios. The boundary case L equal to one carries no information.

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.
SequenceBehaviorReason
, geometric decay
, unboundedreciprocal 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

  1. Lebl, §2.2, Lemma 2.2.1.
  2. Lebl, §2.2, Lemma 2.2.3 and the remark following Corollary 2.2.4.
  3. Lebl, §2.2, Proposition 2.2.5.
  4. Lebl, §2.2, Propositions 2.2.6 and 2.2.7.
  5. Lebl, §2.2, Proposition 2.2.10.
  6. Lebl, §2.1, Theorem 2.1.10.
  7. Lebl, §2.2, Proposition 2.2.11.
  8. Lebl, §2.2, Lemma 2.2.12.

╌╌ END ╌╌