sequences and convergence
Monotone Convergence Theorem
You should know: sequences and limits
Overview
The Monotone Convergence Theorem (for sequences) states that every bounded monotone sequence of real numbers converges. If (aₙ) is increasing and bounded above, it converges to sup{aₙ}; if decreasing and bounded below, it converges to inf{aₙ}. This is one of the most direct consequences of the completeness of ℝ — the least-upper-bound property guarantees the supremum exists, and monotonicity forces the sequence to actually approach it. The theorem is a workhorse for proving convergence when the limit is not known in advance, such as showing (1+1/n)ⁿ converges (defining e) or establishing convergence of recursively defined sequences.
Intuition
An increasing sequence can only move in one direction — up. If it's also capped by some bound, it can't run off to infinity, so it has nowhere to go except settle down just below its 'ceiling.' That ceiling is exactly the supremum of the set of terms, and the theorem says the sequence must converge to it: since the sequence keeps climbing and can never overshoot the supremum, and since (by definition of supremum) it must eventually get arbitrarily close to it, convergence is forced. This is a much easier convergence criterion to apply than the general ε-N definition, because you never need to guess the limit — you just check monotonicity and boundedness.
Formal Definition
For a sequence (aₙ) of real numbers:
Worked Examples
Show increasing: aₙ₊₁ - aₙ = (2 - 1/(n+1)) - (2 - 1/n) = 1/n - 1/(n+1) > 0.
Bounded above by 2, since 1/n > 0 for all n means aₙ < 2 always.
By the Monotone Convergence Theorem, aₙ converges to its supremum, which is 2 (since 1/n → 0).
Answer: aₙ is increasing and bounded above by 2, so it converges, and the limit is 2.
Practice Problems
Show aₙ = (2n)/(n+1) is increasing and bounded above, and find its limit using MCT reasoning.
The Monotone Convergence Theorem for sequences fundamentally relies on which property of ℝ?
Prove the Monotone Convergence Theorem for an increasing sequence bounded above.
Quiz
Summary
- Every bounded, monotone sequence of real numbers converges — to its supremum if increasing, to its infimum if decreasing.
- The theorem is a direct consequence of the completeness (least-upper-bound property) of ℝ, and fails over ℚ.
- It is especially useful for proving convergence of recursively defined sequences without knowing the limit in advance.
Mathematics