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
Link to originalConvergence
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 originalNull sequence
Bounded sequences
Bounded sequences
EXAMPLE
is bounded by 1
is bounded by 42
is bounded by 42Bounded sequences are closed under and
If is bounded by and by :
- Sum: (triangle inequality)
- Product:
Link to originalA convergent sequence is bounded.
But the converse is not true: A bounded sequence need not be convergent (e.g. ).