Monotone Convergence
students, this lesson explains one of the most useful ideas in Real Analysis: when a sequence keeps moving in one direction and still stays under control, it must settle down to a limit. That idea is called monotone convergence 📈📉.
Learning goals
By the end of this lesson, you should be able to:
- explain the meaning of monotone and bounded for sequences,
- state the Monotone Convergence Theorem clearly,
- use the theorem to decide whether a sequence converges,
- connect monotone convergence to the bigger picture of sequences and limits, and
- justify answers with examples and analysis rather than guesswork.
Monotone convergence is powerful because it turns a hard question—“Does this sequence converge?”—into two easier questions: “Is it monotone?” and “Is it bounded?” If the answer to both is yes, then the sequence converges. This is a major tool in Real Analysis and appears in many proof techniques.
What Monotone Means
A sequence is a list of real numbers written as $\{a_n\}_{n=1}^{\infty}$. The sequence is increasing if $a_{n+1} \ge a_n$ for every $n$, and strictly increasing if $a_{n+1} > a_n$ for every $n$. It is decreasing if $a_{n+1} \le a_n$ for every $n$, and strictly decreasing if $a_{n+1} < a_n$ for every $n$.
When a sequence is either increasing or decreasing, we call it monotone. The word means “moving in one direction.” Think of a staircase that always goes up, or a slide that always goes down. There are no reversals.
Example: the sequence $a_n = 1 - \frac{1}{n}$ is increasing because the terms get larger as $n$ increases:
$$
$\frac{1}{2},\ \frac{2}{3},\ \frac{3}{4},\ \frac{4}{5},\dots$
$$
Each term is closer to $1$, but never passes it.
Another example: $b_n = \frac{1}{n}$ is decreasing because
$$
$1,\ \frac{1}{2},\ \frac{1}{3},\ \frac{1}{4},\dots$
$$
gets smaller and smaller.
Being monotone alone is not enough to guarantee convergence. For example, the sequence $c_n = n$ is increasing, but it does not converge because it grows without bound. So monotonicity must be paired with boundedness.
Boundedness and Why It Matters
A sequence is bounded above if there exists a number $M$ such that $a_n \le M$ for every $n$. It is bounded below if there exists a number $m$ such that $a_n \ge m$ for every $n$. A sequence is bounded if it is both bounded above and bounded below.
Why does boundedness matter? If a sequence keeps moving in one direction and cannot escape beyond a certain wall, then it has to settle somewhere. That “somewhere” is the limit.
For an increasing sequence, the important condition is being bounded above. For a decreasing sequence, the important condition is being bounded below.
Example: the sequence $a_n = 1 - \frac{1}{n}$ is increasing and bounded above by $1$. In fact, for every $n$,
$$
a_n = 1 - $\frac{1}{n}$ < 1.
$$
So the sequence is trapped below $1$ while moving upward.
Example: the sequence $b_n = \frac{1}{n}$ is decreasing and bounded below by $0$, since
$$
$b_n = \frac{1}{n} > 0.$
$$
So the sequence is trapped above $0$ while moving downward.
The Monotone Convergence Theorem
The central result is the Monotone Convergence Theorem:
- Every bounded monotone sequence of real numbers converges.
More specifically:
- If $\{a_n\}$ is increasing and bounded above, then $\{a_n\}$ converges.
- If $\{a_n\}$ is decreasing and bounded below, then $\{a_n\}$ converges.
This theorem is a big deal because it gives a complete answer in a common situation. Instead of directly computing a limit, you can often prove convergence by showing monotonicity and boundedness.
The theorem is tied to the completeness of the real numbers. In Real Analysis, the fact that every nonempty set of real numbers that is bounded above has a least upper bound is what makes monotone convergence work.
How the Limit Is Found
Suppose $\{a_n\}$ is increasing and bounded above. Let $S = \{a_n : n \in \mathbb{N}\}$. Since $S$ is bounded above, it has a least upper bound, written $\sup S$. The theorem says the sequence converges to this value:
$$
$\lim_{n\to\infty}$ a_n = \sup\{a_n : n $\in$ \mathbb{N}\}.
$$
Similarly, if $\{a_n\}$ is decreasing and bounded below, then its limit is the greatest lower bound:
$$
$\lim_{n\to\infty}$ a_n = \inf\{$a_n : n $\in \mathbb{N}\}.
$$
This gives a useful way to think about limits: a monotone bounded sequence moves closer and closer to the edge of the set of values it can take, and that edge is the limit.
Example: for $a_n = 1 - \frac{1}{n}$, the sequence is increasing and bounded above by $1$. Its least upper bound is $1$, so
$$
$\lim_{n\to\infty} \left(1 - \frac{1}{n}\right) = 1.$
$$
Example: for $b_n = \frac{1}{n}$, the sequence is decreasing and bounded below by $0$. Its greatest lower bound is $0$, so
$$
$\lim_{n\to\infty} \frac{1}{n} = 0.$
$$
How to Use the Theorem in Practice
To apply monotone convergence, students, follow a logical checklist:
- Identify the direction: Is the sequence increasing or decreasing?
- Find a bound: Can you prove it is bounded above or below?
- Conclude convergence: If both parts work, the theorem guarantees convergence.
- Find the limit if possible: Use algebra, the squeeze theorem, or the supremum/infimum idea.
Let’s look at an example with a recursive sequence. Define $a_1 = 1$ and
$$
$a_{n+1} = \frac{1}{2}a_n + 1.$
$$
To use monotone convergence, we usually try to show two things: the sequence is bounded and monotone.
First, suppose $a_n < 2$. Then
$$
a_{n+1} = $\frac{1}{2}$a_n + 1 < $\frac{1}{2}$(2) + 1 = 2.
$$
So if one term is below $2$, the next one is also below $2$. Since $a_1 = 1 < 2$, induction shows $a_n < 2$ for all $n$.
Next, check whether it is increasing. If $a_n < 2$, then
$$
a_{n+1} - a_n = $\frac{1}{2}$a_n + 1 - a_n = 1 - $\frac{1}{2}$a_n > 0.
$$
So $a_{n+1} > a_n$. The sequence is increasing and bounded above by $2$, so it converges.
To find the limit, let $\lim_{n\to\infty} a_n = L$. Then taking limits on both sides gives
$$
$L = \frac{1}{2}L + 1.$
$$
Solving gives $L = 2$.
This is a standard Real Analysis strategy: prove convergence first, then solve for the limit.
Common Mistakes and How to Avoid Them
One common mistake is thinking that every increasing sequence converges. That is false. The sequence $a_n = n$ is increasing, but it is not bounded above, so it diverges to infinity.
Another mistake is confusing boundedness with convergence. A sequence can be bounded and still fail to converge if it is not monotone. For example, $a_n = (-1)^n$ is bounded, but it does not have a limit because it keeps jumping between $1$ and $-1$.
So the theorem needs both ingredients together: monotone and bounded.
A third mistake is assuming strict monotonicity is required. It is not. A sequence may be monotone even if some terms repeat. For example, the constant sequence $a_n = 5$ is both increasing and decreasing, and it converges to $5$.
Why Monotone Convergence Matters in Sequences and Limits
Monotone convergence fits directly into the broader study of sequences and limits because it provides a structural method for proving convergence. In earlier topics, you may have used direct limit calculations, algebraic simplification, or limit laws. Monotone convergence adds a new kind of reasoning: instead of calculating the limit immediately, you first prove that a limit must exist.
This is especially useful for sequences defined recursively, sequences coming from approximations, and sequences in proofs involving optimization or least upper bounds. It shows how Real Analysis is not just about finding answers, but also about proving that answers exist in the first place.
In many later topics, this idea also helps build intuition for convergence of functions, series, and iterative algorithms. A sequence that steadily approaches a barrier is a simple but deep model for more advanced analysis.
Conclusion
Monotone convergence says that a real sequence that moves in one direction and stays bounded must converge. This result is one of the cleanest and most useful tools in Real Analysis because it combines order, bounds, and completeness of the real numbers. students, if you can recognize monotonicity, prove boundedness, and connect the sequence to its supremum or infimum, you can solve many convergence problems with confidence 🌟.
Study Notes
- A sequence $\{a_n\}$ is increasing if $a_{n+1} \ge a_n$ for every $n$.
- A sequence is decreasing if $a_{n+1} \le a_n$ for every $n$.
- A sequence is monotone if it is either increasing or decreasing.
- An increasing sequence that is bounded above converges.
- A decreasing sequence that is bounded below converges.
- For an increasing bounded sequence, the limit is $\sup\{a_n : n \in \mathbb{N}\}$.
- For a decreasing bounded sequence, the limit is $\inf\{a_n : n \in \mathbb{N}\}$.
- Monotone does not mean convergent by itself; boundedness is also needed.
- Bounded does not mean convergent by itself; monotonicity is also needed.
- Common examples include $1 - \frac{1}{n}$, $\frac{1}{n}$, and recursive sequences.
- Monotone convergence is a key bridge between sequence behavior and limit existence.
