Skip to Content
Math4201Topology I (Lecture 2)

Math4201 Topology I (Lecture 2)

Topology

Distance in R\mathbb{R}, or more generally in Rn\mathbb{R}^n. (metric space )

Intervals in R\mathbb{R}, or more generally open balls in Rn\mathbb{R}^n. (topological space)

Topological Spaces

Definition of Topological Space

A topological space is a pair of set XX and a collection of subsets of XX, denoted by T\mathcal{T} (imitates the set of “open sets” in XX), satisfying the following axioms:

  1. T\emptyset \in \mathcal{T} and XTX \in \mathcal{T}
  2. T\mathcal{T} is closed with respect to arbitrary unions. This means, for any collection of open sets {Uα}αI\{U_\alpha\}_{\alpha \in I}, we have αIUαT\bigcup_{\alpha \in I} U_\alpha \in \mathcal{T}
  3. T\mathcal{T} is closed with respect to finite intersections. This means, for any finite collection of open sets {U1,U2,,Un}\{U_1, U_2, \ldots, U_n\}, we have i=1nUiT\bigcap_{i=1}^n U_i \in \mathcal{T}

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

The topological space is denoted by (X,T)(X, \mathcal{T}).

Examples of topological spaces

Trivial topology: Let XX be arbitrary. The trivial topology is T0={,X}\mathcal{T}_0 = \{\emptyset, X\}

Discrete topology: Let XX be arbitrary. The discrete topology is T1=P(X)={UX}\mathcal{T}_1 = \mathcal{P}(X)=\{U \subseteq X\}

Understanding all possible topologies on a set.

Let’s say X={a,b}X=\{a,b\}

The trivial topology is T0={,{a,b}}\mathcal{T}_0 = \{\emptyset, \{a,b\}\}

The discrete topology is T1={,{a},{b},{a,b}}\mathcal{T}_1 = \{\emptyset, \{a\}, \{b\}, \{a,b\}\}

Other topologies:

T2={,{a},{a,b}}\mathcal{T}_2 = \{\emptyset, \{a\}, \{a,b\}\}

T3={,{b},{a,b}}\mathcal{T}_3 = \{\emptyset, \{b\}, \{a,b\}\}

Non-example of topological space

Let X={a,b,c}X=\{a,b,c\}

The set T1={,{a},{b},{a,b,c}}\mathcal{T}_1=\{\emptyset, \{a\}, \{b\}, \{a,b,c\}\} is not a topology because it is not closed under union {a}{b}={a,b}T1\{a\} \cup \{b\} = \{a,b\} \notin \mathcal{T}_1

Definition of Complement finite topology

Let XX be arbitrary. The complement finite topology is T{UXXU is finite}{}\mathcal{T}\coloneqq \{U\subseteq X|X\setminus U \text{ is finite}\}\cup \{\emptyset\}

The topology is valid because:

Proof

  1. T\emptyset \in \mathcal{T} because X=XX\setminus \emptyset = X is finite.

  2. Let {Uα}αI\{U_\alpha\}_{\alpha \in I} be an arbitrary collection such that XUαX\setminus U_\alpha is finite for each αI\alpha \in I.

    Without loss of generality, we can assume that UαU_\alpha \neq \emptyset for each αI\alpha \in I, since the union of arbitrary set with \emptyset is the set itself.

    If all of them are empty, then the union is empty, which complement is XTX\subset \mathcal{T}.

    Otherwise,

    XαIUα=αI(XUα)X\setminus \bigcup_{\alpha \in I} U_\alpha = \bigcap_{\alpha \in I} (X\setminus U_\alpha)

    is finite because each XUαX\setminus U_\alpha is finite. Therefore, αIUαT\bigcup_{\alpha \in I} U_\alpha \in \mathcal{T}.

  3. Let {U1,U2,,Un}\{U_1, U_2, \ldots, U_n\} be a finite collection such that XUiX\setminus U_i is finite for each i=1,2,,ni=1,2,\ldots,n.

    Without loss of generality, we can assume that UiU_i \neq \emptyset for each i=1,2,,ni=1,2,\ldots,n, since the intersection of arbitrary set with \emptyset is \emptyset.

    If all of them are empty, then the intersection is XTX\subset \mathcal{T}.

    Otherwise,

    Xi=1nUi=i=1n(XUi)X\setminus \bigcap_{i=1}^n U_i = \bigcup_{i=1}^n (X\setminus U_i)

    is finite because each XUiX\setminus U_i is finite. Therefore, i=1nUiT\bigcap_{i=1}^n U_i \in \mathcal{T}.

Another non-example is T={UXU is finite}{X}\mathcal{T} = \{U\subseteq X|U \text{ is finite}\}\cup \{X\}

The topology is invalid because an arbitrary union of points is not a finite set.

Consider X=ZX=\mathbb{Z} but take U1={1},U2={2},U3={3},U_1=\{1\}, U_2=\{2\}, U_3=\{3\}, \ldots

Then i=1Ui=Z+\bigcup_{i=1}^\infty U_i = \mathbb{Z}^+ is not a finite set and is not {X}\{X\}.

Note

If XX is finite, then finite complement topology is the same as the discrete topology.

Definition of Topology basis

For a set XX, a topology basis, denoted by B\mathcal{B}, is a collection of subsets of XX, such that the following properties are satisfied:

  1. For any xXx \in X, there exists a BBB \in \mathcal{B} such that xBx \in B
  2. If B1,B2BB_1, B_2 \in \mathcal{B} and xB1B2x \in B_1 \cap B_2, then there exists a B3BB_3 \in \mathcal{B} such that xB3B1B2x \in B_3 \subseteq B_1 \cap B_2
Last updated on