Sequences
Contents
3.4. Sequences#
Let
3.4.1. Sequences#
Definition 3.32
A sequence in a metric space
If
A sequence can be thought of as an ordered (countable) list of
points in
A sequence need not enumerate all elements of
.An element may be repeated multiple times in a sequence.
3.4.2. Convergence#
Definition 3.33 (Convergence)
A sequence
The point
In other words,
Remark 3.5
The sequence
Thus,
3.4.2.1. Limit Uniqueness#
Theorem 3.30 (Sequence Limit Uniqueness)
A sequence of points can have utmost one limit.
Proof. If a sequence doesn’t converge, then there is nothing to prove.
Otherwise, suppose a sequence
Since this is true for all
This result and proof is adapted from Theorem 2.4.
3.4.2.2. Choice of Metric#
Let
Example 3.11 (Sequence convergence on different metrics)
Consider the space of all continuous real valued
functions defined on the interval
We introduce two different metrics on
The metric
is defined asThe metric
is defined as
We now introduce a sequence which converges
in
Consider the sequence of functions
where .It is clear that
.The sequence of functions converges point-wise to a function
given byAs we can see that
as the function is not continuous (from the right) at .We introduce the zero function
defined asClearly
.Note that
Clearly
as .Hence
converges to in .
We now show that
We first note that
Hence
doesn’t converge to .For contradiction, let
be the limit of .Since
is not identically zero and is continuous, hence it must be non-zero throughout an open interval .Thus
for some .Since for any fixed
, , hence there exists such that for every .Now,
For
, we getTherefore
Taking the limit
Therefore
We arrive at a contradiction as the distance doesn’t approach the limit to 0.
Thus the sequence
doesn’t converge to any function .
3.4.2.3. Closure Points#
Theorem 3.31 (Characterization of closure points as limits)
A point
Proof. Assume
For each
, we can pick a point such that . This is possible since for every .Form the sequence
.Since
, hence converges to .
Assume a sequence
For each
, there exists some such that for all .Thus,
for every .Thus,
is a closure point of .
If
3.4.2.4. Accumulation Points#
Theorem 3.32 (Accumulation point and distinct sequences)
Let
Proof. We assume that
For every
, .Let
. We can pick distinct from from the set which is not empty.Assume inductively that distinct
have been chosen from (all different from ).Let
.Pick
from the set .By construction,
is distinct from previously chosen points.By induction, we can construct a sequence
such that each term in the sequence is distinct and .Thus, the sequence converges to
.
3.4.2.5. Closedness#
Theorem 3.33 (Closedness = Convergence of sequences)
Let
Proof. Assume
Let
be a convergent sequence of .By Theorem 3.31
is a closure point of .Since
is closed, hence it contains all its closure points.Thus,
converges in .
Assume that every convergent sequence of
Let
be a closure point of .By Theorem 3.31, there exists a convergent sequence
of that converges to .But since,
converges in , hence .Thus,
contains all its closure points.Hence,
is closed.
3.4.2.6. Distance between Sequences#
Theorem 3.34 (Sequence distance in the limit)
If
Proof. Recall from the triangle inequality:
Now
Choose
Then
Thus, for every
3.4.3. Cauchy Sequences#
One issue of working with convergence of a sequence is that one has to know the limit of convergence to show that the sequence indeed converges to the limit. This may become problematic. We should have some way to qualify sequences in which the points are coming closer to a limit as the sequence progresses without knowing the limit. One way is to check if all the points of the sequence beyond a certain point are close enough to each other. Sequences in which the points come closer to each other at higher indices are known as Cauchy sequences. However it is not necessary that every Cauchy sequence is convergent. Yet such sequences are of great relevance.
Definition 3.34 (Cauchy sequence)
A sequence
Proposition 3.19
Every convergent sequence is a Cauchy sequence.
Proof. Let
Then, for all
Thus,
Example 3.12 (Not every Cauchy sequence is convergent)
Consider
Let
.Let
be any natural number larger than .Note that
.Then, for
:Thus, for every
, there exists such that for all , .Hence
is Cauchy.
3.4.4. Subsequences#
Recall from Definition 1.95 that
a subsequence of a sequence
A natural question that arises is that if a subsequence converges then does the sequence also converge. Alternatively, if a sequence converges then do all of its subsequences converge?
It turns out that if a subsequence converges then it is not necessary that the sequence itself will converge. However, if a sequence converges, then all its subsequences converge to the same limit.
Theorem 3.35 (Subsequence convergence)
Subsequences of a convergent sequence converge to the same limit
as the original sequence.
If
Conversely, if two different subsequences of
This result is a generalization of Theorem 2.16 for metric spaces.
Proof. Let
Since
, for every , there exists such that .Since
is a subsequence, there exists a strictly increasing sequence of natural numbers (i.e. such that holds for each .Thus, there exists a
such that . Then, .Thus,
converges to too.
3.4.5. Dense Sets#
Theorem 3.36
A subset
This is a direct application of Theorem 3.31.
3.4.6. Equivalent Metrics#
Theorem 3.37 (Metric equivalence and convergent sequences)
Let
In other words, a sequence
Proof. Assume that the two metric spaces
Let
be a convergent sequence of converging to .Now, let
be arbitrary and consider the open ball .By Theorem 3.26, there exists an
such that .Since
is convergent in , hence there exists such that for all .Thus, for every
, there exists such that for all .Thus,
is convergent in with limit .Similar reasoning shows that if a sequence is convergent in
then it is convergent in too.Thus, the convergent sequences in both metric spaces are identical and have same limits.
Now, assume that the convergent sequences in both metric spaces
Let
be a closed set of .Let
. Then, is a closure point of in .Then, there exists a sequence
of such that in .But by our hypothesis, convergent sequences are identical in both metric spaces.
Hence
in also.Hence,
is a closure point of in too.Thus, every element of
is a closure point of in .Thus,
is closed in .A similar argument shows that if
is closed in then it is closed in too.Thus, both metrics determine the same set of closed sets on
.Thus, both metrics determine the same set of open sets on
.Thus, they determine the same topology.
Thus, the two metrics are equivalent.
Procedure to show that two metrics are equivalent.
Choose an arbitrary sequence
which converges in to a limit (say ).Show that
.Now, choose an arbitrary sequence
which converges in to a limit (say ).Show that
.