Lecture 4 Monotone Sequence and Subsequence
Lecture 4 Monotone Sequence and Subsequence
Aritra Dey
Octobar 2024
In this lecture, we are going to answer the question. But before moving to the actual
topic let us recall something from our previous lecture.
Defination 1 :
Let S be a set in R be bounded above, then m is called the least upper bound
(supremum) if m ≥ s, ∀s ∈ S and if m′ is some other upper bound, then m < m′
We can write the above definition in the following way, as m is the least among all
the upper bounds, then we can ensure m − ϵ is not an upper bound. Now some number
is not an upper bound, means what? There must exist at least one element from the set
that is larger than m − ϵ as is written in the following definition.
Definition 2:
If you have not understand the definition then stop here and read the definition
carefully first.
Monotone sequence
Definition:
1
lecture 4 2
x1 ≤ x2 ≤ · · · ≤ xn ≤ xn+1 ≤ · · ·
x1 ≥ x2 ≥ · · · ≥ xn ≥ xn+1 ≥ · · ·
Here I am presenting a proof for the increasing sequence only, you can do the other
proof of your own.
Proof:
Suppose supn xn = M . The M is finite because the sequence is bounded (Here I use the
boundedness property of the sequence)
Then for given ϵ > 0, there exists n0 such that M − ϵ ≤ xn0 . (Here I have used the
definition 2 of least upper bound)
Since (xn ) is increasing, we have xn0 ≤ xn for all n ≥ n0 . This implies that
That is xn → M .
√ √
Example 1. Let x1 = 2 and xn = 2 + xn−1 for n > 1. Then use induction to see
that 0 ≤ xn ≤ 2 and (xn ) is increasing. Therefore, by previous result (xn ) converges.
√
Suppose xn → λ. Then λ = 2 + λ. This implies that λ = 2.
Octobar 2024
lecture 4 3
xn+1
Example 2. Let x1 = 8 and xn+1 = 12 xn + 2. Note that xn
< 1. Hence the sequence
is decreasing. Since xn > 0, the sequence is bounded below. Therefore (xn ) converges.
λ
Suppose xn → λ. Then λ = 2
+ 2. Therefore, λ = 2.
Algebra of limits
Theorem Suppose that (xn ) and (yn ) are convergent real sequences and c ∈ R. Then
the sequences (cxn ) , (xn + yn ), and (xn yn ) converge, and
Proof. We let
x = lim xn , y = lim yn
n→∞ n→∞
The first statement is immediate if c = 0. Otherwise, let ϵ > 0 be given, and choose
N ∈ N such that
ϵ
|xn − x| < for all n > N
|c|
Then
which proves that (cxn ) converges to cx. For the second statement, let ϵ > 0 be given,
and choose P, Q ∈ N such that
ϵ ϵ
|xn − x| < for all n > P, |yn − y| < for all n > Q
2 2
Let N = max{P, Q}. Then for all n > N , we have
which proves that (xn + yn ) converges to x + y. For the third statement, note that
since (xn ) and (yn ) converge, they are bounded and there exists M > 0 such that
Octobar 2024
lecture 4 4
ϵ
n > P, |yn − y| < 2M
for all n > Q, and let N = max{P, Q}. Then for all n > N ,
Remarks. Note that the convergence of (xn + yn ) does not imply the convergence of
(xn ) and (yn ) separately; for example, take xn = n and yn = −n. If, however, (xn )
converges then (yn ) converges if and only if (xn + yn ) converges.
lim xn ≤ lim yn
n→∞ n→∞
Proof. Suppose that xn → x and yn → y as n → ∞. Then for every ϵ > 0 there exists
P, Q ∈ N such that
ϵ
|x − xn | < 2
for all n > P,
ϵ
|y − yn | < 2
for all n > Q.
ϵ ϵ
x = xn + x − xn < yn + = y + yn − y + < y + ϵ.
2 2
Since x < y + ϵ for every ϵ > 0, it follows that x ≤ y.
m ≤ lim xn ≤ M
n→∞
The following “squeeze” or “sandwich” theorem is often useful in proving the conver-
gence of a sequence by bounding it between two simpler convergent sequences with equal
Octobar 2024
lecture 4 5
limits.
Suppose that (xn ) , (yn ) and (zn ) are sequences such that xn ≤ yn ≤ zn for all n and that
xn → x0 and zn → x0 . Then yn → x0 .
Proof: Let ϵ > 0 be given. Since xn → x0 and zn → x0 , there exist N1 and N2 such
that
and
Examples
−1 sin n sin n
1. Since n
≤ n
≤ n1 , by sandwich theorem n
→ 0.
n2 n2 n2 n·n2 n·n2
2. 2. Let yn = n3 +n+1
+ n3 +n+2
+ ··· + n3 +2n
. Then n3 +2n
≤ yn ≤ n3 +n+1
and hence
yn → 1.
1
3. Let x ∈ R and 0 < x < 1. We show that xn → 0. Write x = 1+a
for some a > 0.
1 1 1
Then by Bernoulli’s inequality, 0 < xn = (1+a)n
≤ 1+na
< na
. By sandwich theorem
n
x → 0.
1 1
4. Let x ∈ R and x > 0. We show that x n → 1. Suppose x > 1 and x n = 1 + dn
for some dn > 0. By Bernoulli’s inequality, x = (1 + dn )n > 1 + ndn > ndn which
x
implies that 0 < dn < n
for all n ∈ N. By sandwich theorem dn → 0 and hence
1 1 1 1
x → 1. If 0 < x < 1, let y =
n
x
so that y n → 1 and hence x n → 1.
1 1
5. We show that n n → 1. Let n n = 1 + kn for some kn > 0 when n > 1. Hence
n = (1 + kn )n > 1 for n > 1. By Binomial theorem, if n > 1, n ≥ 1 + 12 n(n − 1)kn2 .
Therefore n − 1 ≥ 12 n(n − 1)kn2 and hence kn2 ≤ n2 . By sandwich theorem kn → 0
1
and therefore n n → 1.
Octobar 2024
lecture 4 6
So far whatever we have done, gives some way to find if a sequence is convergent
or not, For example, monotone convergent theorem, is a very strong theorem to say if a
theorem to conclude that a sequence is convergent. But unfortunately, the converse of that
theorem is not true. That is a sequence can be convergent but may not monotone, though
n
it must be bounded. for example the sequence { (−1)
n
}n≥1 converges but not monotone.So
we cannot conclude that if a sequence is not monotone then it is not convergent! So how
can we find if a sequence is divergent or not?
In the next section, we present an very important notion of subsequence that will help
us to conclude, if a sequence is bounded or not.
sin(n)
In example 1. we see that n
is convergent. But we will show that sinn is not
convergent.
Problem: Set an = sin n, for any n ≥ 1. Prove that the sequence (an )n≥1 is divergent.
Solution. Arguing by contradiction, we assume that the sequence (an )n≥1 is convergent.
Let a = limn→∞ sin n. Using the identity
a = a cos 1 + b sin 1,
we deduce that
b = b cos 1 − a sin 1.
Octobar 2024
lecture 4 7
Subsequence
Subsequences : Let (xn ) be a sequence and let (nk ) be any sequence of positive
integers such that n1 < n2 < n3 < . . .. The sequence (xnk ) is called a subsequence.
Note that here k varies from 1 to ∞.
1 1 1 1
1, , , , , . . .
2 3 4 5
is the sequence (1/k 2 )
1 1 1 1
1, , , , , . . .
4 9 16 25
Here, nk = k 2 . On the other hand, the sequences
1 1 1 1 1 1 1 1
1, 1, , , , , . . . , , 1, , , , . . .
2 3 4 5 2 3 4 5
aren’t subsequences of (1/n) since nk is not a strictly increasing function of k in either
case.
Before we move to the next theorem understand a very simple situation. suppose that
there is a train which is moving from Chennai to Kolkata. the subsequence is like some
coaches of the train.
Now if the entire train is moving from Chennai to Kolkata then any compartment is
also moving from Chennai to Kolkata.
The same works for sequence as well, the next theorem exactly state the result,
Proof. Suppose that (xn ) is a convergent sequence with limn→∞ xn = x and (xnk ) is a
subsequence. Let ϵ > 0. There exists N ∈ N such that |xn − x| < ϵ for all n > N . Since
nk → ∞ as k → ∞, there exists K ∈ N such that nk > N if k > K. Then k > K implies
that |xnk − x| < ϵ, so limk→∞ xnk = x.
Octobar 2024
lecture 4 8
A useful criterion for the divergence of a sequence follows immediately from this result
and the uniqueness of limits.
Divergence Criteria If a sequence X = (xn ) of real numbers has either of the following
properties, then X is divergent.
(i) X has two convergent subsequences X ′ = (xnk ) and X ′′ = (xrk ) whose limits are
not equal.
(ii) X is unbounded.
Example The sequence 1, 21 , 3, 14 , · · · is divergent.
This is the sequence Y = (yn ), where yn = n if n is odd, and yn = 1/n if n is even. It
can easily be seen that Y is not bounded. Hence, by the sequence is divergent.
1, −1, 1, −1, 1, . . . ,
has subsequences (1) and (−1) that converge to different limits, so it diverges.
Octobar 2024