Generating Topology from a Basis
📂TopologyGenerating Topology from a Basis
Buildup
For a set X, a collection T of subsets of X that satisfies the following three conditions is called the topology on set X.
- (T1) ∅,X∈T
- If (T2) Uα∈T(α∈Λ), then ⋃α∈ΛUα∈T.
- If (T3) U1,⋯,Un∈T, then ⋂i=1nUi∈T.
In simple terms, a collection of subsets that contains the empty set and the whole set and is closed under union and countable intersection is called a topology.
For a set X, a collection B of subsets of X that satisfies the following two conditions is called the basis of the topology on X. To avoid confusion with the basis in linear algebra, it is usually simply referred to as the basis of set X.
- (B1) For every point x∈X, there exists a B∈B that satisfies x∈B. In other words, ⋃B∈BB=X holds.
- (B2) For any B1,B2∈B and a point x∈(B1∩B2), there exists a B3∈B that satisfies x∈B3⊂(B1∩B2).
Definition
Let B be called the basis of set X. A collection TB of subsets U of X that satisfies the following condition is called the topology on X generated by B.
∀x∈U, ∃B∈Bs.t. x∈B⊂U
In other words,
TB={U⊂X : ∀x∈U, ∃B∈Bs.t. x∈B⊂U}
Theorem
- (0): TB is a topology on X.
Let B be said to be the basis of X. Then, TB has the following properties.
- (a1): TB is equivalent to the collection of unions of elements of B.
TB={B∈B∗⋃B : B∗⊂B}
- (b1) TB is the smallest topology on X that includes B.
Given a topological space (X,T), the following two facts are equivalent about B⊂T.
- (a2): B is the basis of T. In other words, T=TB.
- (b2): For any open set U∈T and point x∈U, there exists a B∈B that satisfies x∈B⊂U.
Explanation
That B is the basis of the topological space (X,T) implies T=TB. It can be verified that TB actually becomes the topology on X.
Depending on the textbook, (a1) can be introduced as the definition of the basis B.
(a2) and (b2) deal with finding the basis from the given topology. On top of that, it covers how to generate a topology from the given basis, while below, it discusses how to find the basis that generates the topology when a topology is given.
This grounds for adopting the collection of open balls as the basis on Euclidean space Rn.
Proof
(0)
(T1)
Because there does not exist a x that satisfies x∈∅, it follows that ∅∈TB. Since B is the basis of X, by (B1), for any point x∈X, there exists a B∈B that satisfies x∈B⊂X. Therefore, X∈TB
(T2)
Let Uα∈TB (α∈Λ). For any point x∈⋃α∈ΛUα, there exists a α0∈Λ such that x∈Uα0. Since Uα0∈TB, by the-definition of TB, there exists a B∈B that satisfies x∈B⊂Uα0. Therefore,
x∈B⊂Uα0⊂α∈Λ⋃Uα
so ⋃α∈ΛUα∈TB. Let (T3) U,V∈TB. For any point x∈U∩V, since x∈U and x∈V, by the-definition of TB,
x∈B1⊂U,x∈B2⊂V
there exists a B1,B2∈B that satisfies it. Also, since x∈B1∩B2, by (B2)
x∈B3⊂B1∩B2⊂U∩V
there exists a B3∈B that satisfies it. Therefore, by the definition of TB, U∩V∈TB is true.
■
(a1)
Let TB⊃{⋃B∈B∗B : B∗⊂B}B be any subset B∗⊂B. If we denote by U=⋃B∈B∗B, then for any x∈U, there exists a x∈Bx∈B∗. Thus, x∈Bx⊂U leads to U∈TB. If we denote by TB⊂{⋃B∈B∗B : B∗⊂B}U∈TB, then by the-definition of TB, for any x∈U, there exists a Bx∈B that satisfies x∈Bx⊂U. Therefore, since U can be expressed as the union of elements of B as U=⋃x∈UBx, it follows that U∈{⋃B∈B∗B : B∗⊂B}
■
(b1)
First, show that TB includes B. Let’s say B∈B. Then, for x∈B, there exists a B∈B that satisfies x∈B⊂B, therefore B∈TB. Now, consider the topology T on set X that includes B. If for B∗⊂B, B∗⊂B⊂T holds, by the-definition of topology (T1), ⋃B∈B∗B also belongs to T. Therefore, TB⊂T follows. In other words, TB is the smallest topology that includes B.
■
(a2)⟺(b2)
(a2)⟹(b2)
Follows by the-definition of TB.
(b2)⟹(a2)
First, show that B becomes the basis of X.
- (B1) Since the whole set X is also an open set, for any point x∈X, there exists a B∈B that satisfies x∈B⊂X.
- (B2) For any B1,B2∈B and x∈B1∩B2, since B⊂T, B1,B2∈T follows. By the-definition of topology (T2), B1∩B2∈T holds. Also, by (b2), there exists a B3∈B that satisfies x∈B3⊂B1∩B2, fulfilling the condition of the basis.
Now, show that the topology generated by B is the same as T. If we denote by U∈T, then by (b2), for each point x∈U, there exists a B∈B that satisfies x∈B⊂U. Therefore, by the definition of TB, T⊂TB holds. Since (b1) implies that TB is the smallest topology that includes B and since B⊂T, TB⊂T is true. Thus, T=TB follows.
■