Lecture 10
Lecture 10
Lecture 10
Limit superior, Limit inferior, and Bolzano -
Weierstrass theorem
1. Upper and Lower Limits
Question 1. Does every bounded sequence have a convergent subsequence?
If a sequence {xn }∞
n=1 is bounded, then the set {xk : k ∈ N} is bounded. For every n ∈ N,
the set {xk : k ≥ n} is also bounded (as it is a subset), so there exist its supremum and
infimum. Let
an := sup{xk | k ≥ n} and bn := inf{xk | k ≥ n}
for every n ∈ N. We take into account the limits of the sequences {an }∞ ∞
n=1 and {bn }n=1 :
n→∞
lim sup{xk | k ≥ n}
lim an = n→∞ and lim inf{xk | k ≥ n} .
lim bn = n→∞
n→∞
are called the upper limit and lower limit (limit superior and limit inferior) of the
sequence {xn }∞
n=1 respectively.
Then,
1. {an }∞ ∞
n=1 is monotone decreasing and bounded, and {bn }n=1 is monotone increasing
and bounded. Thus, lim supn→∞ xn and lim inf n→∞ xn exist.
Proof
1. Since, ∀n ∈ N,
{xk | k ≥ n + 1} ⊆ {xk | k ≥ n},
we have that an+1 = sup{xk | k ≥ n + 1} ≤ sup{xk | k ≥ n} = an . Then ∀n ∈ N,
an+1 ≤ an . Similarly, ∀n ∈ N, bn+1 ≥ bn .
1
ADA University Javanshir Azizov
Given {xn }∞
n=1 is a bounded sequence. Then ∃B ≥ 0 such that ∀n ∈ N, −B ≤ xn ≤ B.
Therefore, ∀n ∈ N,
−B ≤ inf{xk | k ≥ n} ≤ sup{xk | k ≥ n} ≤ B.
Figure 1: Terms xn of the sequence are marked with dots (·), an are marked with circles (◦), and
bn are marked with diamonds (⋄).
Example 1. Let xn = (−1)n . Calculate the lim inf and lim sup of this sequence.
Proof: Notice that {(−1)k | k ≥ n} = {−1, 1} for all n ∈ N. Thus, the supremum of
these sets is always 1 and the infimum is always −1. Therefore,
lim sup{(−1)k | k ≥ n} = 1
lim sup xn = n→∞
n→∞
Example 2. Let xn = n1 . Calculate the lim inf and lim sup of this sequence.
2
ADA University Javanshir Azizov
■
The limit inferior and the limit superior allow us to answer the question posed at the
beginning of this section.
Theorem 2. Let {xn } be a bounded sequence. Then, there exists subsequences {xnk }
and {xmk } such that
Proof : Let an := sup{xk | k ≥ n}. Since a1 = sup{xk | k ≥ 1}, then ∃n1 ∈ N such that
a1 − 1 < xn1 ≤ a1 . Now, since an1 +1 = sup{xk | k ≥ n1 + 1}, ∃n2 > n1 such that
1
an1 +1 − < xn2 ≤ an1 +1 .
2
Similarly, since an2 +1 = sup{xk | k ≥ n2 + 1}, then ∃n3 > n2 such that
1
an2 +1 −< xn3 ≤ an2 +1 .
3
Continuing in this way, we obtain a sequence of natural numbers n1 < n2 < n3 < . . . such
that ∀k ∈ N
1
ank−1 +1 − < xnk ≤ ank−1 +1 .
k
Since n1 < n2 < ..., then n1 + 1 < n2 + 1 < .... Therefore, {ank−1 +1 }∞
k=1 is a subsequence
of {an }∞
n=1 . Thus
lim ank−1 +1 = n→∞
lim an = lim sup xn .
k→∞ n→∞
By the Squeeze Theorem,
lim xnk = lim sup xn .
k→∞ n→∞
The direction for the lim inf works out the same way so that portion of the proof is left
to the students as a Homework assignment.
3
ADA University Javanshir Azizov
Therefore, xn converges.
( =⇒ ) Let x := limn→∞ xn . By the previous theorem ∃{xnk }∞ k=1 such that limk→∞ xnk =
lim sup xn . Since every subsequence of {xn } converges to x, then lim sup xn = limn→∞ xnk = x.
Similarly, lim inf xn = x.
Hence,
lim xn = lim
n→∞ n→∞
inf xn = lim sup xn .
n→∞
Proof: The middle inequality has been proved already. We will prove the third inequality,
and leave the first inequality as a Homework assignment.
We want to prove that lim supk→∞ xnk ≤ lim supn→∞ xn . Define an := sup{xk | k ≥ n}
and cn := sup{xnk | k ≥ n}. As nk ≥ k for all k ∈ N, we have {xnk : k ≥ n} ⊂ {xk : k ≥ n}.
Therefore, ∀n ∈ N, cn ≤ an . Hence,
lim cn ≤ lim an .
n→∞ n→∞
Proof: By Theorem 2 lim sup xn and lim inf xn are subsequential limits.
Let {xnk }∞ ∞
k=1 be an arbitrary convergent subsequence of {xn }n=1 . Then by Theorem 3,
lim inf xn ≤ lim inf xnk = lim xnk = lim sup xnk ≤ lim sup xn .
k→∞
4
ADA University Javanshir Azizov
Therefore, limit superior and limit inferior are the largest and smallest subsequential
limits.
While it is not true that a bounded sequence is convergent, the Bolzano - Weierstrass
theorem tells us that we can at least find a convergent subsequence.
Proof : This follows immediately from Theorem 2, but is so important that it itself is a
theorem.
4. Infinite limits
5
ADA University Javanshir Azizov
xn ≥ xN > B.
Therefore, limn→∞ xn = ∞.
The second part is left as a Homework assignment.
lim n = ∞,
n→∞
lim n2 = ∞,
n→∞
lim −n = −∞
n→∞
Exercises
Exercise 1. Finish the proof of Theorem 2. That is, suppose {xn }∞
n=1 is a bounded sequence.
Then there exists a subsequence {xmk }∞
k=1 such that lim x
k→∞ mk = lim supn→∞ xn .
Exercise 2. Finish the proof of Theorem 4. That is, suppose {xn }∞
n=1 is a bounded sequence
∞
and {xnk }k=1 is a subsequence. Prove lim inf xn ≤ lim inf yn .
n→∞ n→∞
Exercise 3. Prove Theorem 5. That is, prove that, a bounded sequence {xn }∞ n=1 sequence is
∞
convergent to x if and only if every convergent subsequence {xkn }k=1 converges to x.
(−1)n
Exercise 4. Let xn := . Find lim sup xn and lim inf xn .
n n→∞ n→∞
(n − 1)(−1)n
Exercise 5. Let xn := . Find lim sup xn and lim inf xn .
n n→∞ n→∞
b) Show that
lim inf xn + lim inf yn ≤ lim inf (xn + yn ).
n→∞ n→∞ n→∞
6
ADA University Javanshir Azizov
a) Show that
lim sup xn + lim sup yn ≥ lim sup(xn + yn ).
n→∞ n→∞ n→∞
Exercise 9. If S ⊂ R is a set, then x ∈ R is a cluster point if for every ϵ > 0, the set
(x − ϵ, x + ϵ) ∩ S \ {x} is not empty. That is, if there are points of S arbitrarily close to x.
Prove the following version of the Bolzano–Weierstrass theorem:
Theorem: Let S ⊂ R be a bounded infinite set, then there exists at least one cluster
point of S.
Hint: If S is infinite, then S contains a countably infinite subset. That is, there is a
sequence {xn }∞
n=1 of distinct numbers in S.
lim n = ∞,
n→∞
lim n2 = ∞,
n→∞
lim −n = −∞
n→∞