<< 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
  1. convergent has exactly one limit
  2. converges to
  3. converges > converges
  4. 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:

  1. Formula of -th term:
  1. List the terms sequentially, until the pattern seems evident:
  1. Inductively/recursively
  1. 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:

  1. converges to .
  2. , such that , the terms satisfy .
  3. , such that , the terms satisfy .
  4. -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

  1. Premise

Suppose that and are both limits of .

  1. From 1, 3.1.3 Definition Converging and diverging (limit) of a sequence

For each ,

  • there exists such that for all , and
  • there exists such that for all .
  1. Premise

Let be the larger of and . i.e.,

  1. 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 .

  1. 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

  1. From 3.1.8 Definition Tail of a sequence

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 .

  1. Premise

Assume converges to .

  1. 3.1.3 Definition Converging and diverging (limit) of a sequence

Then given any , if the terms of for satisfy ,

  1. From 1.

then the terms of for satisfy . Thus we can take , so that also converges to .

  1. Same as previous 2 steps

Conversely, if the terms of for satisfy , then the terms of for satisfy . Thus we can take .

  1. Conclusion

Therefore, converges to if and only if converges to .

3.1.10

  1. Premise
  • sequence of positive real numbers
  • ,
  1. 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}$$
  1. From premise,
|x_n - x| &\leq Ca_n && \text{Premise 4}\\ &<C \left( \frac \varepsilon C \right) && a_n < \varepsilon / C\\ &<\varepsilon \end{align}$$
  1. Conclusion using 3.1.3 Definition: Converging and diverging (limit) of a sequence

Since is arbitrary, we conclude that

Example

See Examples