8 Definitions
Highlights of this Chapter: we define the notion of converges, and discuss examples of how to prove a sequence converges directly from this definition.
Definition 8.1 (Sequence) A sequence is an infinite ordered list of numbers
Most often, we take the set of indices to be
Formally, we note all of this is captured using functions, though we will not need this perspective during our day-to-day usage of sequences.
Remark 8.1. Let
While sequence itself is just an infinite ordered list of numbers, to work with such an object we often require a way to compute its terms. Sometimes this is hard! For example, the sequence
Is called the prime counting function, and being able to compute its exact values efficiently would be monumental progress in number theory. In practice, sequences that we can compute with efficiently are often presented to us in one of two ways:
- Closed Formula For each
, we are given some formula of the type familiar from high school mathematics, and plugging into this formula yields the term of the sequence. Some examples are
- Recursive Definition For each
, we are not given a formula to compute directly, but rather we are given a formula to compute it from the previous value .
Here’s some example sequences that are important both to us, and the history of analysis:
Example 8.1 (Babylonians and
This because we can solve for
Thus, in modern terminology the babylonian procedure defines a recursive sequence, given any starting rectangle. If we begin with the rectangle of wdith 2 and height 1, we get
Exercise 8.1 (Babylonians and
Example 8.2 An infinite sum is a type of recursively defined sequence, built from another sequence called its terms. Assume that
Unpacking this, we see that
Exercise 8.2 Come up with a recursive sequence that could be used to formally understand the infinite expression below:
8.1 Convergence
The reason to define a sequence precisely is that we are interested in making rigorous the idea of infinitely many steps, the way the Babylonians may have pictured running their procedure an infinite number of times to produce a perfect square, or Archimedes who ran his side-doubling procedure infinitely many times to produce a circle.
In both cases, there was some number
Definition 8.2 (Convergent Sequence) A sequence
A sequence is divergent if its not convergent. The definition of convergence formalizes the idea the ancients sought if you keep calculating terms, you’ll get as close as you like to the number you seek
That is, the definition sets up a challenge between you (the computer of the sequence) and the error tolerance. Once you set a certain amount of acceptable error
Exercise 8.3 (Understanding Convergence) Consider the sequence
- What value
do you think this sequence converges to? - If
, what value of ensures that is always within of for, ? - If
, what value of ensures that is always within of for, ?
Exercise 8.4 (Convergence and
- For which value of
are we guaranteed that calculates the first two decimal places correctly, when ? - For which value of
are we guaranteed that calculates the first eight decimal places correctly, when ?
To prove a sequence converges, we need to work through the string of quantifiers
Here’s one incredibly useful example, that will serve as the basis of many future calculations.
Proposition 8.1 (
Proof. Let
Since
Exercise 8.5 (
Exercise 8.6 (
Example 8.3 (
Exercise 8.7 Give an example of the following, or explain why no such example can exist.
- A sequence with infinitely many terms equal to zero, but does not converge to zero.
- A sequence with infinitely many terms equal to zero, which converges to a nonzero number.
- A sequence of irrational numbers that converges to a rational number.
- A convergent sequence where every term is an integer.
Exercise 8.8 Prove, directly from the definition of convergence, that
8.1.1 Some Useful Limits
We will soon develop several theorems that let us calculate many limits without tediously chasing down an
This first is useful in developing the theory of geometric series: :::{#exm-an-to-o} Let
This next is an essential building block of the theory of exponential functions: :::{#exm-nth-root-n} The sequence
8.2 Divergence
The definition of convergence picks out a very nice class of sequences: those that get arbitrarily close to a fixed value, as their index grows. The rest of sequences - anything that does not have this nice property, are all lumped into the category of divergent.
Definition 8.3 (Divergence) A sequence diverges if its not true that for any
Phrasing this positively: a sequence
Again, its easiest to illustrate with an example:
Example 8.4 (
8.2.1 Divergence to
Definition 8.4 (Diverging to
Exercise 8.9 (
Proposition 8.2 If
While we are not often interested in sequences going to infinity themselves, they are a useful tool to prove that other sequences diverge. But they also provide a tool to help prove certain sequences converge
Proposition 8.3 A sequence
Proof.
Exercise 8.10
- Give an example of two divergent sequences
where is convergent. - Give an example of two divergent sequences
where is convergent.
8.3 Uniqueness
Theorem 8.1 (Limits are unique) Let
Proof. Proposition 3.19 in the book
The proof of this theorem shows a couple important points that will occur time and again throughout analysis:
- We proved uniqueness by showing that if
and were both limits, then . - We proved
by showing that for every the difference . - We proved
by an argument:- We added zero in a clever way:
- We used the triangle inequality
- We used the fact that
and to make each of and less than .
- We added zero in a clever way:
There’s one more uniqueness-type theorem about limits that’s useful to get a handle on. We just saw that the limit is uniquely determined by the sequence, but we can say something slightly stronger. Its uniquely determined by the end of the sequence: if you throw away the first finitely many terms, it won’t change the limit.
Definition 8.5 A shifted sequence the result of shifting the indices by a constant
Proposition 8.4 Shifting a convergent sequence does not change its limit.
Proof (Scratch Work). Assume that
Let
Thus, for all
This can be generalized, to show that any two sequences which are eventually the same have the same limit. Since the first finite part of any sequence is irrelevant to its limiting behavior, its nice to have a word for “the rest of the sequence, after throwing away an unspecified amount at the beginning”. This is called the tail.
Definition 8.6 (Tail of a Sequence) The tail of a sequence is what remains after chopping off an arbitrary (finite) number of terms from the beginning of the sequence. Two sequences have the same tail if they agree after some point: more precisely,
Example 8.5 (Tail of a Sequence) The following two sequences have the same tail:
We can see this because
Exercise 8.11 (Convergence only depends on the tail) If two sequences have the same tail, then they either both converge or both diverge, and if they converge, they have the same limit.
8.4 Topology
With an eye to topology, everything about sequences and convergence can be rephrased in terms of open sets, instead of with talk about
Definition 8.7 (Neighborhoods) A neighborhood of a point
Definition 8.8 (Convergence and
That this is equivalent to Definition 8.2, because the definition of epsilon neighborhood exactly captures the interval discussed in the original definition of convergence.
Exercise 8.12 (Convergence and
The definition of an epsilon neighborhood makes sense only somewhere like the real line, where we can talk about intervals. So, the general topological definition must dispense with this notion and talk just about open sets:
Definition 8.9 A sequence
Exercise 8.13 (Convergence and Neighborhoods) Prove this is equivalent to convergence using