Essential Topology Chapter 3
Essential Topology Chapter 3
Goran Huygh
January 2024
1 Topological spaces
Whilst algebra studies the way elements of a space interact, topology tries to
study the fundamental structures and properties of the space itself and the ele-
ments. As such, one must craft a powerful and handy definition of a topological
space. Classically, the following definition is given.
Definition 1. (Topological space) A topological space (T, τ ) is an ordered pair
consisting of a set T and a collection of subsets τ ⊆ P(T ) such that:
∅, T ∈ τ (1)
[
Given L ⊆ τ,we have L∈τ (2)
n
\
Given n subsets li ,we have li ∈ τ (3)
i=1
We then say τ forms a topology over T . In short this boils down to a space with
a collection of subsets that are closed under arbitrary union and finite intersec-
tion and contains the space itself with the empty set.
We say a set is open if it’s an element of τ , on the other hand we call a set
S closed if and only if T \S is open. Notice that this is not a dual notion, sets
can be open and closed or neither closed nor open.
From what I know, it turns out that a lot of properties concerning the space
and it’s fundamental structure boils down to how neighboring elements behave
and how ”close” they are. In other words, developing a notion of closeness
and neighboring points allows us to speak of concepts such a Cauchy sequences
without actually defining a metric! In some sense it is exactly that that τ is
1
capturing. For the sake of intuition, I like to imagine that every element of τ
has essentially some mysterious and unknown ”closeness factor” c associated to
it. Like that, depending on the status of membership in the topology of the two
elements t1 and t2 we could say that they are c1 close but not c2 close. (If we
take a set S with t1 , t2 ∈ S we can take a sufficiently small subset such that
t1 ∈ S ′ but t2 ∈
/ S′)
If this explanation was a bit vague then just think about the way Tao discussed
ϵ-closeness in Analysis I
Bε (x, y)
. (x, y)
2
1.2 Continuity in topological spaces
The next step would be to define continuous function so we can talk about con-
tinuous deformations and invariants. But as it turns out, talking about close
points is pretty hard when not equipped with a metric. How do we then capture
the same intuition of continuity in topological spaces?
∀τi ∈ τ, f −1 (τi ) ∈ s
Thus, we can get arbitrary close by taking smaller and smaller subsets without
requiring a metric. As such, we transcribed continuity from metric spaces to
topological spaces successfully.
First of all, and most importantly, this notion of continuity is consistent with
the one of continuity in metric spaces.
3
Theorem 1. (Consistency of the topological definition of continuity) A function
f : X → Y , given two metric spaces X and Y , is continuous in the metric sense
if and only if it is continuous in the topological sense.
Proof. We will omit the proof, as we haven’t properly defined the metric space
topology in terms of it’s basis. Once that is done it becomes easier to proof the
result.
Besides this, one can easily also verify the following theorem using basic defini-
tions and notions of preimages.
Theorem 2. Given a function f : S → T where S and T are topological spaces,
if S is endowed with the discrete topology or T with the indiscrete one then f is
always continuous.
We also have the following theorem that can be used to proof some pretty tricky
theorems in a very easy manner.
Theorem 3. If f : X → Y and g : Y → Z where both f and g are continuous
then g ◦ f : X → Z is also continuous
The proof is once again really really straightforward. It’s a pretty neat theo-
rem since it allows us to show that if given any field (F, ⊕, ⊗) with a defined
topology on it and with a continuous addition and multiplication map then all
polynomials are always continuous.
n
X
P (x) = F
ai xi
i=0
4
2 Examples of topological spaces
Before we introduce some examples we want to develop one very common topol-
ogy used to define many others, and that is the subspace topology.
with the topology ΘRn2 . The book also includes more examples with the or-
thogonal and special orthogonal group if your are interested.
5
where we consider a set S ⊂ RP n to open if and only if l∈S l\{0} is open
S
in Rn+1 \{0}. The reason we omit zero is because one can quickly check that
not doing so endows the space with the indiscrete topology, which is not very
interesting.
3 Continuity in (T ′ , ΘT )
Like briefly mentioned before, the subspace topology can help us make state-
ments about the continuity of maps. It turns out that if a map f is continuous
then so is a restriction of it.
Theorem 4. (Continuity in the subspace topology) Given a continuous function
f : S → T where S and T are topological spaces, every restriction f |Q : Q → R
where (Q, ΘS ) and (R, ΘT ) is continuous.
f
TX TY
∪ ∪
f |QX
QX QY
∪ ∪
det = f |GL(3,R)
GL(3, R) R
6
4 Bases of topological spaces
Just like in vector spaces we want to be able to talk about ”generated” topologies
and understand more about the components that define a topology.
Definition 4. (Base of topological space) Given a topological space (T, τ ) and
B ⊆ τ , we say B forms a basis for T if and only if
[
∀τi ∈ τ ∃B ′ ⊆ B : B ′ = τi
Just like vectors can be written as a linear combination of the basis vectors we
have that every open set can be written as a union of basic open sets.
A prominent example is the topology of metric spaces, where one could ver-
ify that it is equivalent to state that the topology is the one generated by all
possible ε-balls around every point.
By generating we mean that given a set of basis elements we can consider the
topology τ (B) which we define as
[
τ (B) := {U : U = B, for some F ⊆ B}
B∈F
S
Associating this to the set B gives us a topological space generated by B
[
( B, τ (B))
One can verify this is true since clearly ∅ and the entire set are in τ (B) and it
is closed under union and finite intersection (the latter not being hard to show
but just a bit tedious notation wise lol).
This being said we can also show that given f : S → T with both being topo-
logical spaces and T having basis B, if for all B ∈ B, f −1 (B) is open in S, then
f is continuous. The proof simply relies on the fact that
[ [
f −1 B = f −1 (B)
B∈F ⊆B B∈F ⊆B