Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Sequences and Series

The second page of the analysis spine. With completeness of in hand (real-numbers.md), we develop the theory of limits of sequences — the prototype of every limiting process in calculus — and of infinite series, including the uniform convergence needed to differentiate and integrate limits term by term.

References: Rudin, Principles of Mathematical Analysis, ch. 3, 7; Tao, Analysis I.

1. Convergence of Sequences

A sequence in is a function , . It converges to , written or , if

A sequence is bounded if is a bounded set. Convergent sequences are bounded, and limits are unique. The algebra of limits holds: if and then , , and when . The squeeze theorem: if and then .

2. Monotone Sequences and Completeness

A sequence is monotone increasing if for all (decreasing dually).

Monotone Convergence Theorem. A monotone increasing sequence converges iff it is bounded above, and then .

Proof. If bounded above, exists by completeness (real-numbers.md §2). Given , some ; monotonicity gives for all .

This is the first concrete payoff of completeness, and the basis for defining quantities like .

3. Subsequences and Bolzano–Weierstrass

A subsequence is obtained by choosing indices . A point is a subsequential limit (or cluster point) if some subsequence converges to it.

Bolzano–Weierstrass Theorem. Every bounded sequence in has a convergent subsequence.

Proof. Bisection: enclose the sequence in , repeatedly halve, keeping a half containing infinitely many terms. The nested intervals (real-numbers.md §4.4) shrink to a point ; pick one term from each interval to build a subsequence converging to .

This compactness statement is the engine behind the extreme value theorem (continuity.md) and generalizes to and metric spaces in metric-spaces.md.

4. Cauchy Sequences and Completeness Restated

A sequence is Cauchy if

Cauchy Criterion. A sequence in converges iff it is Cauchy.

Proof. () immediate from the triangle inequality. () A Cauchy sequence is bounded, so by Bolzano–Weierstrass has a convergent subsequence ; the Cauchy condition then forces the whole sequence to .

The value of the Cauchy criterion is that it tests convergence without knowing the limit in advance — essential for series and for completeness of function spaces. "Complete" as a metric-space property (metric-spaces.md) means exactly "every Cauchy sequence converges."

5. limsup and liminf

For a bounded sequence define

Both always exist in (the inner sup/inf are monotone in ). They are the largest and smallest subsequential limits, and . These give convergence tests (below) that require no candidate limit.

6. Infinite Series

Given , the series is the sequence of partial sums ; it converges to if . A necessary condition is (not sufficient: the harmonic series diverges).

Cauchy criterion for series. converges iff for all there is with for all .

6.1 Absolute vs conditional convergence

converges absolutely if converges. Absolute convergence implies convergence (by the Cauchy criterion and the triangle inequality). A series that converges but not absolutely (e.g. the alternating harmonic series ) converges conditionally. Absolutely convergent series may be reordered freely; conditionally convergent ones may not (Riemann rearrangement theorem: their terms can be rearranged to sum to any value).

6.2 Convergence tests

  • Comparison: and .
  • Ratio: if , converges absolutely; if , diverges.
  • Root: with : converges, diverges (sharper than the ratio test).
  • Integral test: for positive decreasing , and converge together (links to riemann-integral.md).
  • Alternating series test: if , then converges.

7. Sequences and Series of Functions

Let . Pointwise convergence means for each fixed . This is too weak to preserve continuity or commute with limits/integrals. The right notion is:

Uniform convergence. uniformly on if i.e. one works for all simultaneously.

Weierstrass -test. If for all and , then converges uniformly.

The three theorems that make uniform convergence the "correct" notion:

  • Continuity is preserved: a uniform limit of continuous functions is continuous (continuity.md).
  • Integration commutes with the limit: if uniformly on and each is integrable, then (riemann-integral.md).
  • Differentiation (with a hypothesis on the derivatives): if pointwise and uniformly, then is differentiable and (differentiation.md).

7.1 Power series

A power series has a radius of convergence (Cauchy–Hadamard): it converges absolutely for and diverges for . Convergence is uniform on every compact subinterval of , so power series may be differentiated and integrated term by term inside their interval of convergence. This is what makes analytic functions (differentiation.md §6) so well-behaved.

8. Where this page is used

  • Cauchy criterion / completeness generalize to and abstract metric spaces in metric-spaces.md, powering the contraction-mapping theorem.
  • Bolzano–Weierstrass underlies compactness and the extreme value theorem in continuity.md.
  • Uniform convergence licenses the term-by-term operations used throughout differentiation.md and riemann-integral.md.

Next: Limits and Continuity.