Lecture 5
Lecture 5
3. {an } or (an )
The graph and range of a sequence are as defined for functions, recalling that sequences are functions defined
on Z≥N . (Definition 2 in text book.)
Exercise 1
Find the first few terms of the sequences:
1. {1/n}∞
n=1
2. {1/2n }∞
n=0
A subsequence is like a “subset” of a sequence obtained by removing some of the terms. More precisely:
Definition
Let {an }∞ ∞
n=N be a sequence. The sequence {bk }k=1 is a subsequence of {an } if there exist integers nk with
N ≤ n1 < n2 < n3 < . . . such that bk = ank for each k ≥ 1.
The limit of a sequence
Definition 3
We say that a real number L is the limit of the sequence {an } if for all ε > 0, there exists a positive integer N
such that |an − L| < ε for all n ≥ N.
In this case, we say that the sequence converges to L and write this as lim an = L.
n→∞
If a sequence {an } has a limit, then we say that the sequence is convergent.
If a sequence {an } does not have any limit, then we say that it is divergent or that it diverges.
Proving convergence
You can adapt the structure below to prove many other statements of the form “for all... there exists... such
that...”
n
Suppose want to prove that lim = 1.
n→∞ n + 1
Note that this is slightly different wording from the definition but equivalent. The following are NOT equivalent
to our definition:
I There exists N ∈ N such that for every ε > 0, if n ≥ N, then |an − L| < ε.
I ε > 0, ∃N, |an − L| < ε, n ≥ N.
We follow a similar structure but how do we express the definition of divergence in terms of quantifiers?
Exercise 2
Show that the sequence {(−1)n }∞
n=1 diverges.
Uniqueness of limits
Proposition 1
The limit of a sequence is unique.
Proof.
Let {an } be a sequence. Uniqueness of the limit means that if lim an = L1 and lim an = L1 , then L1 = L2 .
n→∞ n→∞
We will show that |L1 − L2 | < ε for any ε > 0 using the Triangle Inequality.
Limits of subsequences
Proposition 2
Let {an } be a sequence that converges to L ∈ R. Then every subsequence of {an } also converges to L.
Proof.
Exercise.