Homomorphism Preserves Basis
📂TopologyHomomorphism Preserves Basis
Theorem
Let’s suppose two topological spaces X, Y and a homeomorphism f between them are given.
f : X→Y
If BX is called a basis of X, then f(BX) becomes a basis of Y.
Description
Simply put, a homeomorphic mapping preserves the basis.
Proof
A collection B of subsets of X that satisfies the following two conditions is called a basis for the topology on X:
- (b1): For any x∈X, there exists a B∈B satisfying x∈B. That is, ⋃B∈BB=X
- (b2): For any B1,B2∈B and x∈(B1∩B2), there exists a B3∈B satisfying x∈B3⊂(B1∩B2).
It is necessary to check whether f(BX) satisfies these two conditions in Y.
(b1)
Let’s consider BX={BX1, BX2, ⋯}. We need to show that ⋃f(BXk)=Y. Since f is a homeomorphism, for any y∈Y, there exists a f−1(y). Then for each y, there exists a BXk satisfying f−1(y)∈BXk. Furthermore, since f(⋃iAi)=⋃if(Ai)
⋃f(BXk)=f(⋃BXk)=f(X)=Y
(b2)
Similarly, for any y, there exists a f−1(y). By the definition of a basis, for f−1(y)∈(BX1∩BX2), there exists a BX3 satisfying the following condition:
f−1(y)∈BX3⊂(BX1∩BX2)
Then y∈f(BX3), and because f is a bijection that preserves intersections
f(BX3)⊂f(BX1∩BX2)=f(BX1)∩f(BX2)
Therefore, there exists a f(BX3) satisfying y∈f(BX3)⊂(f(BX1)∩f(BX2)). Thus, since f(BX) satisfies the conditions (b1) and (b2), it is a basis for Y.
■