ConceptComplete

Topological Spaces and Open Sets

A topological space is the foundational object of study in point-set topology. It abstracts the notion of "nearness" and "continuity" from metric spaces to a far more general setting, by axiomatizing the concept of open sets.


The Definition of a Topology

Definition1.1Topology on a Set

Let XX be a set. A topology on XX is a collection Ο„βŠ†P(X)\tau \subseteq \mathcal{P}(X) of subsets of XX satisfying the following axioms:

  1. Empty set and whole space: βˆ…βˆˆΟ„\emptyset \in \tau and XβˆˆΟ„X \in \tau.
  2. Arbitrary unions: If {UΞ±}α∈A\{U_\alpha\}_{\alpha \in A} is any family of sets in Ο„\tau, then β‹ƒΞ±βˆˆAUΞ±βˆˆΟ„\bigcup_{\alpha \in A} U_\alpha \in \tau.
  3. Finite intersections: If U1,U2,…,UnβˆˆΟ„U_1, U_2, \ldots, U_n \in \tau, then β‹‚i=1nUiβˆˆΟ„\bigcap_{i=1}^n U_i \in \tau.

The pair (X,Ο„)(X, \tau) is called a topological space. The elements of Ο„\tau are called open sets.

The asymmetry between axioms (2) and (3) is essential: arbitrary intersections of open sets need not be open. For instance, in R\mathbb{R} with the standard topology, β‹‚n=1∞(βˆ’1/n,1/n)={0}\bigcap_{n=1}^{\infty} (-1/n, 1/n) = \{0\}, which is not open.


Fundamental Examples

ExampleDiscrete and Indiscrete Topologies

Let XX be any set.

  • The discrete topology on XX is Ο„disc=P(X)\tau_{\text{disc}} = \mathcal{P}(X), the collection of all subsets of XX. Every subset is open.
  • The indiscrete (trivial) topology on XX is Ο„ind={βˆ…,X}\tau_{\text{ind}} = \{\emptyset, X\}. Only the empty set and the whole space are open.

These represent the two extreme topologies on XX. For any topology Ο„\tau on XX, we have Ο„indβŠ†Ο„βŠ†Ο„disc\tau_{\text{ind}} \subseteq \tau \subseteq \tau_{\text{disc}}.

ExampleStandard Topology on the Real Line

The standard (Euclidean) topology on R\mathbb{R} is defined by declaring a set UβŠ†RU \subseteq \mathbb{R} to be open if for every x∈Ux \in U, there exists Ο΅>0\epsilon > 0 such that (xβˆ’Ο΅,x+Ο΅)βŠ†U(x - \epsilon, x + \epsilon) \subseteq U.

Equivalently, UU is open if and only if UU is a union of open intervals (a,b)(a, b). The open intervals form a basis for this topology.

ExampleCofinite Topology

Let XX be any set. The cofinite topology (or finite complement topology) on XX is: Ο„cof={UβŠ†X:Xβˆ–UΒ isΒ finite}βˆͺ{βˆ…}.\tau_{\text{cof}} = \{U \subseteq X : X \setminus U \text{ is finite}\} \cup \{\emptyset\}.

To verify axiom (2): if {UΞ±}\{U_\alpha\} are cofinite open sets, then Xβˆ–β‹ƒUΞ±=β‹‚(Xβˆ–UΞ±)X \setminus \bigcup U_\alpha = \bigcap (X \setminus U_\alpha), which is an intersection of finite sets, hence finite. For axiom (3): Xβˆ–β‹‚i=1nUi=⋃i=1n(Xβˆ–Ui)X \setminus \bigcap_{i=1}^n U_i = \bigcup_{i=1}^n (X \setminus U_i), which is a finite union of finite sets, hence finite.


Comparing Topologies

Definition1.2Coarser and Finer Topologies

Let Ο„1\tau_1 and Ο„2\tau_2 be two topologies on the same set XX.

  • We say Ο„1\tau_1 is coarser (or weaker) than Ο„2\tau_2 if Ο„1βŠ†Ο„2\tau_1 \subseteq \tau_2.
  • We say Ο„1\tau_1 is finer (or stronger) than Ο„2\tau_2 if Ο„1βŠ‡Ο„2\tau_1 \supseteq \tau_2.

The collection of all topologies on XX forms a partially ordered set under inclusion.

RemarkLattice of Topologies

The collection of all topologies on XX actually forms a complete lattice. Given any family {τα}\{\tau_\alpha\} of topologies on XX, the intersection ⋂ατα\bigcap_\alpha \tau_\alpha is again a topology on XX (the meet). The join is the coarsest topology containing all τα\tau_\alpha, which is the intersection of all topologies containing ⋃ατα\bigcup_\alpha \tau_\alpha.


Open Sets and Neighborhoods

Definition1.3Neighborhood

Let (X,Ο„)(X, \tau) be a topological space and x∈Xx \in X. A neighborhood of xx is a set NβŠ†XN \subseteq X such that there exists an open set UβˆˆΟ„U \in \tau with x∈UβŠ†Nx \in U \subseteq N.

The collection N(x)\mathcal{N}(x) of all neighborhoods of xx is called the neighborhood system (or neighborhood filter) of xx.

The neighborhood system satisfies the following properties, which in fact characterize topologies:

  1. X∈N(x)X \in \mathcal{N}(x) and x∈Nx \in N for every N∈N(x)N \in \mathcal{N}(x).
  2. If N1,N2∈N(x)N_1, N_2 \in \mathcal{N}(x), then N1∩N2∈N(x)N_1 \cap N_2 \in \mathcal{N}(x).
  3. If N∈N(x)N \in \mathcal{N}(x) and NβŠ†MN \subseteq M, then M∈N(x)M \in \mathcal{N}(x).
  4. If N∈N(x)N \in \mathcal{N}(x), there exists M∈N(x)M \in \mathcal{N}(x) such that N∈N(y)N \in \mathcal{N}(y) for all y∈My \in M.
Definition1.4Interior

Let (X,Ο„)(X, \tau) be a topological space and AβŠ†XA \subseteq X. The interior of AA, denoted int⁑(A)\operatorname{int}(A) or A∘A^\circ, is the largest open set contained in AA: int⁑(A)=⋃{UβˆˆΟ„:UβŠ†A}.\operatorname{int}(A) = \bigcup \{U \in \tau : U \subseteq A\}.

A point xx is an interior point of AA if and only if AA is a neighborhood of xx.

RemarkInterior as Idempotent Operator

The interior operator satisfies the Kuratowski interior axioms:

  1. int⁑(X)=X\operatorname{int}(X) = X.
  2. int⁑(A)βŠ†A\operatorname{int}(A) \subseteq A.
  3. int⁑(int⁑(A))=int⁑(A)\operatorname{int}(\operatorname{int}(A)) = \operatorname{int}(A) (idempotence).
  4. int⁑(A∩B)=int⁑(A)∩int⁑(B)\operatorname{int}(A \cap B) = \operatorname{int}(A) \cap \operatorname{int}(B).

A topology on XX can equivalently be defined by specifying an interior operator satisfying these axioms.