Topology Summary Notes
Topology Summary Notes
Jacob Shapiro
September 4, 2013
Abstract
A summary (largely of Munkres’ topology book, and hopefully more
examples and exercises) in preparation for a test with Prof. Damien
Calaque at ETH in the summer of 2013.
Contents
0.1 Open Questions . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
0.2 Misc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
I Topological Spaces 4
1 Chapter 2 Topological Spaces and Continuous Functions 4
1.1 §12 Topological Spaces . . . . . . . . . . . . . . . . . . . . . . . . 4
1.2 §13 Basis for a Topology . . . . . . . . . . . . . . . . . . . . . . . 5
1.3 §14 The Order Topology . . . . . . . . . . . . . . . . . . . . . . . 7
1.4 §17 Closed Sets and Limit Points . . . . . . . . . . . . . . . . . . 9
1.5 §18 Continuous Functions . . . . . . . . . . . . . . . . . . . . . . 16
1.6 §16 The Subspace Topology . . . . . . . . . . . . . . . . . . . . . 22
1.7 §19 The Product Topology . . . . . . . . . . . . . . . . . . . . . . 25
1.8 §15 The Product Topology on X × Y . . . . . . . . . . . . . . . . 27
1.9 §22 The Quotient Topology . . . . . . . . . . . . . . . . . . . . . 28
1.10 §20, §21 The Metric Topology . . . . . . . . . . . . . . . . . . . . 35
1
3 Chapter 4 Countability and Separation Axioms (not part of the
curriculum for the test–for competeness reasons) 57
3.1 §31 The Separation Axioms . . . . . . . . . . . . . . . . . . . . . 57
3.2 §35 Imbeddings of Manifolds . . . . . . . . . . . . . . . . . . . . 57
II Algebraic Topology 63
5 Chapter 9 The Fundamental Group 64
5.1 §51 Homotopy of Paths . . . . . . . . . . . . . . . . . . . . . . . 64
5.2 §52 The Fundamental Group . . . . . . . . . . . . . . . . . . . . 67
5.3 §53 Covering Spaces . . . . . . . . . . . . . . . . . . . . . . . . . 69
5.4 §54 The Fundamental Group of the Circle . . . . . . . . . . . . . 71
5.5 §55 Retractions and Fixed Points . . . . . . . . . . . . . . . . . . 73
5.6 §58 Deformation Retracts and Homotopy Type . . . . . . . . . . 75
5.7 §59 The Fundamental Group of S n . . . . . . . . . . . . . . . . . 76
5.8 §60 Fundamental Groups of Some Surfaces . . . . . . . . . . . . . 77
2
6. HWS09E01, the end of the argument.
7. HWS10E01 – walk through again.
8. HWS11E05 – walk through again.
0.2 Misc
1. Matrix multiplication on M atn (R) is continuous.
2. Matrix inversion on GL (n, R) is continuous.
• Any non-empty set of that has an upper bound necessarily has a least
upper bound.
3
Part I
Topological Spaces
1 Chapter 2 Topological Spaces and Continuous
Functions
1.1 §12 Topological Spaces
1.1.1 Definition of a Topology
A topology on a set X, is a set, T ⊆ P (X), such that:
1. ∅, X ∈ T
some set(finite, countable, or uncountable) and if Uα ∈ T ∀ α ∈ A,
2. If A is S
then α∈A Uα ∈ T .
Tn
3. If n ∈ N and Ui ∈ T ∀ i ∈ {1, 2, . . . , n} then ( i=1 Ui ) ∈ T .
If U ∈ T then U is called an open set. Thus T is also denoted as Open (X).
If (X\U ) ∈ T then U is called closed set. All the closed sets are denoted by
Closed (X).
4
1.1.4 Counter Example for a Topology
• All subsets of X which intersect a given set, plus the empty set. Then de-
pending on the nature of the given set, this may or may not be a topology
on X.
• X = R, S ∈ 2R and O := {(−∞, b) : b ∈ S ∪ {∞}}. Then this is a
topology only if for any collection of open sets, the supremum of b of each
of those sets is in S.
1.1.5.1 Counterexample If X := {a, b, c}, the topology {X, ∅, {a, b} , {b, c} , {b}}
is not comparable to the topology {X, ∅, {a, b}, {a}}, because one doesn’t con-
tain the other and vice versa.
1.2.2.1 Example The set of all circles in R2 is a basis for the standard
topology on R2 .
The set of all rectangles in R2 is a basis for the standard topology R2 .
5
S
1.2.2.2 Example If X is any set, x∈X {{x}} is a basis for the discrete
topology.
1.2.3 Example
{(a, b) : a, b ∈ Q} is a countable basis for the standard topology on R.
1.2.4 Example
{[a, b) : a, b ∈ Q} is a basis for a topology generating a topology different than
the lower limit topology on R.
1.2.5 Example
If X = R and B := {(−∞, b) : b ∈ R} ∪ {(a, ∞) : a ∈ R} then B is not a basis
for a topology because (a, ∞)∩(−∞, a + 2) does not contain any basis element.
1.2.6 Example
If S 6= ∅ is some set, define X := {{bn } : bn ∈ S∀n ∈ N}. If ω is some finite
sequence, then let Bω be the set of all sequences that begin with ω. Then
B := {Bω : ω is a finite sequence} is a basis for a topology on X.
2. The Lower Limit Topology is given by the basis {[a, b) | a, b ∈ R ∧ a < b}.
Rl denotes the induced topological space.
1.2.9.1 Lemma 13.4 Open (Rl ) ) Open (R) and Open (RK ) ) Open (R)
but Open (Rl ) \Open (RK ) 6= ∅ and Open (RK ) \Open (Rl ) 6= ∅.
6
1.2.10 Definition of a Subbasis for a Topology
S
A subbasis for a topology is a set S ⊂ P (X)Tsuch that S∈S S = X.
n
The basis generated by S is given by BS = { i=1 Si : Si ∈ S, n ∈ N}.
Note: The topology generated by BS is the coarsest topology to contain S.
Note: The topology generated by some subbasis may not have as a basis that
given subbasis.
1.3.2 Example 1
The standard topology on R is the same as the order topology on R with the
relation ≤ on numbers.
7
1.3.5 Example 4—The Dictionary Order on {1, 2} × N
2
The order topology in the dictionary order of this set is not discrete:
1
2
is not open. Proof: Assume otherwise, thus ∃B2,1 ∈ B : ∈ B2,1 ⊂
1
2
, where B is the set of basis elements in the order topology, that is, B =
1
i i 1 2 1 i
, | i ∈ {1, 2} ∧ n < m ∪ , ∪ [ , ) | (i = 1 ∧ m > 1) ∨ i = 2 .
n m n m 1 m
2
So it is clear that the only basis element that contains contains also
1
1 2
elements of the form which is a contradiction to B2,1 ⊂ . Note
n 1
1
that any other one-point set is open, in particular, is open because
1
1 1 1
=[ , ) is a basis element.
1 1 2
1.3.6 Rays
(HWS02E01)
If X is an totally ordered set, and a is any element in X:
The following sets are open in the order topology, and are called open rays:
(a, ∞) , (−∞, a).
Proof: If X has a largest element, called b0 then (a, ∞) = (a, b0 ] which is a
basis element. S
If X has no largest element, then (a, ∞) = x∈X, x>a (a, x), and (a, x) is a
basis element. Similarly for (−∞, a).
The following sets are closed in the order topology, and are called closed
rays: [a, ∞), (−∞, a].
As it turns out, C := {(a, ∞) | a ∈ X} ∪ {(−∞, a) | a ∈ X} is a subbasis for
a topology on X.
Claim: C generates the order topology. Tn
Proof: The basis for the topology generated by C is given by BC = { i=1 Ci : Ci ∈ C, n ∈ N}.
Thus using Lemma 13.3 we can compare BC with the basis that generates the
order topology:
⊂ BC generates a topology finer than the order topology.
Take any x ∈ X and any basis element B in the order topology containing
x.
Case 1: B is of the form (a, b).
Then (a, b) = (a, ∞) ∩ (−∞, b) is a basis element in BC .
Case 2: B is of the form [a0 , b), then B is itself an open ray, namely, (−∞, b).
Case 3: B is of the form (a, b0 ]. Similar to case 2.
⊃ The order topology is finer than the topology generated by BC .
8
Take any x ∈ X and any basis element B ∈ BC containing x. Since B is
composed of finite intersections of open sets (we proved the Ci ’s–the open rays,
are open in the order topology), it is itself open in the order topology. Thus
by the definition of a basis for a topology ∃B 0 in the basis generating the order
topology such that x ∈ B 0 ⊂ B.
QED
1.4.5 Example—Closed in R2
x
| x ≥ 0 ∧ y ≥ 0 = [0, ∞)×[0, ∞) is closed in R2 , because R2 \ ([0, ∞) × [0, ∞)) =
y
(R × (−∞, 0)) ∪ ((−∞, 0) × R) is open.
9
But [0, 1] = Y \ (2, 3), so [0, 1] ∈ Closed (Y ).
Similarly, (2, 3) = Y \ [0, 1], so (2, 3) ∈ Closed (Y ).
10
1.4.13 Boundary
(HWS02E02)
The boundary of A is defined as ∂A := closureX (A) ∪ closureX (X\A).
Another possibility: ∂A = closureX (A) \intX (A)..
Note:
• A ∈ Open (X) ⇐⇒ A = closureX (A) \∂A.
1.4.16 Neighborhoods
If X is a topological space and x ∈ X, a neighborhood of x, U , is a subset of
X such that ∃ V ∈ Open (X) : x ∈ V, V ⊂ U . This is equivalent to saying that
x ∈ int (V ).
Some authors (Munkres for instance) define a neighborhood already to be
open, others only require it to contain an open set containing x.
From this point onwards in this text we shall follow Munkres’ convention for
neighborhoods.
In this terminology, x ∈ closure (A) iff every neighborhood of x intersects
A.
11
1.4.17 Example—Closure of Subsets in R
• closureR ((0, 1]) = [0, 1] because every neighborhood of 0 intersects (0, 1],
and every point outside of [0, 1] has a neighborhood that does not intersect
(0, 1].
• If B = n1 | n ∈ N then closureR (B) = B ∪ {0}.
• closureR (Q) = R
• closureR (N) = N
• closureR ({x ∈ R | x > 0}) = {x ∈ R | x ≥ 0}
• If Y := (0, 1] ⊂ R then A := 0, 12 ∈ P (Y ). closureR (A) = 0, 12 . Thus
12
1.4.21 Corollary 17.7—A ∈ Closed (X) ⇔ A0 ⊂ A
Proof: A ∈ Closed (X) ⇔ A = closureX (A), but by Theorem 17.6, closureX (A) =
A ∪ A0 .
So we get A ∈ Closed (X) ⇔ A = A ∪ A0 ⇔ A0 ⊂ A.
13
1.4.26 Definition of Hausdorff Spaces
A topological space X is called Hausdorff iff ∀x1 , x2 ∈ X such that x1 6= x2 ,
∃Ui ∈ Open (X) : xi ∈ Ui ∀i ∈ {1, 2} and U1 ∩ U2 = ∅.
1.4.29 T1 axiom
Every finite set is closed.
14
1.4.31 Theorem 17.10—Sequences in a Hausdorff Space Converge
to at Most One Point
Proof: Let X be a Hausdorff space, with a point x ∈ X, and let f : N → X be
a map.
Furthermore assume that limn→∞ f (n) = x. Take any point y ∈ X\ {x}.
Since X is Hausdorff, ∃ Nx , Ny two neighborhoods of x and y such that
Nx ∩ Ny = ∅.
But limn→∞ f (n) = x. So in particular, ∃ mxUx ∈ N such that f n ∈ N | n ≥ mxUx ⊂
Ux .
Thus necessarily f n ∈ N | n ≥ mxUx ∩Uy = ∅ which excludes limn→∞ (n) =
y.
1. If X is a set with a total order <, then the order topology on X is Haus-
dorff.
2. If X and Y are Hausdorff, then X × Y with the product topology is
Hausdorff.
2.
Let r1 ∈ X × Y and let r2 ∈ (X × Y ) \ {r1 }.
x
Write ri = i ∀i ∈ {1, 2}. Since r1 6= r2 , we must have either x1 6= x2
yi
or y1 6= y2 (or both). WLOG assume that x1 6= x2 . Since X is Hausdorff,
∃Nx1 , Nx2 disjoint neighborhoods of x1 , x2 respectively in X. Take any neigh-
borhoods of y1 , y2 (since we may have y1 = y2 , we will not assume that these
15
neighborhoods are disjoint): Ny1 , Ny2 . Then Nx1 × Ny1 is a neighborhood of r1
which is disjoint to Nx2 × Ny2 , a neighborhood of r2 .
3.
Take any a1 ∈ A and a2 ∈ A\ {a1 }. Since X is Hausdorff, ∃ N1 , N2 –two
disjoint neighborhoods of a1 , a2 respectively in X. By the definition of the
subspace topology, N1 ∩ A and N2 ∩ A are two disjoint neighborhoods of a1 and
a2 in A respectively. Thus A is Hausdorff.
16
1.5.6 Example
(HWS02E05)
(
x x∈Q
f (x) := is continuous only at 0.
0 x∈
/Q
closureY f f −1 (B) .
17
But it is a fact of set theory that f f −1 (B) ⊂ B (in fact if f is surjective
18
• The final topology is the finest topology on Y such that fi is continuous
∀i ∈ I.
• If (Z, V) is a topological space and f : Y → Z is a map, then f is
continuous ⇐⇒ f ◦ fi is continuous ∀i ∈ I.
1.5.14 Homeomorphism
Let X, Y be topological spaces and let f : X → Y be a bijection. If both f and
f −1 : Y → X are continuous, then f is called a homeomorphism.
Equivalently, a bijection f : X → Y is a homeomorphism if the following is
true: U ∈ Open (X) ⇔ f (U ) ∈ Open (Y ).
1.5.15 Example
(HWS02E05)
(a, b) is homeomorphic to (0, 1)
[a, b] is homeomorphic to [0, 1] if a, b are finite.
1.5.16 Example
(HWS03E02)
N
The cantor set is homeomorphic to {0, 1} .
19
1.5.17 Example
()
The map idX : (X, T ) → (X, T 0 ) is continuous iff T is finer than T 0 , and
idX is a homeomorphism iff T = T 0 .
20
Composition If f : X → Y and g : Y → Z are two continuous functions then
the map g ◦ f : X → Z is continous. (HWS02E04)
−1
Proof: Observe that f −1 g −1 (V ) = (g ◦ f ) (V ).
21
1.5.22 Counterexample—Discontinxuous Because the Domains are
not both closed or both open
The map ( l : R → R, both endowed with the standard topology, defined by
x − 2 x ∈ (−∞, 0)
l (x) := is not continuous. (1, 3) ∈ Open (R) but l−1 ((1, 3)) =
x + 2 x ∈ [0, ∞)
[0, 1) ∈
/ Open (R).
22
1.6.6 The Order Topology and the Subspace Topology Do Not Al-
ways Agree!
1.6.6.1 Example of Agreement Take R with the standard topology and
Y := [0, 1] with the subspace topology. Thus a general basis element in the
(a, b) a, b ∈ Y
[ 0, b ) b ∈ Y, a ∈ /Y
subpsace topology is of the form: (a, b) ∩ Y := .
( a, 1 ] a ∈ Y, b ∈/Y
Y or ∅ a ∈ / Y, b ∈
/Y
23
But this basis generates the order topology, so we have agreement.
24
S
S can write this as an open set in the subspace topology on Y :
We α∈A {x ∈ X | x > aα }∩
Y ∪ β∈B {x ∈ X | x > aβ } ∩ Y .
where Uα = Xα whenever α ∈
/ {αi | i ∈ {1, . . . , n}}.
25
Proof:
TODO
Proof:
TODO
26
1.7.10 Example—Discontinuous in Product Topology
Q
RN = n∈N R
t
Define f : R → RN by the equation f (t) := t .
...
Thus fn (t) := t.
Each fn : R → R is continuous.
By the above theorem, RN with the product topology is continuous then.
Claim: f is discontinuous if RN is given the box topology.
Proof: Take the basis element B := (−1, 1) × − 12 , 12 × − 13 , 13 × . . .
in the box topology basis. Assume f −1 (B) ∈ Open (R). Thus ∃δ > 0 such
that (−δ, δ) ⊂ f −1 (B). Thus f ((−δ, δ)) ⊂ B. Apply πn to both sides of the
inclusion to get:
fn ((−δ, δ)) = (−δ, δ) ⊂ − n1 , n1 for any n ∈ N
27
and y ∈ Vβ for some β ∈ A). Since B is the basis for Open (X) ∃B ∈ B such
∈ B ⊂ Uβ . Similarly, ∃C ∈ C such that y ∈ C ⊂ Vβ . Thus ∃B × C such
that x
x S
that ∈ B × C ⊂ Uβ × Vβ ⊂ α∈A Uα × Vα . But B × C ∈ D, so according
y
to 1.2.7 we are done.
1.8.3 Example 1—The basis for Open R2
Thanks to 1.8.2, we can ascertain that Open R2 is generated by sets of open
rectangles, rather than products of arbitrary open sets.
1.8.4 Projections
x x
Let π1 : X × Y → X be defined by π1 := x ∀ ∈X ×Y.
y y
x x
Let π2 : X × Y → X be defined by π2 := y ∀ ∈X ×Y.
y y
The maps π1 and π2 are called projections of X × Y onto its first and second
factors, respectively.
These maps are surjective.
28
Equivalently we could define that U ∈ Closed (Y ) ⇔ p−1 (U ) ∈ Closed (X),
because f −1 (Y \B) = X\f −1 (B).
29
Take any saturated set C ∈ Open (X). We need to show that p (C) ∈
Open (Y ).
But C is saturated, so that C = p−1 (B) for some B ∈ Y . But since
C ∈ Open (X), p−1 (B) ∈ Open (X). But p is a quotient map, so B ∈ Open (Y ).
But p (C) = p p−1 (B) . Observe that p p−1 (B) = B since p is surjective.
U ∈ Open (Y ).
– The product of two closed maps is not necessarily closed: for example,
R
let x0 ∈ R, f ∈ {x0 } then f × idR : R × R → R × {x0 } is not closed.
– (17:25) (+zeno) The identification map R -> R/Q (where all points
of Q are identified together) is a quotient map that sends the open
set (0,1) to a nonempty proper subset of R/Q, and also sends the
closed set {0} to a nonempty proper subset of R/Q. But R/Q has no
open nonempty proper subsets, as you can check.
x 2
– (HWS04) (Munkres 22.3) Define A := ∈R : x≥0∨y =0 .
y
Then define q : A → R by q := π1 |A . Observe that q is a quotient
map that is neither open nor closed.
1.9.7 Example
Let X := [0,(1] ∪ [2, 3] ⊂ R. Define Y := [0, 2] ⊂ R. Define p : X → Y as:
x x ∈ [0, 1]
p (x) :=
x − 1 x ∈ [2, 3]
Observe that p is surjective, continuous (pasting lemma).
30
• Claim: p is closed.
– Proof 1:
p is continuous, so that it takes compact sets to compact sets.
But any closed subset of X is going to be compact, so that p (K) will
also be compact and so closed in Y .
– Proof 2:
Take any U ∈ Closed (X).
Thus by 1.6.2 U = X ∩ K where K ∈ Closed (R).
⇒ U = ([0, 1] ∪ [2, 3]) ∩ K = ([0, 1] ∩ K) ∪ ([2, 3] ∩ K).
Since ([0, 1] ∩ K) , ([2, 3] ∩ K) are two disjoint sets,
p (U ) = p ([0, 1] ∩ K) ∪ p ([2, 3] ∩ K)
By definition, p ([0, 1] ∩ K) = [0, 1]∩K = Y ∩([0, 1] ∩ K) ∈ Closed (Y ).
and
p ([2, 3] ∩ K) = [1, 2] ∩ K − 1 = Y ∩ ([1, 2] ∩ K − 1) ∈ Closed (Y ).
So that the union of two closed sets in Y is again closed and thus
p (U ) ∈ Closed (Y ).
Thus p is a quotient map. However, p is not open, because [0, 1] ∈ Open (X)
gets mapped to [0, 1] ∈
/ Open (Y ).
1.9.8 Example
Let π1 : R2 → R. Then π1 (projection onto the first coordinate) is continuous
and surjective. Furthermore, π1 is an open map. Thus it is a quotient map.
• But π1 is not a closed map.
x 2
Define C := ∈ R | xy = 1
y
– Claim: C ∈ Closed R2
a
Take any ∈ R2 \C.
b
a
We could always pick an open rectangle around which doesn’t
b
intersect C. Thus R2 \C ∈ Open R2 .
31
However, π1 (C) = R\ {0} ∈ Open (R).
0
1.9.8.1 Counterexample Let A := C ∪ , then the map q : A → R ob-
0
by restricting π1 is continuous and surjective, but it is
tained not
a quotient map:
0 0
∈ Open (A) is saturated in A with respect to q ( = π1−1 ({0})),
0 0
but its image is not open in R.
TODO: Example of non-quotient map.
Proof:
Define R := U ∈ 2A | p−1 (U ) ∈ Open (X) .
– Step 1: R is a topology.
∗ Since p is surjective, p1− (∅) = ∅ and p−1 (A) = X and so
∅, A ∈ R.
−1
S S
∗ Let
S Uα −1 ∈ R∀α ∈ J. Then α∈J Uα ∈ R because p α∈J Uα =
α∈J p (Uα ) ∈ Open (X).
T
∗ Let Ui ∈ R∀i ∈ {1, . . . , n} , n ∈ N. Then i∈{1, ..., n} i ∈ R
U
T T
because p−1 i∈{1, ..., n} Ui = i∈{1, ..., n} p
−1
(Ui ) ∈ Open (X).
– Step 2: If A is endowed with the topology defined by R then p is a
quotient map.
∗ p is continuous:
Take any U ∈ R. Thus p−1 (U ) ∈ Open (X).
∗ Take some U ∈ Open (X) such that U is saturated in X with
respect to p. That is, U = p−1 (B) for some B ∈ A. Then B ∈ R
because p−1 (B) = U ∈ Open (X).
– Step 3: If p is a quotient map then Open (A) = R.
∗ ⊆
Take any U ∈ Open (A). Since p is continuous, p−1 (U ) ∈
Open (X). Thus U ∈ R.
∗ ⊇
Take any U ∈ R. Thus p−1 (U ) ∈ Open (X). But since p is a
quotient map that means that U ∈ Open (A).
32
1.9.10 Example
a
x>0
Let p : R → {a, b, c} be a surjective map defined by p (x) := b x<0 .
c x=0
The quotient topology on {a, b, c} is thus {∅, {a, b, c} , {a} , {b} , {a, b}}.
1.9.12 Example
x
∈ R | x + y ≤ 1 and let X ∗ := S 1 ∪
2 2 2
Let X be the closed unit ball
y
x 2
∈ 2R | x2 + y 2 < 1 .
y
X ∗ w S2
by the following map:
f : S2 → X ∗
x 0
1
S =
0
y
z 2
x
q !
f y := x2 +y 2 +z 2
2 arcsin
2
z y
cos arctan
qπ ! x
otherwise
2 arcsin x2 +y2 +z2
2
sin arctan xy
π
1.9.13 Example–R/Q
(HWS04E01)
The quotient topology on R/Q is the trivial topology {∅, R/Q}.
33
1.9.14.1 a A ∈ Open (X) ∨ A ∈ Closed (X) =⇒ q is a quotient map.
• Proof:
2. TODO
3. TODO
34
1.9.17 Universal Property of the Quotient Topology
(HWS04)
Let S be a topological space, R be an equivalence relation on S and q : S →
S/R be the quotient map.
∀ topological space T and ∀f ∈ T S : f (x) = f (y) ⇐⇒ x ∼R y ∃!ϕ ∈
C (S/R, T ) : f = ϕ ◦ q.
The map is ϕ ([x]R ) := f (x).
1.9.18 Connectedness
(HWS06E01) Any quotient of a connected topological space is connected.
1.9.19 Homeomorphisms
Every homeomorphism is also a quotient map, and the quotient topology is
unique.
d:X ×X →R
having the following properties:
1. d (x, y) ≥ 0∀x, y ∈ X
2. d (x, y) = 0 ⇔ x = y∀x, y ∈ X
3. d (x, y) = d (y, x) ∀x, y ∈ X
4. d (x, y) + d (y, z) ≥ d (x, z) ∀x, y, z ∈ X
– The first point of 1.2.1 is fulfilled because the -ball centered at any
x ∈ X, for any > 0 will be a basis element containing x.
35
– For the second point, let Bd (x1 , 1 ) , Bd (x2 , 2 ) be two basis ele-
ments and take some x3 ∈ Bd (x1 , 1 ) ∩ Bd (x2 , 2 ).
Define 3 := min ({1 − d (x1 , x3 ) , 2 − d (x2 , x3 )}).
First, observe that 3 > 0 because d (xi , x3 ) < i ∀i ∈ {1, 2}, which
is true as x3 ∈ Bd (x1 , 1 ) ∩ Bd (x2 , 2 ).
∗ Claim: x3 ∈ Bd (x3 , 3 ) ⊂ B (x1 , 1 ) ∩ Bd (x2 , 2 )
∗ Proof: First by definition x3 ∈ Bd (x3 , 3 ).
Pick some i ∈ {1, 2}.
Next, take any x ∈ Bd (x3 , 3 ). Thus d (x, x3 ) < 3 < i −
d (xi , x3 ).
So that d (x, x3 ) + d (xi , x3 ) < i .
Invoke the triangle inequality to get: d (x, xi ) < i ⇒ x ∈
Bd (xi , i ).
1.10.5 Examples
(
1 x 6= y
1.10.5.1 The Discrete Topology The metric d (x, y) := in-
0 x=y
duces the discrete topology.Bd (x, 1) = {x}.
36
1.10.8 The Square Metric (The Product Metric with d∞ )
The metric ρ (x, y) := max ({|xi − yi | | i ∈ {1, . . . , n}}) on Rn is the square
metric.
Basis elements are squares in R2 for example.
It induces the same topology as the standard topology on Rn .
• (HWS03E05)
by the basis Bu :=
The uniform topology on RN is generated
Br ({xn }) : r > 0, {xn } ∈ RN where Br ({xn }) := {yn } ∈ RN : sup ({|xn − yn | : n ∈ N}) < r .
Observe that Tbox ⊃ Tunif orm ⊃ Tproduct .
37
(16:52) (+zeno) any subspace of a metric space is metrized by the induced
("same") metric
38
1.10.21 Countable Basis at a point
A space X is said to have a countable basis at the point x ∈ X if ∃ a countable
collection {Un }n∈N of neighborhoods of x such that any neighborhood U of x
contains at least one of the sets Un . A space X that has a countable basis at
each of its points is said to satisfy the first countability axiom.
• (HWS05E01) Every metrizable space has a countable basis at every point.
39
1.10.26 Uniform Convergence Definition
Let fn : X → Y be a sequence of functions from the set X to the metric space Y .
Led d be the metric on Y . We say that the sequence {fn } converges uniformly
to the function f : X → Y if:
∀ε > 0∃mε ∈ N such that d (fn (x) , f (x)) < ε ∀n > mε , x ∈ X
1.10.31 Ultrametrics
(HWS05)
A metric space (S, d) is said to be ultrametric ⇐⇒ ∀x, y, z ∈ S, d (x, z) ≤
max ({d (x, y) , d (y, z)}).
(
1 x 6= y
• Example: d (x, y) := is ultrametric.
0 x=y
• In an ultrametric space, every triangle is an isosceles (∀x, y, z ∈ S, d (x, y) =
d (y, z) ∨ d (x, y) = d (x, z) ∨ d (y, z) = d (x, z)).
• In an ultrametric space, ∀x ∈ S, ε > 0, Bd (x, ε) = Bd (y, ε) ∀y ∈
Bd (x, ε).
40
2 Chapter 3 Connectedness and Compactness
2.1 §23 Connected Spaces
2.1.1 Separation Definition
Let X be a topological space. A separation of X is two subsets, U, V ∈
Open (X) \ {∅} such that:
1. U ∩ V = ∅
2. U ∪ V = X
41
2.1.7 [I] Lemma 23.3–Union of Not-Disjoint Connected Subspaces is
Connected
T
Let {Uα }α∈J be a collection of connected subspaces of X such that α∈J Uα 6=
∅.
S
Claim: α∈J Uα is a connected subspace.
Proof: TODO (in handwriting)
42
2.1.13 Totally Disconnected Definition
A space is called totally disconnected if its only connected subspaces are one-
point sets.
Claim: If X has the discrete topology, then X is totally disconnected.
Claim: ∃ totally disconnected spaces with a topology different from the
discrete topology: Q (HWS06EC).
2.1.14 Example
(HWS06)
R and R2 are not homeomorphic because if they were, then R\ {x0 } and
2
R \ {f (x0 )} would be homeomorphic (where f is the homeomorphism). How-
ever, the former is not connected whereas the second is.
2. Claim: (a, b) , [a, b] , [a, b), (a, b] are connected ∀a, b ∈ L such that a < b.
43
3. Claim: (a, ∞) and (−∞, a) are connected ∀a ∈ L.
Proof: TODO (in handwriting)
Thus R, as well as rays and intervals in R are connected.
44
2.2.13 A connected space need not be path connected
2.2.13.1 Example 6 The ordered square is connected (because it is a linear
continuum).
Claim: It is not path connected.
Proof: TODO (in handwriting)
x 2
2.2.13.2 [I] Example 7–The Topologist’s Sine Curve S := ∈ R | x ∈ (0, 1]
sin x1
Because S is the image of a connected set (0, 1] under a continuous map, S
is connected. Therefore its closure closureR2 (S) is also connected by Theorem
23.4 is also connected.
The topologist’s Sine
Curve
is:
0 2
closureR2 (S) = S ∪ ∈ R | x ∈ [−1, 1]
x
Claim: closureR2 (S) is not path connected. (HWS06E03)
Proof:
TODO (in handwriting).
Its two path-connected components are S
0
and ∈ R2 | x ∈ [−1, 1]
x
2.2.16 A riddle
(HWS06)
There cannot be an f ∈ C (R, R) such that f (R\Q) ⊂ f (Q) and f (Q) ⊂
f (R\Q). If there were, then |f (R\Q)| ≤ ℵ0 =⇒ |f (R)| ≤ ℵ0 . But R is
connected, so f (R) is connected. So f (R) is connected countable subset of R,
so it is a point, so f (x) = x0 , which is a contradiction.
45
2.3.2 Theorem 25.1–Description of Components
The components of X are connected disjoint subspaces of X whose union is X,
such that each nonempty connected subspace of X intersects only one of them.
Proof: TODO
• Each component is a closed subset of X. (Since closures are connected
and each connected subspace intersects only one component.
• If there are only finitely many components then each component is also
open.
46
2.3.8 Locally Connected Space
If X is locally connected at each of its points, it is locally connected.
2.3.11 Example 3
• Each interval and each ray in R is locally connected (and as stated previ-
ously also connected).
• [−1, 0) ∪ (0, 1] is not connected but it is locally connected.
• The topologists sine curve is connected but not locally connected.
• Q is neither connected nor locally connected.
47
2.4 §26 Compact Spaces
“Every metric space (for instance, Y) is Hausdorff. Then, you can use the fact
that every continuous and bijective map f : X → Y is a homeomorphism (that
is, f1 is continuous), if X is compact and Y Hausdorff.
To prove that claim, you can do as follows: in order to see that a map
g : X → Y is continuous, you can prove that, for every closed subset C ⊂ X,
g −1 (C) ⊂ Y is closed. In our case, g=f1, so it suffices to show that, for every
−1
closed subset C ⊂ X, f −1 (C) = f (C ⊂ Y ) is closed. Right?
But, if C is a closed subset of a compact space X, then it’s itself compact and
the image of a compact set by a continuous map, f, is compact. Hence f(C) is a
compact subset of a Hausdorff space, Y. Every compact subset of a Hausdorff
space is closed. Thus, f(C) is closed. qed.”
2.4.1 Cover
A collection A ⊂ 2X covers X, or “is a covering of X”, if
S
A∈A A = X.
2.4.5 Example 2
X = {0} ∪ n1 | n ∈ N is compact.
Each cover of X will contain 0, and so will contain the infinite number of
points that are near it. All the rest of the points are finite.
48
2.4.9 Lemma 26.1–Compact Subspaces
Let Y be a subspace of X.
49
2.4.17 Lemma 26.8–The Tube Lemma
• Assumptions:
– x0 ∈ W
– W × Y ⊂ N.
2.4.18 Example 7–The Tube Lemma does not hold if Y is not com-
pact
n o
Let Y be the y-axis of R2 . Define N := x × y : |x| < y21+1 .
Then 0 × R ∈ N ∈ Open R2 , but it contains no tube about 0 × R.
50
2.5 §27 Compact Subspaces of the Real Line
2.5.1 Theorme 27.1–Every closed interval is compact
Let X be a simply ordered set having the least upper bound property.
Claim: X in the order topology has the property that each closed interval in X
is compact.
Proof: TODO (in handwriting)
Corollary 27.2: Every closed interval in R is compact.
2.5.3 Example 1–The unit sphere and the closed unit ball are com-
pact in Rn
Because they are closed and bounded.
2.5.4 Example
• A = x × x1 |x ∈ (0, 1] is closed but not bounded, thus it is not com-
pact.
• S = x × sin x1 |x ∈ (0, 1] is bounded but not closed, thus it is not
compact.
51
2.5.7 Lemma 27.5–The Lebesgue Number
Let A be an open covering of the metric space (X, d).
Claim: If X is compact, ∃δA > 0 such that ∀S ∈ 2X such that diam (S) < δA ,
∃AS ∈ A such that S ⊂ AS .
The number δA is called the Lebesgue number of A.
Proof: TODO (in handwriting)
2.5.12 Examples
(HWS07)
• Q ∩ [0, 1] is not compact. If it were, then Q ∩ [0, 1] would have been in
Closed (R) by 26.3, however, it is not closed, since it does not contain its
limit points: (R\Q) ∩ [0, 1].
• O (n) is closed, and bounded, and thus, it is compact.
52
2.6 §28 Limit Point Compactness
2.6.1 Limit Point Compactness
A space X is said to be limit point compact if every infinite subset of X has a
limit point.
2.6.3 Example 1
Y := {a, b}, Open (Y ) := {Y, ∅}
X := N × Y
• Claim: X is limit point compact.
2.6.4 Example 2
Let SΩ be the minimal uncountable well-order set, in the order topology.
TODO!!!
• Claim: SΩ is not compact.
2.6.5 Example
n
N N
• (HWS09E02) In [0, 1] with the uniform topology, The set a ∈ [0, 1] : ∃i0 ∈ N : πi0 (a) = 1 ∧ πi (a) = 0∀
is infinite but has no limit point.
• (HWS09E03) [0, 1] is not limit point compact in the lower limit topology.
Take the set 1 − n1 : n ∈ N , it has no limit points. The neighborhood
[1, 2) of 1 does not intersect the set at all.
53
2.6.7 Limit Point Compactness and Closedness
(HWS09E04) If X is limit point compact and A ∈ Closed (X) then A is limit
point compact.
3. X is sequentially compact.
Proof: TODO (in handwriting)
54
2.7.3 Example 1–R is locally compact, Q is not
Take any x ∈ R. Then ∃a, b ∈ R such that x ∈ (a, b) ⊂ [a, b]. [a, b] is compact.
Q is not locally compact: Take any rational r ∈ Q. If Q were compact, we’d be
able to find a neighborhood Ur whose closure would be compact, hence sequen-
tially compact, hence, contain a sequence which has a convergent subsequence.
But we can take then a sequence of rationals in Ur convering to an irrational in
closureR (Ur ).
2. |Y \X| = 1
3. Y is a compact Hausdorff space.
If Y and Y 0 are two spaces satisfying these conditions, then there is a homeo-
morphism of Y to Y 0 that equals the identity map on X.
Proof: TODO (in handwriting)
Observe: If X is itself compact, then Y is simply X together with a single
point. If X is not compact, Y \X contains a limit point of X in Y , so that
closureY (X) = Y .
Define Y = X∪{∞} and Open (Y ) := Open (X)∪{{∞} ∪ X\K : K ⊂ X is compact}.
2.7.7 Compactification
If Y is a compact Hausdorff space, and X is a proper subspace of Y such that
closureY (X) = Y , then Y is called the compactification of X. If |Y \X| = 1,
then Y is called the one point compactification of X.
55
2.7.8 Example 4–R and R2
(HWS08)
The one-point compactification of R is homeomorphic to S 1 .
The one-point compactification of R2 is homeomorphic to S 2 .
If R2 is considered as C, then the one-point compactification, C ∪ {∞} is called
the Riemann Sphere or the extended complex plane.
Observe that S 2 is not homeomorphic
to S 1 × S 1 (π1 S 1 × S 1 ' Z2 which
is not homomorphic to π1 S 2 = {[ex0 ]}.
56
3 Chapter 4 Countability and Separation Axioms
(not part of the curriculum for the test–for
competeness reasons)
3.1 §31 The Separation Axioms
3.1.1 Regular and Normal Spaces
Assume X is a space such that {x} ∈ Closed (X) ∀x ∈ X.
x
• If ∀ ∈ X × Closed (X) ∩ 2X\{x} ∃U, V ∈ Open (X) such that:
B
– x∈U
– B⊂V
– U ∩V =∅
– A⊂U
– B⊂V
– U ∩V =∅
Observe: If x ∈
/ supp (φ) then ∃U ∈ Open (X) : x ∈ U such that φ (U ) = {0}.
57
3.2.3 Partition of Unity
n n
Let {Ui }i=1 ⊂ Open (X) be an open covering of the space X. {φi }i=1 ⊂
n
C (X, [0, 1]) is said to be a partition of unity dominated by {Ui }i=1 if:
1. supp (φi ) ⊂ Ui ∀i ∈ {1, . . . , n}
Pn
2. i=1 φ (x) = 1∀x ∈ X
58
4.1.5 Theorem 43.4–Metric on the product space RN such that it is
complete
Proof: TODO (in handwriting)
d (a, b) := min ({|a − b| , 1}) is the standard bounded
n metric on R.
o
d(xi , yi )
N
Define the metric D on R by D (x, y) := sup i |i∈N
D induces the product
topology on RN .
Claim: RN , D is complete.
59
• Claim: C (X, Y ) ∈ Closed Y X , ρ
• Claim: If Y is complete, (C (X, Y ) , ρ) is complete.
60
4.2 §44 Theorem 44.1–The Peano Space-Filling Curve
Let I = [0, 1].
• Claim: ∃f ∈ C I, I 2 such that f (I) = I 2 .’
• Proof: TODO (in handwriting–also in Rudin PMA chapter 8 in exercises)
(HWS10E02)
4.3.2 Example 2
Under the metric |a − b|, R is complete, but not totally bounded, whereas
(−1, 1) is totally bounded but not complete. [−1, 1] is both complete and
totally bounded.
61
4.3.5 Equicontinuity
Let (Y, dY ) be a metric space. Let X be a topological space. Let F ⊂ C (X, Y ).
Let x0 ∈ X.
F is equicontinuous at x0 iff ∀ε > 0∃U ∈ Open (X) : x0 ∈ U such that ∀x ∈
U, ∀f ∈ F:
• Claim: F is totally bounded under the uniform and sup metrics corre-
sponding to dY .
• Proof: TODO (in handwriting)
62
4.3.10 Corollary 45.5
Let X be a compact topological space. Let d be the square metric or the
Euclidean metric on Rn . Let (C (X, Rn ) , ρ) be the corresponding metric space
with the uniform metric. Let F ⊂ C (X, Y ).
• Claim: F is compact ⇐⇒ F is closed, bounded under the sup metric ρ
and equicontinuous under d.
63
Part II
Algebraic Topology
5 Chapter 9 The Fundamental Group
The goal: to be able to show that two given spaces are not homeomorphic.
Thus we need to generate more “topological” properties. One such property is
the free group.
TODO: The “long line”.
• “Two spaces that are homeomorphic have fundamental groups that are
isomorphic.”
• Simple-connectedness means the fundamental group is trivial.
Throughout, I := [0, 1].
• ∀s ∈ I
– F (s, 0) = f (s)
– F (s, 1) = f 0 (s)
64
• ∀t ∈ I
– F (0, t) = x0
– F (1, t) = x1
65
5.1.7 The Product of Paths
• Let x0 , x1 , x2 ∈ X.
66
5.1.9.6 Inverse for ∗ If f is a path from x0 to x1 , then [f ] ∗ f = [ex0 ]
and f ∗ [f ] = [ex1 ].
Proof: TODO (in handwriting).
[f ] = [f1 ] ∗ · · · ∗ [fn ]
Proof: TODO.
67
5.2.5 Fundamental Groups at Different Base Points
Let α be a path in X from x0 to x1 .
π (X, x0 )
Define a map α̂ ∈ π1 (X, x1 ) 1 by the equation α̂ ([f ]) := [α] ∗ [f ] ∗ [α] for
any [f ] ∈ π1 (X, x0 ).
68
5.2.12 Theorem 52.4–Functorial Properties of the Induced Homo-
morphism
Let h ∈ C (X, Y ) such that h (x0 ) = y0 and let k ∈ C (Y, Z) such that k (y0 ) =
z0 .
Then:
• (k ◦ h)∗ = k∗ ◦ h∗ .
• (idX )∗ is the identity homomorphism.
Proof: TODO (in handwriting).
5.2.14 Example
(HWS11E03)
Let x0 , x1 ∈ X, y0 , y1 ∈ Y . Let h ∈ C (X, Y ) such that h (x0 ) = y0 ∧h (x1 ) =
y1 . Let α be a path from x0 to x1 and define β := h ◦ α (a path from y0 to y1 ).
Then β̂ ◦ h∗ = h∗ ◦ α̂.
69
5.3.3 Example 1
Let X be any space. idX is a covering map.
More generally, let E = X × {1, . . . , n} (n disjoint copies of X). The map
p : E → X given by p (x, i) = x∀i ∈ {1, . . . , n} is a covering map.
1
5.3.5.1 Example 2–Counter
Example The map p : R+ → S given by
cos (2πx)
the equation p (x) := is surjective, and it is a local homeomorphism.
sin (2πx)
1
But it is not a covering map: has no neighborhood U that is evenly covered
0
1
by p. Each neighborhood of has a preimage that contains an interval of
0
the form (0, ε) (along with neighborhoods of n∀n ∈ N) but the interval is not
homeomorphically mapped onto U , only imbedded in U by p (not surjective).
5.3.6 Example 3
The map p : S 1 → S 1 given by p (z) := z 2 is a covering map.
70
5.3.9 Example 4–The Torus
The space T = S 1 × S 1 is called the torus. The product map: p × p : R × R →
S 1 → S 1 is a covering map of the torus by the plane R2 , where p denotes the
covering map of Theorme 53.1.
5.3.11 Example 6
The map p × idR+ : R × R+ → S 1 × R+ where p is the map of theorem 53.1 is
a covering map.
We can thus form a covering of R2 \ {0} by compsing p × idR+ with the standard
homeomorphism of R × R+ with R2 \ {0}.
5.4.2 Example 1
Let p : R → S 1 be as defined in Theorem 53.1.
1 cos (πs)
Let f : [0, 1] → S 1 be a path beginning at from given by f (s) = .
0 sin (πs)
f lifts to the path f˜ (s) = 2s beginning at 0 and ending at 12 .
71
– If F is a path homotopy, then F̃ is a path homotopy.
• Claim: If f 'p g then f˜ and g̃ end at the same point of E and f˜ 'p g̃.
• Proof: TODO (in handwriting).
• Claim: φ is a well-defined set map: φ : π1 (B, b0 ) → p−1 ({b0 }), called the
lifting correspondence derived from the covering map p.
• Claims:
72
5.4.8 Theorem 54.5
• Claim:
73
5.5.5 Theorem 55.3
Let h ∈ C S 1 , X .
1. h is nulhomotopic.
2. h extends to some k ∈ C B 2 , X .
3. h∗ is the trivial homomorphism of fundamental groups.
74
5.6 §58 Deformation Retracts and Homotopy Type
5.6.1 Lemma 58.1
Let h, k ∈ C (X, Y ) be such that h (x0 ) = y0 ∧ k (x0 ) = y0 . If h and k are
homotopic, and if the image of the base point x0 of X remains fixed at y0
during the homotopy, then the homomorphisms h∗ and k∗ are equal.
5.6.5 Example 1
R3 \ (0, 0, z) ∈ R3 : z ∈ R has the punctured xy-plane, R2 \ {0} × 0, as a
deformation retract. The map H (x, y, z, t) := (x, y, (1 − t) z) is a deformation
retraction.
75
5.6.8 Homotopy Equivalences and Homotopy Inverses
Let f ∈ C (X, Y ) and g ∈ C (Y, X). Suppose g ◦ f ' idX and f ◦ g ' idY . Then
the maps f and g are called homotopy equivalences, and each is said to be a
homotopy inverse of the other.
76
• Claim: The images of the induces homomorphisms i∗ : π1 (U, x0 ) →
π1 (X, x0 ) and j∗ : π1 (V, x0 ) → π1 (X, x0 ) generate π1 (X, x0 ).
• Proof: TODO (in handwriting).
77
5.8.7 The Projective n-Space
Let n ∈ N. Define P n , the projective n-space, as the space obtained from S n
by identifying each point x with its antipode −x.
Note: Theorem 60.3 applies on P n without change. (HWS11E06)
Note: S n is simply connected ∀n ≥ 2, |π1 (P n , y)| = 2.
78
6 Chapter 11–The Seifert-van Kampen Theorem
6.1 §67 Direct Sums of Abelian Groups
Let G be an Abelian group and let {Gα }α∈J be a sequence of subgroups in it.
6.1.1 Generators
{Gα }α∈J generates G if ∀g ∈ G:
1. ∃ n ∈ N
n
2. ∃ a sequence {αi }i=1 such that αi ∈ J∀i ∈ {1, . . . , n}.
79
6.2.1 Generators
{Gα }α∈J generates G if ∀g ∈ G:
1. ∃ n ∈ N
n
2. ∃ a sequence {αi }i=1 such that αi ∈ J∀i ∈ {1, . . . , n}.
3. ∃ gαi ∈ Gαi ∀i ∈ {1, . . . , n}
n
6.2.1.1 Words The sequence {gαι }i=1 is called a word of length n in the
groups {Gα }. It is said to represent g ∈ G.
Note:
1. If for some i ∈ {1, . . . , n}, gαi = e, then we could omit this term from the
word, thereby obtaining a word of length n − 1.
2. If for some i ∈ {1, . . . , n}, αi = αi+1 , then since Gαi is a group, gαi gαi+1 ∈
Gαi and so we can redefine the word: gα0 i := gαi gαi+1 and omit gαi+1 .
n
If we apply the two rules repeatedly we obtain a reduced word: {gαi }i=1 where
(gαi 6= e ∧ αi 6= αi+1 ) ∀i ∈ {1, . . . , n}.
We define the representation of e to be ∅ by convention. Thus if {Gα }α∈J
generates G, then every element of G can be represented by a reduced word in
the elements of the groups {Gα }α∈J .
n m
( Note: If {xi }i=1 represents x and {yi }i=1 represents y then define zi =
xi i≤n n+m
∀i {1, . . . , n + m}. In this case {zi }i=1 represents xy. However,
yi−n i > n
n+m n
do note that {zi }i=1 is not necessarily a reduced word, even if both {xi }i=1
m n+m
and {yi }i=1 are reduced words. The condition for {zi }i=1 to be a reduced word
is that @α in the list of two words such that xn , y1 ∈ Gα .
80
6.3 §69 Free Groups
Let G be a group, let {aα } be a family of elements of G, ∀α ∈ J. We say {aα }
generate G if every element of G can be written as a product of powers of the
elements aα . If the family {aα } is finite, we say G is finitely generated.
1. U, V ∈ Open (X)
2. X = U ∪ V
3. U, V, U ∩ V are path connected.
4. x0 ∈ U ∩ V
5. H is any group.
6. φ1 ∈ H π1 (U, x0 ) is a homomorphism.
7. φ2 ∈ H π1 (V, x0 ) is a homomorphism.
8. i1 is the inclusion map of U ∩ V in U , (i1 )∗ is the induced homomor-
phism.
9. i2 is the inclusion map of U ∩ V in V , (i2 )∗ is the induced homomor-
phism.
10. j1 is the inclusion map of U in X, (j1 )∗ is the induced homomorphism.
11. j2 is the inclusion map of V in X, (j2 )∗ is the induced homomorphism.
81
7 Chapter 13–Classification of Surfaces
Convention: throughout this chapter, p : E → B is a covering map means
that E and B are locally path connected and path connected, unless otherwise
stated.
82
7.2.3 Theorem 80.3
Let p : E → B be a covering map, with E being simply connected. Given any
covering map r : Y → B, ∃ a covering map q : E → Y such that r ◦ q = p.
7.3.1 Defintion
≤ G, then the
H normalizer of H in G is the subset of G defined by N (H) :=
g ∈ G : gHg −1 = H .
• Claim: N ≤ G.
• HEN
• N is the largest such subgroup of G.
7.3.2 Definition
Given p : E → B with p (e0 ) = b0 , let F := p−1 ({e0 }). Let Φ : π1 (B, b0 ) /H0 →
F be the lifting correspondence of theorem 54.6. It is a bijection. Define also
a correspondence Ψ : C (E, p, B) → F by setting Ψ (h) := h (e0 ) ∀ covering
transformation h : E → E. Since h is uniquely determined once its value at e0
is known, the correspondence Ψ is injective.
83
7.3.3 Lemma 81.1
The image of the map Ψ equals the image under Φ of the subgroup N (H0 ) /H0
of π1 (B, b0 ) /H0 .
84