Topology/Sequences
A sequence in a space is simply a function from the natural numbers into the space, . The general idea is that each point in the space is associated with a number; the first element of the sequence is , the next is , etc. For example, consider the sequence in given by . This is simply the points Also, consider the constant sequence . You can think of this as the number 1, repeated over and over.
Often, sequences are denoted with subscripts. For example, the sequence defined in by is the sequence , and can also be denoted . Sequences themselves where f(i)=ai can be denoted {ai}.
Convergence
A sequence {xi} is said to converge to x if for any neighborhood of x, there exists an N such that for any n>N, xn is within that neighborhood.
Exercises
- give a rigorous description of the following sequences of numbers:
- 2,-4,6,-8,10,...
- 1,10,100,1000,10000,...