Sequences

Definition 1.

A sequence is a function whose domain is .

Given a function , is just the th term of the sequence.

It is evident that sequences must be infinitely long.


Definition of convergence in real numbers and metric spaces

Definition 2.

A sequence in converges to if, for every positive number , there exists an such that whenever it follows that .

A sequence in a metric space converges to if, for every positive number , there exists an such that whenever it follows that .

Alternatively, converges to if and only if every neighborhood of contains for all but finitely many .

All these

indicate that converges to .

Definition 3.

A sequence that does not converge is said to diverge.

Template for a proof that

  • Let be arbitrary.
  • Demonstrate a choice for . This is usually done in terms of .
  • Show that works, i.e, for all , .

Uniqueness of a limit

Theorem 4.

The limit of a sequence, when it exists, is unique.

Proof
Let and . FSTOC, assume . WLOG, . Let .
Now, there must exist an such that for all , . From the triangle inequality, we have

This contradicts our hypothesis that .

Another way to prove this would be to use the fact that there exist such that for any arbitrary

Let . From the triangle inequality, we have

for any positive . This can only happen if .

This proof can be modified to work for a general metric space when we use open balls of diameter centered at and in place of open intervals of size .


Boundedness

Definition 5.

A sequence in is bounded if there exists a number such that for all .

A sequence in a metric space is bounded if it is contained in a ball.

Theorem 6.

Every convergent sequence is bounded.

Proof
Assume . This means that given a particular value of , we know that there must exist an integer such that if , . Thus, the sequence is bounded for by . We still need to worry about the terms in the sequence that come before the th term. Because there are only a finite number of these, we let

It follows that for all . ❏

This proof can be easily rephrased in terms of open balls to prove the theorem for metric spaces.


Limit theorems

Algebraic limit theorem

Theorem 7.

Let , and . Then,

  1. , for all ;
  2. ;
  3. ;
  4. , provided .

Proof
Algebraic Limit Theorem in Vector Spaces

Order limit theorem

Theorem 8.

Let , and . Then,

  1. If for all , then .
  2. If for all , then .
  3. If there exists for which for all , then . Similarly, if for all , then .

Monotone convergence theorem

Definition 9.

A sequence is increasing if for all and decreasing if for all . A sequence is monotone if it is either increasing or decreasing.

Info

Note that this only applies to spaces in which an order is defined. Does not make sense in vanilla metric spaces. We will stick to .

Theorem 10.

If a sequence is monotone and bounded, it converges.

More formally, if is a monotone bounded sequence with if is increasing and if is decreasing, then .

Proof
Assume is increasing. We have to prove that . Let . Consider the number for arbitrary . Since is , there must exist such that

Since is a monotone increasing sequence, the above inequality is also true for all . A similar argument works for decreasing . ❏

Theorem 11.

If a sequence is monotone and convergent, it is bounded.

Proof
Assume is increasing (the decreasing case is handled similarly). Clearly, is a lower bound for .
Next, FTSOC, assume for some . It follows that for all . Now, if we set , we get for all , i.e, the sequence does not converge.
Thus, for all , i.e, is an upper bound. ❏

So, just to recap:

  • convergent bounded.
  • bounded convergent. Ex 1, -1, 1, -1, …
  • monotone convergent. Ex 1, 2, 3, 4, …
  • If a sequence is monotone, bounded convergent.

Squeeze theorem

Theorem 12.

If , and for all sufficiently large , then .

Proof
Let be arbitrary. Then, there must exist an such that for all , , which implies . Similarly, there must exist an such that for all , , which implies . Thus, , i.e, . ❏


Limits of some special sequences

Theorem 13.

  1. If , then .
  2. If , then .
  3. .
  4. If and is real, then .
  5. If , then .

Check Rudin, 3.20 for proof.

Note

In (b), Rudin says

In (c), Rudin says

Notice that the upper bound used in (b) is also valid as an upper bound in (c):

But, this is a useless bound, since it gives

where the upper bound does not converge to . Thus, we need to use a stronger upper bound, like the one Rudin uses.