Sequences

Introduction

A sequence is a function that takes in a natural number as input, and returns a real number.

Letting , we typically write a sequence in one of the following ways:

Sequences can really be anything we want - they don’t necessarily have to follow a pattern.

Example: Fibonacci Sequence

An example of a sequence is the Fibonacci Sequence, defined as .

Convergence of Sequences

Given a sequence , we say that the as , alternatively denoted as , if

Intuitively, this is saying that for all epsilon values, we can find a term in the sequence such that all terms after are within some range around (the range .

By this definition, you need to find an given and that satisfies our definition. Note that by this definition, we need to know what is.

The clause on is quite powerful, and can be used in a variety of sequence proofs (as it lets us select any we want!).

Example: Convergence of Sequences (1)

Prove that

We want to show that , such that ,

We find this .

By the Archimedian property, there such that

Let be this . We satisfy our definition and have shown convergence.

Theorem: Limit Rules

If and are sequences such that , , then

Theorem: Comparison Lemma; Squeeze Theorem

Let be a sequence such that , and assume there exists some and such that

Then, .

Properties of Sequences

Sequence Bounds

We say that a sequence is bounded if

Theorem: Convergence and Bounds

Let be a sequence. If converges, then is bounded.

Sequential Density

A set is sequentially dense in if ,

In other words, a set is sequentially dense if we can find a sequence in our set that converges to any real number we choose.

Note that density and sequential density mean the same thing.

Theorem: Density and Sequentially Density

A set is dense if any only if is sequentially dense.

Closed Sets

We say a set is closed if for all sequences converge to with , then the limit exists in ().

Example: Closed Sets Disproof

Let . This is not closed, as we could choose the sequence

Example: Closed Sets Proof

Let . This is a closed set, as the only possible sequence is

Which is in .

Monotonicity

Let be a sequence.

We say that is monotone (increasing) if ,

Similarly, we say that is monotone (decreasing) if ,

There exist respective strictly increasing () and strictly decreasing definitions as well!

Theorem: Monotone Convergence Theorem

Let be monotone. Then, converges if and only if is bounded.

  • If monotone increasing, then .

  • If monotone decreasing, then .

Recall that by our definition of convergence, the converse was not true. In the case of monotonicity, it is true!

Theorem

Let . Then, .

Theorem: Nested Interval Theorem

For all , define and such that , and define the interval . Additionally, suppose that for every increasing , .

Then, if , then there is exactly one point belonging to the interval for all , and both converge to this point.

Subsequences

Introduction

Let be a strictly increasing sequence in . Then, we say

is a subsequence of .

Note that by this definition, can be a subsequence of itself (choose )

Corollary

Note by the definition of a subsequence, it must be true that , .

Informally, a subsequence is a “choice” of the elements in the sequence (left to right) - for every element in our sequence, we decide whether we want it or not in our subsequence.

Example: Subsequence

Suppose we have subsequence

Then, , , , and so on, telling us that

Convergence of Subsequences

Because is strictly increasing, we can show the following.

Theorem: Convergence of Subsequences

If sequence , then any subsequence .

See the below example.

Example: Convergence of Subsequenes

Then, the following subsequence also converges to 0. Let .

We can additionally use the idea of monotonicity to show convergence of subsequences.

Theorem: Monotone Subsequence Theorem

Any sequence has a monotone subsequence.

Theorem: Bolzano-Weierstrass Theorem

Any bounded sequence contains a convergent subsequence.

Sequential Compactness

A subset of is sequentially compact (compact) if any sequence of has a subsequence converging to an element of .

The convergence of a subsequence is guaranteed by the previous theorem!

Sequential Compactness

In (or ), a set is sequentially compact if and only if it is closed and bounded.

Example: Sequential Compactness

Let . is closed and bounded, so it is compact, meaning that for any sequence taken from , it has a subsequence that converges to .