0% found this document useful (0 votes)
25 views16 pages

Hout l4

The document covers several topics related to sequences and their convergence properties including monotonic sequences, subsequences, the Bolzano-Weierstrass theorem, and Cauchy sequences. Examples are provided to illustrate key definitions and theorems.

Uploaded by

Kumar Prateek
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views16 pages

Hout l4

The document covers several topics related to sequences and their convergence properties including monotonic sequences, subsequences, the Bolzano-Weierstrass theorem, and Cauchy sequences. Examples are provided to illustrate key definitions and theorems.

Uploaded by

Kumar Prateek
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

rs

ro
er
be
Math 101: Lecture 4

ay
M. K. Vemuri

m
e
er
Wednesday, 23 August, 2023
th
ft:
ra
rs
Announcement

ro
er
be
ay
The next tutorial will be held at 9:00AM on Monday, 28 August

m
(in the same classroom).

e
er
th
ft:
ra
rs
Recall

ro
er
We proved the Monotonic Sequence Theorem last time:
Theorem

be
If a sequence {an } is both bounded and monotonic, then {an }
converges. Further:

ay
1. If {an } is bounded above and increasing, then

m
lim an = sup{an | n ∈ N}.
n→∞
e
er
2. If {an } is bounded below and decreasing, then
th

lim an = inf{an | n ∈ N}.


n→∞
ft:
ra
rs
Monotonic Sequence Theorem (contd)

ro
er
be
Example

ay

Let {zn } be the sequence defined by z1 = 1 and zn+1 = 2zn for

m
all n ∈ N. It can be shown by Induction that {zn } is an increasing
sequence and zn ≤ 2 for all n ∈ N. Therefore {zn } is a convergent
sequence. e
er
th
ft:
ra
rs
Subsequences

ro
er
Definition

be
Let {an } be a sequence of real numbers and let n1 , n2 , · · · , nk , · · ·
be a strictly increasing sequence of natural numbers. Then the

ay
sequence {ank } given by

m
an1 , an2 , · · · , ank , · · ·

e
is called a subsequence of {an }.
er
Example
th

Let an = n1 . Let {nk } be the sequence of even numbers, i.e.,


1
nk = 2k. Then ank = 2k defines a subsequence of {an }.
ft:
ra
rs
Subsequences (contd)

ro
Theorem

er
If a sequence {an } converges to a real number a, then any
subsequence {ank } of {an } also converges to a.

be
Proof.
Let ε > 0 be given. Since {an } converges to a, there exists a

ay
natural number N such that

m
|an − a| < ε
e
er
for all n ≥ N. Since {nk } is a strictly increasing sequence of
natural numbers, it can be shown by Induction that nk ≥ k. It
th

follows that if k ≥ N then nk ≥ N. Hence


ft:

|ank − a| < ε
ra

for all k ≥ N. Therefore the subsequence {ank } converges to a.


rs
Divergence Criteria

ro
er
If a sequence {an } of real numbers has either of the following

be
properties, then {an } is divergent.
1. {an } has two convergent subsequences whose limits are not

ay
equal.
2. {an } is unbounded.

m
Examples
e
er
1. The sequence {(−1)n } is divergent as the subsequences {a2n }
and {a2n−1 } converge to 1 and −1 respectively.
th

2. The sequence { n} is divergent as it is unbounded.
ft:
ra
rs
Monotone Subsequence Theorem

ro
er
be
Theorem

ay
Every sequence of real numbers has a monotonic subsequence.

m
Proof.
Left as as exercise. e
er
th
ft:
ra
rs
The Bolzano-Weierstrass Theorem

ro
er
be
Theorem
A bounded sequence of real numbers has a convergent
subsequence.

ay
Proof.

m
Let {an } be a bounded sequence of real numbers. It follows from
the monotone subsequence theorem that {an } has a monotonic
e
er
subsequence {ank }. Since {an } is bounded, therefore {ank } is also
bounded. It follows from the monotonic sequence theorem that
th

{ank } is a convergent subsequence of {an }.


ft:
ra
rs
Cauchy Sequences

ro
er
Definition

be
A sequence {an } of real numbers is said to be a Cauchy sequence
if for every ε > 0 there exists a natural number N such that for all
natural numbers n, m ≥ N,

ay
m
|an − am | < ε.

e
The significance of the concept of Cauchy sequence lies in the
er
main theorem of this section, which asserts that a sequence of real
th
numbers is convergent if and only if it is a Cauchy sequence. This
will give us a method of proving a sequence converges without
knowing the limit of the sequence.
ft:
ra
rs
Cauchy Sequences (contd)

ro
er
Examples

be
▶ The sequence { n1 } is a Cauchy sequence. Let ε > 0. By the
Archimedean property of R, there exists a positive integer H

ay
such that H > 2/ε. Then, if m, n ≥ H, we have
1/n ≤ 1/H < ε/2 and similarly 1/m < ε/2. Therefore, it

m
follows that if m, n ≥ H, then

1 1 e1 1
er
− ≤ + < ε/2 + ε/2 = ε.
n m n m
th

We conclude that { n1 } is a Cauchy sequence.


ft:
ra
rs
Cauchy Sequences (contd)

ro
▶ Let {xn } be the sequence defined by

er
1
x1 = 1, x2 = 2, xn = (xn−1 + xn−2 ) , for n ≥ 2.
2

be
1
It can be shown by Induction that |xn+1 − xn | = 2n−1
. If
m > n, then

ay
|xm − xn | ≤ |xm − xm−1 | + |xm−1 − xm−2 | + · · · + |xn+1 − xn |

m
1 1 1
= m−2 + m−3 + · · · + n−1
2 2 2
= n−1
1 e

1
+
1
+ · · · + 1

er
2 2m−n−1 2m−n−2
th
1
< n−2 .
2
ft:

Let ε > 0. By the Archimedean property of R, there exists a


natural number N such that 1/2N < ε/4. If m > n ≥ N, then
ra

it follows that |xm − xn | < ε . Therefore {xn } is a Cauchy


sequence.
rs
Cauchy Sequences (contd)

ro
er
Lemma
If {an } is a convergent sequence, then {an } is a Cauchy sequence.

be
Proof.

ay
Let a = limn→∞ an and let ε > 0. There exists a natural number N
such that if n ≥ N, then

m
|an − a| < ε/2.
e
er
Thus, if n, m ≥ N then
th

|an − am | ≤ |an − a| + |am − a| < ε/2 + ε/2 = ε.


ft:

Therefore {an } is a Cauchy sequence.


ra
rs
Cauchy Sequences (contd)

ro
er
Lemma
A Cauchy sequence of real numbers is bounded.

be
Proof.

ay
Let {an } be a Cauchy sequence and let ε = 1 . By the definition of
a Cauchy sequence, there exits a natural number N such that if

m
n, m ≥ N then,
|an − am | < 1.
e
er
By the triangle inequality, we have |an | < |aN | + 1 for all n ≥ N.
th
Let
M = sup{|a1 | , |a2 | , . . . , |aN−1 | , |aN | + 1}.
ft:

Then |an | ≤ M for all n.


ra
rs
Cauchy Convergence Criterion

ro
er
Theorem
A sequence of real numbers is convergent if and only if it is a

be
Cauchy sequence.
Proof.

ay
We have already seen that a convergent sequence is a Cauchy
sequence. Conversely, let {an } be a Cauchy sequence. By the

m
previous lemma, {an } is bounded. Therefore, by the
Bolzano-Weierstrass theorem, there is a subsequence {ank } of {an }
e
that converges to some real number a. We claim that {an }
er
converges to a.
th
Since {an } is a Cauchy sequence, given ε > 0, there exists a
natural number N such that if n, m ≥ N then
ft:

|an − am | < ε/2.


ra
rs
Cauchy Convergence Criterion (contd)

ro
er
be
Since the subsequence {ank } converges to a, there exists a natural
number M such that if k ≥ M then

ay
|ank − a| < ε/2.

m
Let L = max{M, N}. If n ≥ L, then
e
|an − a| ≤ |an − anL | + |anL − a| < ε/2 + ε/2 = ε.
er
th
ft:
ra

You might also like