Sequences and Series/Sequences and Their Limits

Lesson 2.11,028 words

Sequences and Their Limits

A sequence is a function on the natural numbers; it converges to a limit when its terms eventually stay within any prescribed tolerance of that number. The epsilon-M definition fixes the order of the quantifiers, and from it the limit is unique, every convergent sequence is bounded, and only the tail matters.

╌╌╌╌

Analysis is the study of limits, and the simplest is the limit of a sequence of real numbers. Continuity, the derivative, the integral, and the interchange of limit operations all reduce to the single - definition below.

Sequences

The subscript notation resembles set notation, but a sequence and a set are different objects. A sequence is ordered and may repeat values; the set of values it takes, its range, forgets both. For example is the sequence , an infinite list, whereas its range is the two-element set .

A sequence is usually specified by a formula for its th term. Three that recur throughout the subject:

  • , decreasing toward .
  • , growing without bound.
  • The constant sequence for a fixed .

The sequence is bounded ( works), and is not. This lesson uses the absolute value and its triangle inequality from the foundations constantly; the estimate appears in nearly every proof below.

Convergence

The idea is that a sequence converges to if its terms are eventually as close to as we like. As close as we like is made precise by a tolerance ; eventually is made precise by an index past which the tolerance holds.

The order of the quantifiers is the whole content of the definition. The tolerance is given first, and only then do we produce , so is allowed to depend on — a smaller tolerance generally forces a larger . The condition says lies in the open interval . So convergence means: every such interval around , no matter how narrow, contains all but finitely many terms of the sequence.

Convergence to L. Given the band of half-width epsilon around L, all terms from index M onward lie inside it; earlier terms may be anywhere.
The same convergence read on the number line. All but finitely many terms fall in the band of half-width epsilon about L; finitely many sit outside.
The sequence 1/n descending to 0. Past the index M with 1/M < epsilon, every term lies in the band of half-width epsilon about 0; earlier terms are above it.

The last is the standard way to prove divergence: assume a limit, choose one specific small enough to separate two persistent clusters of terms, and derive a contradiction from the triangle inequality.

The limit is unique

We wrote a limit above because uniqueness must be proved. Once it is, we may write and speak of the limit.

The proof is the prototype of a technique used everywhere in analysis: to show a fixed nonnegative quantity is zero, bound it above by an arbitrary .

The maneuver of splitting as (inserting and subtracting a term the sequence gets close to) is called adding and subtracting inside an absolute value, and it appears in nearly every proof in this module.

Convergent sequences are bounded

The converse fails: is bounded but divergent. Boundedness is necessary for convergence, not sufficient; the missing hypothesis is supplied by monotonicity or by the extraction of a convergent subsequence.

Three archetypes. A convergent sequence settles into any band around its limit; a bounded divergent one oscillates without settling; an unbounded one escapes every band.

Convergence depends only on the tail

Changing, deleting, or inserting finitely many terms cannot affect whether a sequence converges or what it converges to.

The limit does not depend on how the sequence begins. This licenses arguments that establish a property for large — for instance, a sequence that is monotone only from some index onward converges as soon as the tail is monotone and bounded, because the tail governs the limit.

Divergence to infinity

Some divergent sequences have terms that increase past every bound. It is convenient to record this behavior with its own notation, even though such sequences do not converge to a real number.

The structure mirrors ordinary convergence: an arbitrary threshold is given first, then an index past which every term clears it. With this convention,

A sequence diverging to is unbounded, but the converse fails: for odd and for even is unbounded yet does not diverge to , because it does not eventually stay above every threshold. The finer bookkeeping for such sequences uses the limit superior and limit inferior.

Divergence to infinity. Every threshold K is eventually cleared: past some index M, all terms sit above the line, and this holds for arbitrarily high K.

Summary

Convergence is an -then- statement; a limit, once shown unique, is written ; convergence forces boundedness but not conversely; and only the tail matters.

StatementMeaningQuantifier order
terms eventually within of
terms eventually above any threshold
boundedone bound holds for all terms
convergentsome works in the first row

Footnotes

  1. Lebl, §2.1, Proposition 2.1.6.
  2. Lebl, §2.1, Proposition 2.1.7.
  3. Lebl, §2.1, Proposition 2.1.15.

╌╌ END ╌╌