Monotone Convergence Theorem

A monotone sequence is one that never changes direction (always increasing or always decreasing). Theorem: A monotone sequence converges if and only if it is bounded.

Drag the Red Line (Upper Bound)

Type:

Intuition: If you are walking up a staircase that never goes down, and there is a ceiling you cannot pass, you must eventually get infinitely close to some height (the supremum).

Cauchy Sequences

A sequence is Cauchy if its terms eventually get arbitrarily close to each other. This definition doesn't require knowing the limit \( L \) in advance!

\( (s_n) \) is Cauchy if \( \forall \epsilon \gt 0, \exists N \) such that \( \forall n, m \gt N, |s_n - s_m| \lt \epsilon \).

Cauchy Inspector

Adjust \( \epsilon \) to see the "tail" of the sequence where all terms are clustered together.

\(\epsilon = 0.20\)
Threshold \( N \approx 15 \)

For all \( n, m \gt N \), the distance between points is less than \( \epsilon \).

Practice Problems

True/False

01

Every bounded sequence is convergent.

02

Every Cauchy sequence is bounded.

03

If a sequence is monotone, it must converge.

04

If \( \lim s_n = s \), then \( (s_n) \) is a Cauchy sequence.

Fill in the Blank

01

A sequence \( (s_n) \) is increasing if \( s_n \le s_{n+1} \) for all \( n \in \mathbb{N} \).

02

The Monotone Convergence Theorem states that every ________ monotone sequence converges.

03

A sequence \( (s_n) \) is Cauchy if for every \( \epsilon \gt 0 \), there exists \( N \) such that for all \( n, m \gt N \), ________.

04

If a sequence is unbounded and increasing, its limit is ________.

Full Problems

01

Prove that the sequence defined by \( s_1 = 1 \) and \( s_{n+1} = \sqrt{2s_n} \) is convergent.

02

Let \( s_n = \frac{1}{n} \). Prove directly using the definition that \( (s_n) \) is a Cauchy sequence.

03

Prove that if \( (s_n) \) is a Cauchy sequence, then \( (s_n) \) is bounded.

04

Let \( s_n = \sum_{k=1}^n \frac{1}{k^2} \). Show that \( (s_n) \) converges.