fix typos
Some checks failed
Sync from Gitea (main→main, keep workflow) / mirror (push) Has been cancelled

This commit is contained in:
Trance-0
2025-12-11 14:14:01 -06:00
parent c42e7e6489
commit 7abc8d7e80
8 changed files with 751 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ First, we prove that $X$ is a subspace of $Y$. (That is, every open set $U\subse
Case 1: $U\subseteq X$ is open in $X$, then $U\cap X=U$ is open in $Y$.
Case 2: $\infty\in U$, then $Y-U$ is a compact subspace of $X$, since $X$ is Hausdorff. So $Y-U$ is a closed subspace of $X$.
Case 2: $\infty\in U$, then $Y-U$ is a compact subspace of $X$. Since $X$ is Hausdorff, $Y-U$ is a closed subspace of $X$. [Compact subspace of a Hausdorff space is closed](../Math4201_L25#proposition-of-compact-subspaces-with-hausdorff-property)
So $X\cap U=X-(Y-U)$ is open in $X$.