<< 2.5 Intervals | 3.2 Limit Theorems >>
This note covers:
- Definition of sequences (3.1.1)
- Limits (convergence, divergence) of sequences (3.1.3)
- Uniqueness of limit of a sequence (3.1.4)
- Tail of a sequence (3.1.8) and its limit (3.1.9)
- One method of finding limit of a sequence (3.1.10)
Summary
Definition
Theorem
- : sequence of real numbers
- : -tail of
- convergent → has exactly one limit
- converges to → → →
- converges ←> converges
- See 3.1.10
3.1.1 Definition: Sequence of real numbers
A sequence of real numbers (or sequence in ) is a function with domain and codomain .
In other words, a sequence in assigns to each a uniquely determined real number. It is usually denoted as:
The values of are called th-term or elements of the sequence.
A sequence can also be defined by:
- Formula of -th term:
- List the terms sequentially, until the pattern seems evident:
- Inductively/recursively
- Constant sequence. e.g., .
3.1.3 Definition: Converging and diverging (limit) of a sequence
A sequence in is said to:
- Converge to or
- be a limit of
if for every there exists a such that for all , the terms satisfy .
If a sequence has a limit, we say it’s convergent. Otherwise, we say it’s divergent.
Drawing-2025-03-10-07.04.00.excalidraw
3.1.8 Definition: Tail of a sequence
If is a sequence of real numbers and if is a given natural number,
then then the -tail of is the sequence
For example, the 3-tail of the sequence , is the sequence .
3.1.4 Theorem: Uniqueness of limit
A sequence in has at most one limit.
3.1.5 Theorem: Sequence limit equivalency
Let be a sequence of real numbers, and let . The following statements are equivalent:
- converges to .
- , such that , the terms satisfy .
- , such that , the terms satisfy .
- -neighborhood of , such that , the terms belong to .
3.1.9 Theorem: Limit of a tail
Let be a sequence of real numbers, and .
Then the -tail of converges if and only if converges.
In this case, .
3.1.10 Theorem: Finding limit of a sequence
Let be a sequence of real numbers and let . If
- is a sequence of positive real numbers
- For some constant and we have *$$ |x_n - x| \leq Ca_n\qquad\forall n\geq m
then it follows that .
Interpretation
We are basically saying:
For a positive constant , there exists the term such that for all terms , the difference between and is less than .
And because , it follows that , which implies that
Proofs
3.1.4
- Premise
Suppose that and are both limits of .
For each ,
- there exists such that for all , and
- there exists such that for all .
- Premise
Let be the larger of and . i.e.,
- Obtain using Triangle Inequality and Theorem: Notion of limit from order.
For , we apply triangle inequality to get
Since is an arbitrary positive number, we conclude that .
- Conclusion
Because , we can say that .
NOTE
Step 3 is needed because if is larger than and ,
The 2 statements on step 2 applies for all (because and .
3.1.5
Points 1. and 2. are just the definition.
Point 3 is obtained using Theorem 2.2.2 (3).
Point 4 is obtained using Definition 2.2.7: Neighborhood. We are basically saying is “close” to .
3.1.9
Note that for any , the -th term of is the -th term of . Similarly, if , then the -th term of is the -th term of .
- Premise
Assume converges to .
Then given any , if the terms of for satisfy ,
- From 1.
then the terms of for satisfy . Thus we can take , so that also converges to .
- Same as previous 2 steps
Conversely, if the terms of for satisfy , then the terms of for satisfy . Thus we can take .
- Conclusion
Therefore, converges to if and only if converges to .
3.1.10
- Premise
- sequence of positive real numbers
- ,
- From 1,
a_n &= |a_n| && \text{Premise 1}\\ &= |a_n - 0| && (\text{Addition identity})\\ &< \varepsilon && (\text{Definition of limit of a sequence})\\ &< \varepsilon / C && (C > 0, \varepsilon > 0) \end{align}$$
- From premise,
|x_n - x| &\leq Ca_n && \text{Premise 4}\\ &<C \left( \frac \varepsilon C \right) && a_n < \varepsilon / C\\ &<\varepsilon \end{align}$$
- Conclusion using 3.1.3 Definition: Converging and diverging (limit) of a sequence
Since is arbitrary, we conclude that
Example
See Examples