Overview

A sequence is a function whose domain is the natural numbers. Sequences can diverge (e.g., ), converge (e.g., ), or oscillate (e.g., ).

A convergent sequence has a limit such that the values can be made arbitrarily close to for large values of . Every convergent sequence is also Cauchy.

Related: Convergence of functions, Bounded sequences


In metric spaces

Sequences and subsequences

Definition: Sequence in a metric space

Given a metric space , a sequence, often denoted , is a discrete function which maps each natural number to some .

Definition: Subsequence

If is a sequence and is a sequence of natural numbers with , then is a subsequence of .

Definition: Bounded sequences in metric spaces

Let be a metric space. We say a sequence in is bounded if there exist and such that for all , we have .

Link to original

Convergent sequences and limits

Definition: Convergent sequence in a metric space

Given a metric space , a sequence is called convergent in if there exists such that

In this case, we say is the limit of and write . A sequence is divergent if it does not converge to some .

Proposition: Facts about convergent sequences in metric spaces

  • (i) Convergent sequences converge to a unique limit.
  • (ii) If a sequence converges, then it is also bounded.
  • (iii) Every convergent sequence is Cauchy.

Proposition: The set of sub-sequential limits is closed.

Let be the set of limits of subsequences of a sequence in . Then is closed.


In topological spaces

Definition: Convergent sequence in a topological space

A sequence of points in an arbitrary topological space converges to the point if, for each neighborhood of , there exists a positive integer such that for all .

The key difference is that sequences can converge to more than one point in an arbitrary space!


Review

Modern Analysis I

  • State whether the following sequences are convergent or divergent: , , .

Proof appendix

Proposition: Facts about convergent sequences in metric spaces

  • (i) Convergent sequences converge to a unique limit.
  • (ii) If a sequence converges, then it is also bounded.
  • (iii) Every convergent sequence is Cauchy.
Link to original

Proof of (i).

For all , exist such that for all , we have , and similarly for all . Then for all , we have

so and .

Proof of (iii).

Since is convergent, for all , there exists such that for all and some . By the triangle inequality, for all $n, m > N,

which is precisely what it means for to converge.

Proposition: The set of sub-sequential limits is closed.

Let be the set of limits of subsequences of a sequence in . Then is closed.

Link to original

Proof.

It suffices to show that every convergent sequence in has a limit in . Let be a sequence in . Then for each , there exists a subsequence such that converges to as .

Now let . Since , there exists some such that .#wip


Notes

Honors Mathematics B

  • (Proposition 3.1) Continuous functions take convergent sequences to convergent sequences. If is continuous and is a convergent sequence with as well, then sends to another convergent sequence .
  • (Proposition 3.2) Convergent sequences converge to a unique limit. If and , then .
  • (Lemma 3.3) Bounded monotone sequences converge. Suppose is monotone increasing, so for all , and bounded above, so there exists an with for all . Then converges to some .
  • (Theorem) All bounded sequences have a convergent subsequence (Bolzano-Weierstrass).