In: Advanced Math
Define a sequence from R as follows. Fix r > 1. Let a1 = 1 and define recursively, an+1 = (1/r) (an + r + 1). Show, by induction, that (an) is increasing and bounded above by (r+1)/(r−1) . Does the sequence converge?
Monotone Convergence Theorem: A monotone sequence of real numbers is convergent if and only if it is bounded.
Theorem: If a sequence is monotone and bounded, then it converges.
Proof. We consider two cases.
Case (i) (if an is increasing). Since (an) is bounded,
implies that the set A = {an | n ∈ N} is a bounded
subset of R. Hence the Least Upper Bound Property of R implies that
A has a supremum. Let s = sup A. We will show that
(an) → s. Given ε > 0, since s = sup A, there
exists some element aN ∈ A such that s ε <
aN .
Given any n ≥ N, since (an) is increasing, we have
that aN ≤ an, and therefore s − ε
< an as well. But
since an ∈ A, it follows that an ≤ s < s + ε.
Therefore s − ε < an < s + ε and hence |an − s| < ε for
all
n ≥ N. Hence we have shown that for all ε > 0, there exists N ∈
N(set of natural numbers) such that if n ≥ N, then |an − s| < ε,
which implies that (an) → s. Hence indeed
(an) converges.
Case (ii) (if an is decreasing). Similer as case (i)