Graduate

GraduateReal AnalysisMetric Spaces


Convergence of Sequences


The concept of convergence is central in many areas of mathematics, especially real analysis and topology. Understanding the convergence of sequences in metric spaces gives us valuable insight into the behavior of functions, series, and other mathematical concepts. In this exposition, we will explore the idea of sequence convergence in metric spaces, using both textual and visual examples to aid understanding.

1. Introduction to metric spaces

A metric space is a set M containing a function d called the metric. The metric d: M times M to mathbb{R} assigns a real number to every pair of points in M and for all x, y, z in M:

    1. Non-negativity: d(x, y) ge 0 , and d(x, y) = 0 if and only if x = y.
    2. Symmetry: d(x, y) = d(y, x).
    3. Triangle inequality: d(x, z) le d(x, y) + d(y, z).

Essentially, this metric d gives us a way to measure the distance between any two points in our set. Common examples of metric spaces include Euclidean space mathbb{R}^n with the usual distance formula, and discrete spaces where the distance between distinct points is always 1.

Visual example: point in metric space

Consider a simple metric space consisting of three points A, B, and C with the following distances:

d(A, B) = 2, d(B, C) = 3, and d(A, C) = 4.

A B C 2 3 4

2. Definition of convergence

A sequence {x_n} in a metric space (M, d) is said to converge to a point x in M if for every real number epsilon > 0, there exists a natural number N such that for all n geq N, we have d(x_n, x) < epsilon.

This definition states that as a sequence progresses, its terms get arbitrarily close to a point x. The number epsilon provides a "neighborhood" around x into which the sequence elements eventually fall.

Example: convergence in Euclidean space

Consider the sequence defined by x_n = frac{1}{n} in the real numbers mathbb{R}, which is a metric space whose metric is the absolute value. We claim that this sequence converges to 0.

    Let epsilon > 0 be given. Choose N such that frac{1}{N} < epsilon. 
    Then for all n geq N, we have
    
d(x_n, 0) = |x_n - 0| = left| frac{1}{n} right| < epsilon.

Hence, x_n to 0 as n to infty.

Visual example: sequence convergence

Watch the sequence x_n = frac{1}{n} converge to 0:

x1 = 1 x2 = 0.5 x3 = 0.33 x4 = 0.25 , 0

3. Non-convergent sequence

Not all sequences in a metric space are convergent. A sequence that does not stabilize at a point as it progresses is called divergent. Understanding these sequences helps us understand the limits of convergence.

Example: divergence in Euclidean space

Consider the sequence {x_n} defined by x_n = (-1)^n in mathbb{R}. This sequence oscillates between 1 and -1 and does not converge to any single point.

There is no real number L for which the elements of the sequence get arbitrarily close as n increases.

Visual example: non-convergent sequence

Imagine x_n = (-1)^n which does not converge:

1 -1

4. Cauchy sequence

In metric spaces, we often consider Cauchy sequences, which are a generalization of convergent sequences suitable for understanding completeness.

A sequence {x_n} in a metric space (M, d) is called a Cauchy sequence if for every epsilon > 0 there exists a natural number N such that for all m, n ge N we have d(x_m, x_n) < epsilon.

Example: Cauchy sequence without limit

While all convergent sequences are Cauchy, the opposite is not always true if the space is not complete. Consider the sequence {x_n} of rational numbers approximating the square root of 2: 1.4, 1.41, 1.414, ... This forms a Cauchy sequence in the rational numbers but is not convergent within the rational numbers.

5. Completeness and convergence

A metric space is called complete if every Cauchy sequence in the space converges to a point within the space. The real numbers mathbb{R} are a complete metric space, but the rational numbers mathbb{Q} are not complete, as shown in the previous example.

Understanding completeness through examples

Consider the space of continuous functions on an interval with supremum norm. This forms a complete metric space. Any sequence of continuous functions that behaves like a Cauchy sequence will converge to a function that is still continuous.

6. Convergence beyond the real numbers: parameterized and inner product spaces

Convergence in metric spaces can extend beyond the real numbers to other spaces such as normed and inner product spaces. In these spaces, metrics are obtained from norms or inner products, enabling the search for convergence in more abstract settings.

Example: convergence in normed space

In a normed space, consider a sequence of vectors that converge to a limit vector under a given norm. For example, in mathbb{R}^3, vectors can converge to a point in space using the Euclidean norm.

    Suppose mathbf{v}_n = left( frac{1}{n}, frac{1}{n}, frac{1}{n} right) in mathbb{R}^3.
    The sequence n to infty converges to mathbf{0} = (0, 0, 0).

7. Conclusions

Understanding the convergence of sequences in metric spaces opens up various possibilities in analysis and topology. It lays the ground for deeper explorations in series, function analysis and continuity. Whether in the field of real numbers, rational numbers or more complex spaces, identifying convergence helps mathematicians and theorists to make predictions and reliability of mathematical constructions.

The discovery of convergence leads us not only to appreciate numerical sequences, but also to understand the structure of the spaces where they are located, and ultimately enriches our understanding of the mathematical universe.


Graduate → 1.2.2


U
username
0%
completed in Graduate


Comments