Lec 17
Lec 17
M. K. Vemuri
Last homework
https://chatgpt.com/c/67f9690e-fa38-8012-8555-2ce2b1c821f9
It is expected that you have already read articles 3.2, 3.3 and 3.4
on pp48-51 in Rudin.
Subsequences
Definition
Given a sequence {pn }, consider a sequence {nk } of positive
integers, such that n1 < n2 < n3 < · · · . Then the sequence {pnk }
is called a subsequence of {pn }. If {pnk } converges, its limit is
called a subsequential limit of {pn }.
Proposition
Let X be a metric space and p ∈ X . If a sequence {pn } converges
to p then every subsequence of {pn } converges to p.
Proof.
Assume pn → p and suppose n1 < n2 < n3 < · · · is an increasing
sequence of positive integers. Observe that nk ≥ k (proof by
induction). Let ε > 0 be given. Since pn → p, there exists N such
that n ≥ N =⇒ d(pn , p) < ε. Therefore
k ≥ N =⇒ d(pnk , p) < ε. It follows that pnk → p.
Subsequences (contd)
n+1
Example. In the metric space R, let pn = (−1)n
n . Thus
3 4 5 6 7
{pn }∞
n=1 = {−2, , − , , − , , . . . }.
2 3 4 5 6
Let nk = 2k. Thus {nk }∞
k=1 = {2, 4, 6, 8, . . . } and
3 5 7 9
{pnk }∞
k=1 = { , , , , . . . }.
2 4 6 8
The sequence pnk = p2k = 2k+1 1
2k = 1 + 2k converges to 1, so 1 is a
subsequential limit of the sequence {pn }.
Let mk = 2k − 1. Thus {mk }∞ k=1 = {1, 3, 5, 7, . . . } and
2k 1
pmk = p2k−1 = − 2k−1 = −1 − 2k−1 converges to −1, so −1 is a
subsequential limit of the sequence {pn }.
We can conclude that the sequence {pn } does not converge by the
previous proposition.
Subsequences (contd)
Theorem (Bolzano-Weierstrass)
(a). If {pn } is a sequence in a compact metric space X , then some
subsequence of {pn } converges to a point of X .
(b). Every bounded sequence in Rk contains a convergent
subsequence.
Definition
A sequence {pn } in a metric space X is said to be a Cauchy
sequence if for all ε > 0 there exists an integer N such that
m, n ≥ N implies d(pn , pm ) < ε.
Theorem
If a sequence in a metric space X converges, then it is a Cauchy
sequence.
Proof.
Let {pn } be a sequence in X and suppose pn → p ∈ X . Let ε > 0
be given. Then there exists a positive integer N such that
n ≥ N =⇒ d(pn , p) < ε/2. Therefore m, n ≥ N implies
https://chatgpt.com/c/67f9690e-fa38-8012-8555-2ce2b1c821f9
Proposition
Every subsequence of a Cauchy sequence is a Cauchy sequence.
The proof is left to the reader.
Cauchy sequences (contd)
Theorem
Let {pn } be a Cauchy sequence in a metric space X . If a
subsequence {pnk } converges to a point p ∈ X , then the entire
sequence {pn } converges to p.
Proof. Let ε > 0 be given. Since {pn } is Cauchy, there exists N
such that
m, n ≥ N =⇒ d(pn , pm ) < ε/2.
Since pnk → p, there exists K1 such that
k ≥ K1 =⇒ d(pnk , p) < ε/2.
Theorem
(a). In a compact metric space, every Cauchy sequence converges.
(b). In Rk , every Cauchy sequence converges.
Proof.
By the Bolzano-Weierstrass theorem, the given sequence has a
convergent subsequence. Since the sequence is Cauchy, the
previous theorem implies that the entire sequence converges.
Definition
A metric space in which every Cauchy sequence converges is said
to be complete.
The previous theorem says that all compact metric spaces and all
Euclidean spaces are complete. We have seen that (0, ∞) is not
complete.
Cauchy sequences (contd)
Proposition
Let (X , d) be a complete metric space, and Y ⊆ X . The metric
space (Y , d) is complete iff Y is a closed subset of X .
Proof.
Assume Y is a closed subset of X . Suppose {pn } is a Cauchy
sequence in Y . Then {pn } is a Cauchy sequence in X . Since X is
complete, there exists p ∈ X such that pn → p. Since Y is closed,
p ∈ Y.
Assume Y is not closed. Then there exists p ∈ Y 0 \ Y . Therefore
there is a sequence {pn } in Y such that pn → p in the metric
space (X , d). Since {pn } converges in the metric space (X , d), it
is Cauchy. Since the limit of a sequence is unique, there is no point
p 0 ∈ Y such that pn → p 0 . Therefore the sequence {pn } does not
converge in (Y , d).
It follows immediately from this theorem that Q is not complete
with the usual metric.
Some homework