Skip to content

Topological Spaces

2.1 Definition

Definition. A topological space is a pair (X,τ)(X, \tau) where XX is a set and τ\tau is a collection of subsets of XX called open sets, satisfying:

  1. τ\emptyset \in \tau and XτX \in \tau.
  2. The union of any sub-collection of τ\tau is in τ\tau (arbitrary unions of open sets are open).
  3. The intersection of any finite sub-collection of τ\tau is in τ\tau (finite intersections of open sets are open).

The collection τ\tau is called a topology on XX.

2.2 Examples of Topologies

Example 2.1. Let X={a,b,c}X = \{a, b, c\}. The collection

τ={,{a},{a,b},{a,b,c}}\tau = \{\emptyset, \{a\}, \{a, b\}, \{a, b, c\}\}

is a topology on XX.

Example 2.2 (Discrete topology). For any set XX, let τd=P(X)\tau_d = \mathcal{P}(X) (all subsets of XX). This is the discrete topology — every subset is open.

Example 2.3 (Indiscrete topology). For any set XX, let τi={,X}\tau_i = \{\emptyset, X\}. This is the indiscrete topology (or trivial topology).

Example 2.4 (Cofinite topology). For any infinite set XX, let τc\tau_c consist of \emptyset and all subsets UXU \subseteq X such that XUX \setminus U is finite. This is the cofinite topology.

Example 2.5 (Standard topology on R\mathbb{R}). A subset URU \subseteq \mathbb{R} is open if for every xUx \in U there exists ε>0\varepsilon > 0 such that (xε,x+ε)U(x - \varepsilon, x + \varepsilon) \subseteq U. The collection of all such open sets is the standard topology on R\mathbb{R}.

2.3 Basis for a Topology

Definition. A basis for a topology τ\tau on XX is a collection Bτ\mathcal{B} \subseteq \tau such that every open set is a union of elements of B\mathcal{B}.

Equivalently, B\mathcal{B} is a basis if and only if:

  1. For each xXx \in X, there exists BBB \in \mathcal{B} with xBx \in B.
  2. If B1,B2BB_1, B_2 \in \mathcal{B} and xB1B2x \in B_1 \cap B_2, then there exists B3BB_3 \in \mathcal{B} with xB3B1B2x \in B_3 \subseteq B_1 \cap B_2.

Example 2.6. The collection of all open intervals (a,b)(a, b) in R\mathbb{R} forms a basis for the standard topology.

Example 2.7. The collection of all open balls Br(p)={xRn:xp<r}B_r(p) = \{x \in \mathbb{R}^n : \|x - p\| < r\} forms a basis for the standard topology on Rn\mathbb{R}^n.

2.4 Subspace Topology

Definition. Let (X,τ)(X, \tau) be a topological space and YXY \subseteq X. The subspace topology on YY is

τY={UY:Uτ}.\tau_Y = \{U \cap Y : U \in \tau\}.

Proposition 2.1. If B\mathcal{B} is a basis for τ\tau, then {BY:BB}\{B \cap Y : B \in \mathcal{B}\} is a basis for the subspace topology on YY.

Example 2.8. The subspace topology on [0,1]R[0, 1] \subseteq \mathbb{R} (with the standard topology) has [0,1/2)[0, 1/2) as an open set (since [0,1/2)=(1/2,1/2)[0,1][0, 1/2) = (-1/2, 1/2) \cap [0, 1]).

2.5 Comparison of Topologies

Definition. Let τ1\tau_1 and τ2\tau_2 be topologies on XX. We say τ1\tau_1 is coarser (weaker) than τ2\tau_2 (or τ2\tau_2 is finer (stronger) than τ1\tau_1) if τ1τ2\tau_1 \subseteq \tau_2.

For any set XX: indiscrete \subseteq cofinite \subseteq standard (if X=RX = \mathbb{R}) \subseteq discrete.