Topology/Sequences

From testwiki
Jump to navigation Jump to search

Template:Navigation


A sequence in a space X is defined as a function from the set of natural numbers into that space, that is f:X. The members of the domain of the sequence are f(1),f(2), and are denoted by f(n)=an. The sequence itself, or more specifically its domain are often denoted by ai.

The idea is that you have an infinite list of elements from the space; the first element of the sequence is f(1), the next is f(2), etc. For example, consider the sequence in given by f(n)=1/n. This is simply the points 1,1/2,1/3,1/4,... Also, consider the constant sequence f(n)=1. You can think of this as the number 1, repeated over and over.


Convergence

Let X be a set and let 𝒯 be a topology on X
Let xi be a sequence in X and let xX

We say that "xi converges to x" if for any neighborhood U of x, there exists N such that n and n>N together imply xnU

This is written as limnxn=x


Exercises

  1. Give a rigorous description of the following sequences of natural numbers:
    (i) 1,2,3,4,5
    (ii) 2,4,6,8,10,
  2. Let X be a set and let 𝒯 be a topology over X. Let xX and let U be a neighbourhood of x.
    Let U1U and xU1. Similarly construct neighbourhoods UiUi1 with xUii. Let xi be a sequence such that each xiUi.

    Prove that limnxn=x


Template:Navigation Template:Subjects