MT2002 Analysis

Previous page
(Metric spaces: definition and examples)
Contents Next page
(Convergence in infinite dimensional spaces)

Convergence in a metric space

Just as a convergent sequence in R can be thought of as a sequence of better and better approximtions to a limit, so a sequence of "points" in a metric space can approximate a limit here.

Definition

A sequence (xn) of points in a metric space (X, d) converges to a limit alpha if the real sequence (|d(xn, alpha)| converges to 0 in R.

Remark

If you insist on "back to basics" this reads:
Given epsilon > 0 there exists N belongs N such that if n > N then we have d(xn, alpha) < epsilon.

Examples

  1. For R with its usual metric this is the same as before.

  2. In C with the metric d(z, w) = |z - w|, consider the sequence (z, z2, z3, ...) with |z| < 1.
    Then this sequence converges to 0 belongs C.

    e.g. Take z = (1+i)/2 so that |z| = 1/sqrt2


    The points lie on a spiral.

    Proof that the sequence converges

    Look at the real sequence (d(xn, 0)) = (|zn- 0|) = (|z|n) rarrow 0 since |z| < 1.


  3. Look at the sequence in R2 given in the following way.
    x1= 2sqrt3, y1= 3 and then define the later terms by 2/xn+1= 1/xn+ 1/yn and yn+1= sqrt(xn+1yn).
    This gives a sequence which evaluates numerically to:
    ( (3.4642, 3.0000), (3.2154, 3.1057), (3.1596, 3.1325), (3.1460, 3.1392), (3.1426, 3.1408), 3.1418, 3.1414), ...)

    This sequence is based on the method used by Archimedes to calculate p.
    Start with x1= the semiperimeter of the "outside hexagon"
    Start with y1= the semiperimeter of the "inside hexagon"
    and then double the number of sides to get a 12-gon , a 24-gon, etc.
    Archimedes took the calculation up to n = 5 (corresponding to a 96-gon).

    In fact the sequence in R2 converges to the point (p, p).

This last result suggests the following.

Theorem

Convergence in R2 with its usual metric d2 is "componentwise".

That is ((x1 , y1), (x2 , y2), ... ) rarrow (alpha , beta) if and only if
(x1 , x2 , ... ) rarrow alpha and (y1 , y2 , ... ) rarrow beta.

Proof
( implies ) Given epsilon > 0 we know that we have N so that if n > N then sqrt(|xn- alpha|2+ |yn- beta|2) < epsilon. But then we must have |xn- alpha| < epsilon and so (xn) rarrow alpha. Similarly for the other component.

Conversely: Given epsilon > 0 choose N so that if n > N then |xn- alpha| < epsilon and |yn- beta| < epsilon. But then sqrt(|xn- alpha|2+ |yn- beta|2) < sqrt(epsilon2+ epsilon2) = sqrt2 epsilon and so we may make this as small as we like.


In fact this last result holds for any finite-dimensional space Rn and also holds for such spaces with any of the metrics dp. The situation for infinite-dimensional spaces of sequences or functions is different as we will see in the next section.


Previous page
(Metric spaces: definition and examples)
Contents Next page
(Convergence in infinite dimensional spaces)

JOC September 2002