Definition of a Topological Space

February 17, 2026 · Luciano Muratore

Definition of a Topological Space

Topology provides an abstract framework to formalize the notion of closeness, continuity, and convergence, without relying on distances.

The central object of study is a topological space.


Definition — Topological Space

Let XX be a nonempty set.

A topology on XX is a collection T\mathcal{T} of subsets of XX such that:

  1. Both the empty set and the whole space belong to T\mathcal{T}:

    T,XT.\varnothing \in \mathcal{T}, \qquad X \in \mathcal{T}.
  2. T\mathcal{T} is closed under arbitrary unions:
    for any family {Ui}iIT\{U_i\}_{i \in I} \subset \mathcal{T},

    iIUiT.\bigcup_{i \in I} U_i \in \mathcal{T}.
  3. T\mathcal{T} is closed under finite intersections:
    for any U1,,UnTU_1, \dots, U_n \in \mathcal{T},

    k=1nUkT.\bigcap_{k=1}^n U_k \in \mathcal{T}.

The pair (X,T)(X, \mathcal{T}) is called a topological space.

The elements of T\mathcal{T} are called open sets.


Remarks on the Definition

  • No notion of distance is assumed.
  • Only the behavior of unions and intersections is specified.
  • The axioms are minimal and independent.
  • Many analytical concepts (continuity, convergence, compactness) can be defined using only this structure.

Example 1 — Discrete Topology

Let XX be any set.

Define

Tdisc:=P(X),\mathcal{T}_{\text{disc}} := \mathcal{P}(X),

the power set of XX.

Verification

  1. P(X)\varnothing \in \mathcal{P}(X) and XP(X)X \in \mathcal{P}(X).
  2. Arbitrary unions of subsets of XX are subsets of XX.
  3. Finite intersections of subsets of XX are subsets of XX.

Therefore, (X,Tdisc)(X, \mathcal{T}_{\text{disc}}) is a topological space.

Interpretation

  • Every subset is open.
  • Every function from a discrete space is continuous.
  • This is the finest possible topology on XX.

Example 2 — Topology Induced by a Metric

Let (X,d)(X,d) be a metric space.

Define Td\mathcal{T}_d as the collection of all subsets UXU \subset X such that:

For every xUx \in U, there exists ε>0\varepsilon > 0 with

B(x,ε)U,B(x,\varepsilon) \subset U,

where

B(x,ε)={yX:d(x,y)<ε}.B(x,\varepsilon) = \{y \in X : d(x,y) < \varepsilon\}.

Verification

  1. \varnothing and XX are open by definition.
  2. Arbitrary unions of open sets remain open.
  3. Finite intersections of open sets remain open.

Hence, (X,Td)(X, \mathcal{T}_d) is a topological space.

Interpretation

  • This topology encodes the notion of proximity given by the metric.
  • All metric notions of convergence and continuity are preserved.
  • Many different metrics can induce the same topology.

Final Remarks

  • A topology abstracts the structure behind open sets.
  • Metric spaces are special cases of topological spaces.
  • Topology allows us to study continuity and convergence without numerical distance.

This definition is the foundation upon which modern analysis and geometry are built.