PHD

PHDTopologyGeneral Topology


Metric Topology


Metric topology serves as a fundamental concept in the field of general topology - a branch of mathematics that deals with the abstract study of spaces and their properties. It arises from the idea of measuring the distance between points in a given set, providing a framework that combines geometry and topology.

Basics of metric space

To understand metric topology, we first need to explore the concept of a metric space. A metric space is a set ( M ) with a metric (distance function) ( d: M times M to mathbb{R} ) that satisfies the following properties for all ( x, y, z in M ):

  1. Non-negativity : ( d(x, y) geq 0 )
  2. Identity of inseparable : ( d(x, y) = 0 ) if and only if ( x = y )
  3. Symmetry : ( d(x, y) = d(y, x) )
  4. Triangle inequality : ( d(x, z) leq d(x, y) + d(y, z) )

Visual example 1: 2D Euclidean space

A(0,0) b(1,1)

Consider a 2D Euclidean plane where each point is a coordinate pair ((x, y)). For two points (A(0, 0)) and (B(1, 1)), the Euclidean metric (d(A, B)) is calculated as:

d(A, B) = sqrt{(1 - 0)^2 + (1 - 0)^2} = sqrt{2}

This illustration shows the concept of measuring distance using a metric in a visual way.

Topology induced by the metric

A metric induces a topology on the set (M) by defining the notion of an open set. An open set in a metric space is characterized using open balls. An open ball, centered at a point (x) with radius (r), is the set:

B(x, r) = { y in M mid d(x, y) < r }

A subset ( U subseteq M ) is called open if for every point ( x in U ), there exists some ( r > 0 ) such that the open ball ( B(x, r) ) is completely contained in ( U ).

Visual example 2: Open ball in 2D

Center R

The illustration above shows an open ball with a center point and a given radius ( r ). Any point within this circle is considered to be in the open set defined by the ball.

Properties of metric topology

The topology generated by a metric has several important properties, which reflect the intuitive properties we would expect of a "space". Some of these properties are as follows:

  • Hausdorff property : for any two distinct points, there exist disjoint open sets containing each of the points.
  • First countability : every point has a countable basis of neighborhoods, that is, a sequence of open sets that "converge" on the point.
  • Generality : Every pair of disjoint closed sets can be separated by open sets.

These properties make metric spaces particularly good to work with, because they align well with our geometric intuition.

Text example

Consider the real number line ( mathbb{R} ), which is a classic example of a metric space. The metric here is the absolute difference: ( d(x, y) = |x - y| ). In this space, an open interval ( (a, b) ) is an open set, because for any point ( x ) within the interval, you can find a small ball around ( x ) that lies entirely inside ( (a, b) ).

Convergence and continuity

Just as in calculus we have the concepts of convergence and continuity, metric topology allows us to extend these ideas to more abstract spaces:

Convergence : A sequence ((x_n)) in (M) converges to a point (x) if for every ( epsilon > 0), there exists a (N) such that for all (n > N), it holds that ( d(x_n, x) < epsilon).

Continuity : A function ( f: M to N ) between two metric spaces is continuous at a point ( x ) if for every ( epsilon > 0 ), there exists a ( delta > 0 ) such that ( d_M(x, y) < delta ) implies ( d_N(f(x), f(y)) < epsilon ).

Visual example 3: Convergence

X

The above diagram shows a sequence of points on a line converging to a point ( x ).

Completeness and compactness

Two more important concepts in metric topology are completeness and compactness:

A metric space ( M ) is complete if every Cauchy sequence in ( M ) has a limit that is also within ( M ). The real numbers are a classic example of a complete space.

A subset ( K subset M ) is compact if every open cover of ( K ) has a finite subcover. In a metric space, compactness is equivalent to being closed and bounded, a fact known as the Heine-Borel theorem.

Text example

In (mathbb{R}), consider the closed interval ([0, 1]). This is a dense subset: any collection of open intervals that covers ([0, 1]) can be reduced to a finite collection that still covers it.

Conclusion

Metric topology connects the worlds of geometry and topology, providing a way to talk about continuity, convergence, and compactness within an abstract setting through the tangible concept of distance. While metric spaces themselves do not contain all possible topological spaces (since metrics are spaces without a basis), they serve as an important stepping stone to move into spaces of higher complexity in the field of topology.


PHD → 3.1.5


U
username
0%
completed in PHD


Comments