This commit is contained in:
Trance-0
2025-11-14 11:15:12 -06:00
parent 1b75ef050f
commit 0597afb511
14 changed files with 746 additions and 411 deletions

View File

@@ -0,0 +1,14 @@
# Math4201 Topology I (Lecture 30)
## Compact and connected spaces
### Locally compact
#### Theorem of Homeomorphism over locally compact Hausdorff spaces
$X$ is a locally compact Hausdorff space if and only if there exists topological space $Y$ satisfying the following properties:
1. $X$ is a subspace of $Y$.
2. $Y-X$ has one point (usually denoted by $\infty$).
3. $Y$ is compact and Hausdorff.

View File

@@ -34,4 +34,7 @@ export default {
Math4201_L28: "Topology I (Lecture 28)",
Math4201_L29: "Topology I (Lecture 29)",
Math4201_L30: "Topology I (Lecture 30)",
Math4201_L31: "Topology I (Lecture 31)",
Math4201_L32: "Topology I (Lecture 32)",
}