Sequence

A sequence is an ordered “collection” of elements with indices subset of the natural numbers.
They may be finite (→ n-tuple) or infinite.

Formally, a sequence is an indexed family with the linearly ordered index set

Sequences are commonly denoted as or , or in context also .
The starting index may vary, but is often or .

The range of a sequence is the set of values it takes: , same as the image of the function .

Ordered , as opposed to sets

Convergence

We say that the sequence converges to iff:

where is the epsilon neighbourhood of .
We then call the limit of the sequence and write:

The sequence is called convergent, or we say that its limit exists, if such an exists. Otherwise, the sequence is called divergent.

Link to original

Null sequence

Let be a sequence such that it converges to 0:

Then we call a null sequence.

Link to original

Bounded sequences

Bounded sequences

Let be a sequence. We call the sequence bounded iff

For (why only ?), we call the sequence bounded from above iff

and bounded from below iff

In other words, a sequence is bounded (from above / below) if its range is a bounded set (from above / below)

EXAMPLE

is bounded by 1
is bounded by 42
is bounded by 42

Bounded sequences are closed under and

If is bounded by and by :

  • Sum: (triangle inequality)
  • Product:

A convergent sequence is bounded.

But the converse is not true: A bounded sequence need not be convergent (e.g. ).

Link to original