Get AI summaries of any video or article — Sign up free
Basic Topology 1 | Introduction and Open Sets in Metric Spaces [dark version] thumbnail

Basic Topology 1 | Introduction and Open Sets in Metric Spaces [dark version]

4 min read

Based on The Bright Side of Mathematics's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

A metric space consists of a set X with a distance function d: X×X→[0,∞) satisfying positive definiteness, symmetry, and the triangle inequality.

Briefing

Topology’s starting point is a shift from measuring distances to describing “closeness” through neighborhoods. The core move begins with metric spaces—sets X equipped with a distance function d—then abstracts away the metric and keeps only the structural behavior of open sets. That matters because many ideas used in analysis (continuity, compactness, convergence) can be reformulated in a way that works even when no explicit distance is available.

A metric space is defined by a function d: X×X → [0,∞) satisfying three rules: positive definiteness (d(x,y)=0 only when x=y), symmetry (d(x,y)=d(y,x)), and the triangle inequality (d(x,z) ≤ d(x,y)+d(y,z)). These axioms justify the geometric intuition that detours can’t shorten the route between points. With this distance in hand, the basic neighborhoods are open ε-balls: for ε>0, the open ball centered at x is the set of points y with d(x,y)<ε. The requirement ε>0 is essential—otherwise the “neighborhood” would collapse.

Open sets in a metric space are then defined using these balls. A subset A⊆X is open if every point x in A has some ε>0 such that the entire open ε-ball around x lies inside A. Visually, this means points on the boundary cannot be included: near any x in A, there is a whole buffer zone of points still staying within A. The allowable ε can depend on x, shrinking as x approaches the boundary.

From there, the discussion turns to the algebra of open sets. The empty set and the whole space X are open by definition. If A and B are open, then their intersection A∩B is open: for any point x in the intersection, both sets contain ε-balls around x, and the smaller of the two balls fits entirely inside A∩B. Unions behave even more simply: the union of two open sets is open because any ε-ball that works for a point in one of the sets also lies within the union. More generally, the union of an arbitrary collection of open sets (indexed by any set I) remains open.

These closure properties—open sets containing ∅ and X, stable under finite intersections and arbitrary unions—are presented as sufficient to characterize what “open” should mean. Crucially, this characterization no longer relies on the metric itself. That sets up the next step: defining topology in a fully abstract setting where distances may not exist, but the open-set behavior still does. The series therefore uses metric spaces as a foundation, then prepares to generalize by turning these open-set axioms into the definition of a topology in the following installment.

Cornell Notes

Metric spaces start with a set X and a distance function d that satisfies positive definiteness, symmetry, and the triangle inequality. Using d, neighborhoods are defined as open ε-balls: all points y with d(x,y)<ε for ε>0. A subset A of X is open exactly when every point x in A has some ε>0 such that the entire open ε-ball around x stays inside A. Open sets then obey key rules: ∅ and X are open; intersections of two open sets are open; and unions of any collection of open sets are open. Because these rules don’t require computing distances, they motivate defining topology abstractly in terms of open sets alone.

What three conditions must a distance function satisfy to qualify as a metric on X?

A metric d: X×X → [0,∞) must be (1) positive definite: d(x,y)=0 only if x=y; (2) symmetric: d(x,y)=d(y,x); and (3) satisfy the triangle inequality: d(x,z) ≤ d(x,y)+d(y,z) for all x,y,z in X.

How does an open ε-ball relate to the definition of an open set in a metric space?

An open ε-ball centered at x is {y∈X : d(x,y)<ε} with ε>0. A set A⊆X is open if for every x∈A there exists some ε>0 such that the entire open ε-ball around x is contained in A. So openness means each point has a “buffer” neighborhood fully inside the set.

Why must ε be greater than zero in the definition of an open ε-ball?

If ε were 0, the condition d(x,y)<ε would force the ball to collapse to points at distance strictly less than 0, which is impossible under a nonnegative metric. The neighborhood concept only makes sense with ε>0 so that points near x are actually included.

Why is the intersection of two open sets open (when it’s nonempty)?

Take x in A∩B. Since A and B are open, there are εA and εB such that the εA-ball around x lies in A and the εB-ball around x lies in B. The smaller radius ball lies in both sets simultaneously, so it lies in A∩B. This works for every x in the intersection, so A∩B is open.

What closure properties of open sets are highlighted as enough to define topology abstractly?

Open sets always include ∅ and X. They are closed under finite intersections (intersection of two open sets is open) and under arbitrary unions (union of any indexed family of open sets is open). The key point is that these properties don’t require the metric anymore, enabling an abstract definition of topology via open sets.

Review Questions

  1. In a metric space, what exact condition on each point x∈A determines whether A is open?
  2. State the three metric axioms and give the triangle inequality in inequality form.
  3. Which operations on open sets are guaranteed to produce open sets, and which ones are not discussed as guaranteed here?

Key Points

  1. 1

    A metric space consists of a set X with a distance function d: X×X→[0,∞) satisfying positive definiteness, symmetry, and the triangle inequality.

  2. 2

    Open ε-balls are defined using ε>0 as the set of points y with d(x,y)<ε, centered at x.

  3. 3

    A subset A⊆X is open iff every point x in A has some ε>0 such that the entire open ε-ball around x is contained in A.

  4. 4

    Open sets in metric spaces can be characterized without direct distance calculations by their closure properties.

  5. 5

    The empty set and the whole space X are always open.

  6. 6

    The intersection of two open sets is open because a smaller ε-ball around any common point fits inside both sets.

  7. 7

    Arbitrary unions of open sets are open because any ε-ball for a point in one member set remains inside the union.

Highlights

Openness is defined pointwise: every x in an open set must come with an ε-neighborhood fully contained in the set.
The triangle inequality is presented as the formal version of “detours can’t shorten the distance.”
Open-set behavior (stable under finite intersections and arbitrary unions) is enough to move toward topology without a metric.
The metric is used to build open balls, but the axioms for open sets can later stand on their own.

Topics