This commit is contained in:
Bokuan Li
2026-03-06 14:06:15 -05:00
parent 173727665b
commit 5034bc4220
109 changed files with 1184 additions and 410 deletions

View File

@@ -1,5 +1,5 @@
\chapter{Function Spaces}
\label{chap:function-spaces}
\input{./src/topology/functions/set-systems.tex}
\input{./src/topology/functions/uniform.tex}
\input{./set-systems.tex}
\input{./uniform.tex}

View File

@@ -7,10 +7,12 @@
\[
M(S, U) = \bracs{f \in X^T| f(S) \subset U}
\]
and
\[
\ce(\mathfrak{S}, \topo) = \bracs{M(S, U)| S \in \mathfrak{S}, U \in \topo}
\]
then the topology generated by $\ce$ is the \textbf{$\mathfrak{S}$-open topology} on $T^X$.
If $\cb \subset \topo$ generates $\topo$, then $\ce(\mathfrak{S}, \cb)$ generates the $\mathfrak{S}$-open topology.
@@ -23,10 +25,12 @@
\[
E(S, U) = \bracs{(f, g) \in X^T|(f(x), g(x)) \in U \forall x \in S}
\]
and
\[
\mathfrak{E}(\mathfrak{S}, \fU) = \bracs{E(S, U)| S \in \mathfrak{S}, U \in \fU}
\]
then
\begin{enumerate}
\item $\mathfrak{E}(\mathfrak{S}, \fU)$ generates a uniformity $\fV$ on $X^T$.
@@ -46,13 +50,15 @@
\[
E(T, U \cap U') \subset E(S \cup S', U \cap U') \subset E(S, U) \cap E(S', U')
\]
\item[(UB1)] For any $U \in \fU$, $\Delta \subset U$. Thus the diagonal in $X^T$ is in $E(S, U)$ for any $S \in \mathfrak{S}$.
\item[(UB2)] For any $U \in \fU$, there exists $V \in \fV$ with $V \circ V \subset U$. Thus for any $S \in \mathfrak{S}$,
\[
E(S, V) \circ E(S, V) \subset E(S, V \circ V) \subset E(S, U)
\]
\end{enumerate}
By \ref{proposition:fundamental-entourage-criterion}, $\mathfrak{E}$ is a fundamental system of entourages for the uniformity that it generates.
By \autoref{proposition:fundamental-entourage-criterion}, $\mathfrak{E}$ is a fundamental system of entourages for the uniformity that it generates.
\end{proof}
\begin{proposition}
@@ -61,6 +67,7 @@
\[
d_{i, S}: X^T \times X^T \quad (f, g) \mapsto \sup_{x \in S}d_i(f(x), g(x))
\]
then
\begin{enumerate}
\item $\bracs{d_{i, S}| i \in I, S \in \mathfrak{S}}$ is a family of pseudometrics induces the $\mathfrak{S}$-uniformity on $X^T$.
@@ -68,6 +75,7 @@
\[
\bracs{\bigcap_{j \in J}E(d_{j, S}, r)|J \subset I \text{ finite}, r > 0, S \in \mathfrak{S}}
\]
is a fundamental system of entourages for the $\mathfrak{S}$-uniformity on $X^T$.
\end{enumerate}
\end{proposition}
@@ -76,18 +84,21 @@
\[
\bigcap_{j \in J}E(d_{j, S}, r) \subset E\paren{S, \bigcap_{j \in J}E(d_j, r)} \subset E(S, U)
\]
and the uniformity induced by $\bracs{d_{i, S}| i \in I, S \in \mathfrak{S}}$ contains the $\mathfrak{S}$-uniformity.
On the other hand, for any $i \in I$ and $r > 0$, $E(d_j, r/2) \in \fU$ by \ref{definition:pseudometric-uniformity}. Therefore $E(S, E(d_j, r/2)) \subset E(d_{j, S}, r)$, so the $\mathfrak{S}$-uniformity contains the induced uniformity.
On the other hand, for any $i \in I$ and $r > 0$, $E(d_j, r/2) \in \fU$ by \autoref{definition:pseudometric-uniformity}. Therefore $E(S, E(d_j, r/2)) \subset E(d_{j, S}, r)$, so the $\mathfrak{S}$-uniformity contains the induced uniformity.
(2): If $\mathfrak{S}$ is upward-directed with respect to inclusion, then by \ref{definition:set-uniform},
(2): If $\mathfrak{S}$ is upward-directed with respect to inclusion, then by \autoref{definition:set-uniform},
\[
\bracs{E(S, U)| U \in \fU, S \in \mathfrak{S}}
\]
Following the same steps in (1),
\[
\bracs{\bigcap_{j \in J}E(d_{j, S}, r)|J \subset I \text{ finite}, r > 0, S \in \mathfrak{S}}
\]
is a fundamental system of entourages for the $\mathfrak{S}$-uniformity.
\end{proof}
@@ -108,7 +119,8 @@
\[
E(F, U)(f) = \bigcap_{x \in F}\pi_x^{-1}(U(f(x)))
\]
which is open in the product topology. The converse is given by \ref{definition:set-uniform}.
which is open in the product topology. The converse is given by \autoref{definition:set-uniform}.
\end{proof}
\begin{proposition}

View File

@@ -7,6 +7,7 @@
\[
E(U) = \bracsn{(f, g) \in X^T| (f(x), g(x)) \in U \forall x \in X}
\]
then the \textbf{uniform topology} on $X^T$ is the topology induced by the uniformity generated by $\bracs{E(U)| U \in \fU}$.
\end{definition}
@@ -27,6 +28,7 @@
\[
(f(x), g(x)), (g(x), g(y)), (g(y), f(y)) \in W
\]
so $(f(x), f(y)) \in W \circ W \circ W \subset V$.
Therefore $f$ is continuous at $x$.
@@ -35,5 +37,6 @@
\[
(f(x), g(x)), (g(x), g(y)), (g(y), f(y)) \in W
\]
so $(f(x), f(y)) \in W \circ W \circ W \subset V$.
\end{proof}

View File

@@ -1,7 +1,7 @@
\part{General Topology}
\label{part:topology}
\input{./src/topology/main/index.tex}
\input{./src/topology/uniform/index.tex}
\input{./src/topology/functions/index.tex}
\input{./src/topology/metric/index.tex}
\input{./main/index.tex}
\input{./uniform/index.tex}
\input{./functions/index.tex}
\input{./metric/index.tex}

View File

@@ -36,6 +36,7 @@
\[
U \cap \bigcap_{n \in \natp}\ol V_n \subset U \cap \bigcap_{n \in \natp}U_n
\]
Since $\bigcap_{n \in \natp}\ol V_n \ne \emptyset$ by assumption (b), $U \cap \bigcap_{n \in \natp}U_n \ne \emptyset$, so $\bigcap_{n \in \natp}U_n$ is dense.
\end{proof}
@@ -48,11 +49,11 @@
\end{enumerate}
\end{theorem}
\begin{proof}
Let $U \subset X$ be open and $\seq{U_n} \subset 2^X$ be open and dense. Let $V_0 = U$. For each $n \in \natp$, by density of $U_n$, there exists $x \in U_n \cap V_{n - 1}$. Since $X$ is regular (\ref{definition:uniform-separated}/\ref{proposition:compact-hausdorff-normal}), there exists $V_{n} \in \cn^o(x)$ such that $x \in V_{n} \subset \ol U_{n} \subset U_n \cap V_{n-1}$. If $X$ is locally compact, choose $V_n$ to be precompact. If $X$ is completely metrisable, choose $V_n$ such that $\text{diam}(V_n) \le 1/n$.
Let $U \subset X$ be open and $\seq{U_n} \subset 2^X$ be open and dense. Let $V_0 = U$. For each $n \in \natp$, by density of $U_n$, there exists $x \in U_n \cap V_{n - 1}$. Since $X$ is regular (\autoref{definition:uniform-separated}/\autoref{proposition:compact-hausdorff-normal}), there exists $V_{n} \in \cn^o(x)$ such that $x \in V_{n} \subset \ol U_{n} \subset U_n \cap V_{n-1}$. If $X$ is locally compact, choose $V_n$ to be precompact. If $X$ is completely metrisable, choose $V_n$ such that $\text{diam}(V_n) \le 1/n$.
Now, if $X$ is locally compact, then by the finite intersection property, $\bigcap_{n \in \natp}\ol{V_n} \ne \emptyset$. If $X$ is completely metrisable, then $\seq{V_n}$ is a Cauchy filter base, and converges to at least one point, so $\bigcap_{n \in \natp}\ol{V_n} \ne \emptyset$.
By \ref{lemma:baire-condition}, $X$ is a Baire space.
By \autoref{lemma:baire-condition}, $X$ is a Baire space.
\end{proof}
\begin{definition}[Meagre]

View File

@@ -17,26 +17,30 @@
\[
U_J = \bigcup_{j \in J}E_j^c
\]
then $U_J \subset X$ is open. For any $J, J' \subset I$, $U_J \cup U_{J'} = U_{J \cup J'}$.
Suppose for contradiction that $\bigcap_{i \in I}E_i = \emptyset$, then
\[
\mathbf{U} = \bracs{U_J|J \subset I \text{ finite}}
\]
is an open cover for $X$. By assumption, $U_J \subsetneq X$ for all $J \subset I$ finite. Thus $\mathbf{U}$ admits no finite subcover, contradiction.
(2) $\Rightarrow$ (3): Let $\fF \subset 2^X$ be a filter, then $\bracsn{\overline{E}| E \in \fF}$ satisfies the hypothesis of (2).
(3) $\Leftrightarrow$ (4): By \ref{definition:accumulation-point}, the cluster points and the limit points of an ultrafilter coincide.
(3) $\Leftrightarrow$ (4): By \autoref{definition:accumulation-point}, the cluster points and the limit points of an ultrafilter coincide.
(3) $\Rightarrow$ (1): For each $J \subset I$, let
\[
E_J = \bigcap_{j \in J}U_j^c
\]
then for each $J, J' \subset I$, $E_J \cap E_{J'} = E_{J \cup J'}$. Assume for contradiction that $\mathbf{U}$ admits no finite subcover. Let
\[
\fB = \bracs{E_H|J \subset I \text{ finite}}
\]
then $\fB$ is a filter base consisting of closed sets. By assumption, there exists $x \in \bigcap_{i \in I}U_j^c$, so $\mathbf{U}$ is not an open cover, contradiction.
\end{proof}

View File

@@ -42,5 +42,5 @@
Let $X$ be a topological space and $A \subset X$ be connected, then there exists a unique connected set $C \supset A$ such that for any $C' \supset A$ connected, $C \supset C'$. The set $C$ is the \textbf{connected component} of $A$.
\end{definition}
\begin{proof}
Let $C$ be the union of all connected sets that contain $A$, then $C$ is connected by \ref{proposition:connected-union}, and is the maximum connected set containing $A$ by definition.
Let $C$ be the union of all connected sets that contain $A$, then $C$ is connected by \autoref{proposition:connected-union}, and is the maximum connected set containing $A$ by definition.
\end{proof}

View File

@@ -26,7 +26,7 @@
Local continuity, $(2) \Rightarrow (1)$: Since $f(\cn(x))$ converges to $f(x)$, for each $U \in \cn(f(x))$, there exists $V \in \cn(x)$ such that $f(V) \subset V$. Thus $V \subset f^{-1}(U) \in \cn(x)$ by (F1).
Global continuity, $(1) \Rightarrow (2)$: Let $U \subset Y$ be open, then $U \in \cn(f(x))$ for all $x \in f^{-1}(U)$. Hence $f^{-1}(U) \in \cn(x)$ for all $x \in f^{-1}(U)$. Thus $U$ is open by \ref{lemma:openneighbourhood}.
Global continuity, $(1) \Rightarrow (2)$: Let $U \subset Y$ be open, then $U \in \cn(f(x))$ for all $x \in f^{-1}(U)$. Hence $f^{-1}(U) \in \cn(x)$ for all $x \in f^{-1}(U)$. Thus $U$ is open by \autoref{lemma:openneighbourhood}.
Global continuity, $(2) \Rightarrow (1)$: Let $x \in X$ and $V \in \cn(f(x))$, then there exists $U \in \cn(f(x))$ open, so $f^{-1}(V) \supset f^{-1}(U)$ contains an open set that contains $x$. Therefore $f^{-1}(V) \in \cn(x)$.
@@ -43,7 +43,7 @@
then there exists a unique $f \in C(X; Y)$ such that $f|_{U_i} = f_i$ for all $i \in I$.
\end{lemma}
\begin{proof}
By \ref{lemma:glue-function}, there exists a unique $f: X \to Y$ with $f|_{U_i} = f_i$ for all $i \in I$.
By \autoref{lemma:glue-function}, there exists a unique $f: X \to Y$ with $f|_{U_i} = f_i$ for all $i \in I$.
Let $x \in X$. By assumption (a), there exists $i \in I$ such that $x \in U_i$. Since $f_i \in C(U_i; Y)$, for any $V \in \cn_Y(f(x))$, there exists $U \in \cn_{U_i}(x)$ such that $f_i(U) \subset V$. As $U_i$ is open in $X$, $U \in \cn_X(x)$. Thus $f(U) = f_i(U) \subset V$, and $f$ is continuous at $x$.
\end{proof}

View File

@@ -51,6 +51,8 @@
\[
\topo = \topo(\cb) = \bracs{\bigcup_{i \in I}U_i \bigg | \seqi{U} \subset \cb, I \text{ index set}}
\]
Conversely, if $\cb \subset 2^X$ is a family such that:
\begin{enumerate}
\item[(TB1)] For every $x \in X$, there exists $U \in \cb$ such that $x \in U$.
@@ -65,6 +67,8 @@
\[
\paren{\bigcup_{i \in I}U_i} \cap \paren{\bigcup_{j \in J}V_j} = \bigcup_{i \in I}\bigcup_{j \in J}U_i \cap V_j
\]
Thus to show that $\topo(\cb)$ satisfies (O2), it is sufficient to show that $U \cap V \in \topo(\cb)$ for all $U, V \in \cb$. To this end, for every $x \in U \cap V$, there exists $W_x \in \cb$ such that $x \in W_x \subset U \cap V$. Therefore $U \cap V = \bigcup_{x \in U \cap V}W_x \in \topo(\cb)$, and $\topo(\cb)$ satisfies (O2).
By definition, $\topo(\cb)$ satisfies (O3).
@@ -76,14 +80,16 @@
\[
\topo(\ce) = \bracs{\bigcup_{i \in I}U_i \bigg | U_i \in \cb(\ce)}
\]
where
\[
\cb(\ce) = \bracs{\bigcap_{j = 1}^n U_j \bigg | \seqf{U_j} \subset \ce, n \in \nat^+}
\]
is a base for $\topo(\ce)$. The topology $\topo(\ce)$ is known as the topology \textbf{generated by} $\ce$.
\end{definition}
\begin{proof}
Since $\cb(\ce) \supset \ce$, $\cb(\ce)$ satisfies (TB1). In addition, $\cb(\ce)$ is closed under finite intersections, so it satisfies (TB2). By \ref{definition:base}, $\cb(\ce)$ is a base for $\topo(\ce)$.
Since $\cb(\ce) \supset \ce$, $\cb(\ce)$ satisfies (TB1). In addition, $\cb(\ce)$ is closed under finite intersections, so it satisfies (TB2). By \autoref{definition:base}, $\cb(\ce)$ is a base for $\topo(\ce)$.
\end{proof}
\begin{definition}[Initial Topology]
@@ -98,6 +104,7 @@
\mathcal{B} = \bracs{\bigcap_{j \in J}f_j^{-1}(U_j) \bigg | J \subset I \text{ finite}, U_j \in \topo_j}
\]
is a base for $\topo$.
\end{enumerate}
The topology $\topo$ is known a the \textbf{initial/weak topology} generated by the maps $\seqi{f}$.
@@ -107,6 +114,6 @@
\begin{enumerate}
\item For each $i \in I$, $\topo \supset \bracs{f_i^{-1}(U)|U \in \topo_i}$, so $f_i \in C(\topo; Y_i)$.
\item If $\mathcal{S}$ is a topology such that $f_i \in C(X, \mathcal{S}; Y_i)$, then $\bracs{f_i^{-1}(U)|U \in \topo_i} \subset \mathcal{S}$. Thus $\ce \subset \mathcal{S}$ and $\mathcal{S} \supset \topo$.
\item By \ref{definition:generated-topology}, $\cb$ is a base for $\topo$.
\item By \autoref{definition:generated-topology}, $\cb$ is a base for $\topo$.
\end{enumerate}
\end{proof}

View File

@@ -30,6 +30,7 @@
\[
\fF = \bracs{F \subset X| \exists E \in \fB: E \subset F}
\]
\end{proposition}
\begin{proof}
Filter Base $\Rightarrow$ (FB1): Let $E, F \in \fB$, then $E \cap F \in \fF$. Thus there exists $G \in \fB$ such that $G \subset E \cap F$.
@@ -79,15 +80,17 @@ The smallest filter $\fF(\fB_0) \subset 2^X$ containing $\fB_0$ is the filter \t
\[
\fB = \bracs{\bigcap_{j = 1}^n E_j \bigg | \seqf{E_j} \subset \fB_0, n \in \nat^+}
\]
\end{definition}
\begin{proof}
For any $\seqf{E_j}, \bracsn{F_j}_1^m \subset \fB_0$,
\[
G = \paren{\bigcap_{j = 1}^n E_j} \cap \paren{\bigcap_{j = 1}^m F_j} \in \fB
\]
Thus $\fB$ satisfies (FB1). Since $\bigcap_{j = 1}^n E_j \ne \emptyset$, $\emptyset \not\in \fB$, and $\fB$ satisfies (FB2).
By \ref{proposition:filterbasecriterion}, $\fB$ is a base for the filter $\fF = \bracs{E \subset X| \exists F \in \fB: F \subset E}$.
By \autoref{proposition:filterbasecriterion}, $\fB$ is a base for the filter $\fF = \bracs{E \subset X| \exists F \in \fB: F \subset E}$.
If $\fF' \supset \fB_0$ is a filter, then $\fF \supset \fB$ by (F2), and $\fF' \supset \fF$ by (F1). Thus $\fF$ is the smallest filtetr containing $\fB$.
\end{proof}
@@ -97,7 +100,7 @@ The smallest filter $\fF(\fB_0) \subset 2^X$ containing $\fB_0$ is the filter \t
Let $X$ be a set, $\fF, \mathfrak{G} \subset 2^X$ be filter subbases. If for any $E \in \fF$ and $F \in \mathfrak{G}$, $E \cap F \ne \emptyset$, then there exists a filter $\fU \supset \fF \cup \mathfrak{G}$.
\end{lemma}
\begin{proof}
Let $\seqf{E_j} \subset \fF$ and $\seqf[m]{F_j} \subset \mathfrak{G}$, then $\bigcap_{j = 1}^n E_j \in \fF$ and $\bigcap_{j = 1}^m F_j \in \mathfrak{G}$. Thus their intersection is non-empty, and $\fF \cup \mathfrak{G}$ is a filter subbase. By \ref{definition:generatedfilter}, there exists a filter containing $\fF \cup \mathfrak{G}$.
Let $\seqf{E_j} \subset \fF$ and $\seqf[m]{F_j} \subset \mathfrak{G}$, then $\bigcap_{j = 1}^n E_j \in \fF$ and $\bigcap_{j = 1}^m F_j \in \mathfrak{G}$. Thus their intersection is non-empty, and $\fF \cup \mathfrak{G}$ is a filter subbase. By \autoref{definition:generatedfilter}, there exists a filter containing $\fF \cup \mathfrak{G}$.
\end{proof}
\begin{definition}[Ultrafilter]
@@ -111,7 +114,7 @@ The smallest filter $\fF(\fB_0) \subset 2^X$ containing $\fB_0$ is the filter \t
If the above holds, then $\fF$ is an \textbf{ultrafilter}.
\end{definition}
\begin{proof}
(1) $\Rightarrow$ (2): Let $E \subset X$ with $E^c \not\in \fF$, then $E \cap F \ne \emptyset$ for all $F \in \fF$. By \ref{lemma:filter-extend}, there exists a filter $\fU \supset \fF \cup \bracs{E}$. Since $\fF$ is maximal, $\bracs{E} \in \fU \subset \fF$.
(1) $\Rightarrow$ (2): Let $E \subset X$ with $E^c \not\in \fF$, then $E \cap F \ne \emptyset$ for all $F \in \fF$. By \autoref{lemma:filter-extend}, there exists a filter $\fU \supset \fF \cup \bracs{E}$. Since $\fF$ is maximal, $\bracs{E} \in \fU \subset \fF$.
(2) $\Rightarrow$ (1): Let $E \subset X$ with $E \not \in \fF$, then $E^c \in \fF$. Since $E \cap E^c = \emptyset$, there exists no filter containing $\fF \cup \bracs{E}$. Thus $\fF$ is maximal.
@@ -133,6 +136,7 @@ The smallest filter $\fF(\fB_0) \subset 2^X$ containing $\fB_0$ is the filter \t
\[
\mathbf{U} = \bracs{\fU \supset \fF| \fU \subset 2^X \text{ is a filter}}
\]
and order it by inclusion. For any chain $\mathbf{C} \subset \mathbf{U}$, let $\fB = \bigcup_{\fF \in \textbf{C}}\fF$, then $\fB$ is a filter subbase, and the filter $\fU \in \mathbf{U}$ generated by $\fB$ is an upper bound for $\mathbf{C}$. By Zorn's lemma, $\textbf{U}$ has a maximal element.
(2): Let $E \subset X$. If there exists $F \in \fF$ with $F \cap E^c = \emptyset$, then $E \supset F$ and $E \in \fF$. Otherwise, $\fF \cup \bracs{E^c}$ is a filter subbase, and there exists an ultrafilter containing it by (1). In which case, there exists an ultrafilter $\fU \supset \fF$ with $E \not\in \fU$.
@@ -152,7 +156,7 @@ The smallest filter $\fF(\fB_0) \subset 2^X$ containing $\fB_0$ is the filter \t
If $A \subset X$ and $\fB \subset 2^A$, then $\fB$ \textbf{converges} to $x$ if $\fF(\fB) \supset \bracsn{U \cap A| U \in \cn(x)}$.
\end{definition}
\begin{proof}
(1) $\Leftrightarrow$ (2): By (2) of \ref{lemma:ultrafilter}.
(1) $\Leftrightarrow$ (2): By (2) of \autoref{lemma:ultrafilter}.
(1) $\Rightarrow$ (3): $\cn(x)$ is a fundamental system of neighbourhoods at $x$.
@@ -173,7 +177,7 @@ The smallest filter $\fF(\fB_0) \subset 2^X$ containing $\fB_0$ is the filter \t
\begin{proof}
(1) $\Rightarrow$ (3): Let $U \in \cn(x)$, then $U \cap E \ne \emptyset$ for all $E \in \fB$.
(3) $\Rightarrow$ (4): By \ref{lemma:filter-extend}, there exists a filter $\fU \supset \cb(x) \cup \fB$. Since $\cb(x)$ and $\fB$ are bases for $\cn(x)$ and $\fF$, respectively, $\fU \supset \cn(x) \cup \fF$.
(3) $\Rightarrow$ (4): By \autoref{lemma:filter-extend}, there exists a filter $\fU \supset \cb(x) \cup \fB$. Since $\cb(x)$ and $\fB$ are bases for $\cn(x)$ and $\fF$, respectively, $\fU \supset \cn(x) \cup \fF$.
(4) $\Rightarrow$ (1): Let $U \in \cn(x)$, then since $\fU \supset \fB \cup \cn(x)$, $U \cap E \ne \emptyset$ for all $E \in \fB \subset \fF \subset \fU$. Thus $x \in \bigcap_{E \in \fF}\ol{E}$.
\end{proof}
@@ -187,5 +191,6 @@ The smallest filter $\fF(\fB_0) \subset 2^X$ containing $\fB_0$ is the filter \t
\[
y = \lim_{x \to x_0 \\ x \in A}f(x)
\]
is a \textbf{limit} of $f$ at $y$ with respect to $A$. If $A = X$, then $x \in A$ may be omitted.
\end{definition}

View File

@@ -16,17 +16,18 @@
If the above holds, then $X$ is a \textbf{T2/Hausdorff} space.
\end{definition}
\begin{proof}
$(1) \Rightarrow (2)$: Let $y \in X \setminus \bracs{x}$, then there exists $U \in \cn(x)$ and $V \in \cn(y)$ such that $U \cap V = \emptyset$. By (2) of \ref{definition:closure}, $y \not\in \overline{U} \subset \bigcap_{U \in \cn(x)}\overline{U}$.
$(1) \Rightarrow (2)$: Let $y \in X \setminus \bracs{x}$, then there exists $U \in \cn(x)$ and $V \in \cn(y)$ such that $U \cap V = \emptyset$. By (2) of \autoref{definition:closure}, $y \not\in \overline{U} \subset \bigcap_{U \in \cn(x)}\overline{U}$.
$(2) \Rightarrow (3)$: Let $\fF \subset 2^X$ be a filter and $x \in X$ such that $\cn(x) \subset \fF$, then
\[
\bracs{x} = \bigcap_{U \in \cn(x)}\ol{U} \supset \bigcap_{U \in \cn(x)}\ol{U} \supset \bracs{x}
\]
so $x$ is the only cluster point of $\fF$.
$(3) \Rightarrow (4)$: Let $\fF \subset 2^X$ be a filter. If $\fF$ converges to $x \in X$, then $x$ is a cluster point of $\fF$. As $\fF$ admits only one cluster point, $x$ is the only limit point of $\fF$.
$(4) \Rightarrow (5)$: Let $x \in \overline{\Delta}$, then by (4) of \ref{definition:closure}, there exists $\fF \subset 2^\Delta$ converging to $x$. Let $i, j \in I$, then for any $y \in \Delta$, $\pi_i(y) = \pi_j(y)$. Thus $\pi_i(\fF) = \pi_j(\fF)$. By \ref{proposition:productfilterconvergence}, $\pi_i(\fF)$ converges to $\pi_i(x)$ and $\pi_j(\fF)$ converges to $\pi_j(x)$. By assumption, $\pi_i(x) = \pi_j(x)$. Since this holds for all pairs $i, j \in I$, $x \in \Delta$.
$(4) \Rightarrow (5)$: Let $x \in \overline{\Delta}$, then by (4) of \autoref{definition:closure}, there exists $\fF \subset 2^\Delta$ converging to $x$. Let $i, j \in I$, then for any $y \in \Delta$, $\pi_i(y) = \pi_j(y)$. Thus $\pi_i(\fF) = \pi_j(\fF)$. By \autoref{proposition:productfilterconvergence}, $\pi_i(\fF)$ converges to $\pi_i(x)$ and $\pi_j(\fF)$ converges to $\pi_j(x)$. By assumption, $\pi_i(x) = \pi_j(x)$. Since this holds for all pairs $i, j \in I$, $x \in \Delta$.
$(5) \Rightarrow (6)$: Take $I = \bracs{1, 2}$.
@@ -38,7 +39,7 @@
Let $X$ be a topological space, $Y$ be a Hausdorff space, $A \subset X$ be a dense subset, and $F, G \in C(X; Y)$. If $F|_A = G|_A$, then $F = G$.
\end{proposition}
\begin{proof}
Let $x \in X$. By (4) \ref{definition:closure}, there exists a filter base $\fB \subset 2^A$ that converges to $x$. By (2) of local continuity, $F(\fB)$ converges to $F(x)$ and $G(\fB)$ converges to $G(x)$. Since $F(\fB) = G(\fB)$, $F(x) = G(x)$ by (4) of \ref{definition:hausdorff}.
Let $x \in X$. By (4) \autoref{definition:closure}, there exists a filter base $\fB \subset 2^A$ that converges to $x$. By (2) of local continuity, $F(\fB)$ converges to $F(x)$ and $G(\fB)$ converges to $G(x)$. Since $F(\fB) = G(\fB)$, $F(x) = G(x)$ by (4) of \autoref{definition:hausdorff}.
\end{proof}
\begin{proposition}

View File

@@ -1,24 +1,24 @@
\chapter{Topological Spaces}
\label{chap:topological-spaces}
\input{./src/topology/main/definition.tex}
\input{./src/topology/main/filters.tex}
\input{./src/topology/main/nets.tex}
\input{./src/topology/main/neighbourhoods.tex}
\input{./src/topology/main/interiorclosureboundary.tex}
\input{./src/topology/main/continuity.tex}
\input{./src/topology/main/product.tex}
\input{./src/topology/main/hausdorff.tex}
\input{./src/topology/main/regular.tex}
\input{./src/topology/main/normal.tex}
\input{./src/topology/main/quotient.tex}
\input{./src/topology/main/connected.tex}
\input{./src/topology/main/path-connected.tex}
\input{./src/topology/main/local-path-connected.tex}
\input{./src/topology/main/unity.tex}
\input{./src/topology/main/compact.tex}
\input{./src/topology/main/sigma-compact.tex}
\input{./src/topology/main/para.tex}
\input{./src/topology/main/support.tex}
\input{./src/topology/main/lch.tex}
\input{./src/topology/main/baire.tex}
\input{./definition.tex}
\input{./filters.tex}
\input{./nets.tex}
\input{./neighbourhoods.tex}
\input{./interiorclosureboundary.tex}
\input{./continuity.tex}
\input{./product.tex}
\input{./hausdorff.tex}
\input{./regular.tex}
\input{./normal.tex}
\input{./quotient.tex}
\input{./connected.tex}
\input{./path-connected.tex}
\input{./local-path-connected.tex}
\input{./unity.tex}
\input{./compact.tex}
\input{./sigma-compact.tex}
\input{./para.tex}
\input{./support.tex}
\input{./lch.tex}
\input{./baire.tex}

View File

@@ -18,7 +18,7 @@
$(3) \Rightarrow (1)$: By (F1) of $\cn(x)$, $A \in \cn(x)$.
Let $U \subset A$ be open, then $U \in \cn(x)$ for all $x \in U$ by \ref{lemma:openneighbourhood}. By (3), $U \subset A^o$, so $A^o$ contains every open subset of $A$. On the other hand, for any $x \in A^o$, (2) implies that there exists $U \in \cn^o(x)$ with $U \subset A$. In which case, $U \subset A^o$, and $A^o \in \cn(x)$. Therefore $A^o$ itself is open by \ref{lemma:openneighbourhood}.
Let $U \subset A$ be open, then $U \in \cn(x)$ for all $x \in U$ by \autoref{lemma:openneighbourhood}. By (3), $U \subset A^o$, so $A^o$ contains every open subset of $A$. On the other hand, for any $x \in A^o$, (2) implies that there exists $U \in \cn^o(x)$ with $U \subset A$. In which case, $U \subset A^o$, and $A^o \in \cn(x)$. Therefore $A^o$ itself is open by \autoref{lemma:openneighbourhood}.
\end{proof}
\begin{definition}[Closure]
@@ -72,9 +72,9 @@
If the above holds, then $A$ is a \textbf{dense} subset of $X$.
\end{definition}
\begin{proof}
$(1) \Rightarrow (2)$: Since $U \ne \emptyset$, there exists $x \in U$, so $U \in \cn(x)$. By (2) of \ref{definition:closure}, $U \cap A \ne \emptyset$.
$(1) \Rightarrow (2)$: Since $U \ne \emptyset$, there exists $x \in U$, so $U \in \cn(x)$. By (2) of \autoref{definition:closure}, $U \cap A \ne \emptyset$.
$(2) \Rightarrow (3)$: Let $\emptyset \ne U \subset X$ open. For each $x \in U$ and $V \in \cn(x)$, $U \cap V \in \cn(x)$ by (F2). Thus there exists $y \in A \cap U \cap V$. By (3) of \ref{definition:closure}, $x \in \overline{A \cap U}$.
$(2) \Rightarrow (3)$: Let $\emptyset \ne U \subset X$ open. For each $x \in U$ and $V \in \cn(x)$, $U \cap V \in \cn(x)$ by (F2). Thus there exists $y \in A \cap U \cap V$. By (3) of \autoref{definition:closure}, $x \in \overline{A \cap U}$.
$(3) \Rightarrow (1)$: $X$ is open.
\end{proof}
@@ -92,7 +92,7 @@
Let $\seqf{X_j}$ be separable topological spaces, then $\prod_{j = 1}^n X_j$ is also separable.
\end{proposition}
\begin{proof}
Let $\seq{A_j}$ such that $A_j \subset X_j$ is countable and dense for each $1 \le j \le n$. By \ref{proposition:dense-product}, $\prod_{j = 1}^n A_j$ is countable and dense in $\prod_{j = 1}^n X_j$.
Let $\seq{A_j}$ such that $A_j \subset X_j$ is countable and dense for each $1 \le j \le n$. By \autoref{proposition:dense-product}, $\prod_{j = 1}^n A_j$ is countable and dense in $\prod_{j = 1}^n X_j$.
\end{proof}
@@ -101,7 +101,7 @@
Let $X$ be a topological space and $A \subset X$, then $(A^o)^c = \overline{A^c}$.
\end{lemma}
\begin{proof}
Let $x \in X$. By (3) of \ref{definition:interior}, $x \in (A^o)^c$ if and only if there exists no $U \in \cn(x)$ such that $U \subset A$. Thus $x \in (A^o)^c$ if and only if $U \cap A^c \ne \emptyset$ for all $U \in \cn(x)$. By (2) of \ref{definition:closure}, this is equivalent to $x \in \ol{A^c}$.
Let $x \in X$. By (3) of \autoref{definition:interior}, $x \in (A^o)^c$ if and only if there exists no $U \in \cn(x)$ such that $U \subset A$. Thus $x \in (A^o)^c$ if and only if $U \cap A^c \ne \emptyset$ for all $U \in \cn(x)$. By (2) of \autoref{definition:closure}, this is equivalent to $x \in \ol{A^c}$.
\end{proof}
@@ -120,9 +120,9 @@
\begin{proof}
$(1) \Rightarrow (2)$: $\cn(x) \supset \fB$.
$(2) \Rightarrow (3)$: By (2) of \ref{definition:closure}, $x \in \overline{A}$. Since $V \cap A^c \ne \emptyset$ for all $V \in \fB$, there exists no open set $U \subset A$ with $x \in A$. By (2) of \ref{definition:interior}, $x \not\in A^o$.
$(2) \Rightarrow (3)$: By (2) of \autoref{definition:closure}, $x \in \overline{A}$. Since $V \cap A^c \ne \emptyset$ for all $V \in \fB$, there exists no open set $U \subset A$ with $x \in A$. By (2) of \autoref{definition:interior}, $x \not\in A^o$.
$(3) \Rightarrow (4)$: By \ref{lemma:closurecomplement}.
$(3) \Rightarrow (4)$: By \autoref{lemma:closurecomplement}.
$(4) \Rightarrow (1)$: By (2) of \ref{definition:closure}.
$(4) \Rightarrow (1)$: By (2) of \autoref{definition:closure}.
\end{proof}

View File

@@ -12,9 +12,9 @@
If the above holds, then $X$ is a \textbf{locally compact Hausdorff (LCH)} space.
\end{definition}
\begin{proof}
(1) $\Rightarrow$ (2): Let $K \in \cn(x)$ be compact and $U \in \cn(x)$, then $\overline{U \cap K}$ is closed. By \ref{proposition:compact-closed}, $K$ itself is closed, so $\overline{U \cap K} \subset K$ is a closed subset of a compact set, and compact by \ref{proposition:compact-extensions}.
(1) $\Rightarrow$ (2): Let $K \in \cn(x)$ be compact and $U \in \cn(x)$, then $\overline{U \cap K}$ is closed. By \autoref{proposition:compact-closed}, $K$ itself is closed, so $\overline{U \cap K} \subset K$ is a closed subset of a compact set, and compact by \autoref{proposition:compact-extensions}.
(2) $\Rightarrow$ (3): Let $U \in \cn(x)$, then there exists $K \in \cn(x)$ with $x \in K \subset U$. By \ref{proposition:compact-closed}, $K$ is closed, so $\overline{K^o} \subset K$ is compact by \ref{proposition:compact-extensions}.
(2) $\Rightarrow$ (3): Let $U \in \cn(x)$, then there exists $K \in \cn(x)$ with $x \in K \subset U$. By \autoref{proposition:compact-closed}, $K$ is closed, so $\overline{K^o} \subset K$ is compact by \autoref{proposition:compact-extensions}.
\end{proof}
\begin{lemma}
@@ -22,14 +22,16 @@
Let $X$ be a LCH space, $K \subset X$ be compact, and $U \in \cn(K)$, then there exits $V \in \cn^o(K)$ precompact such that $K \subset V \subset \ol{V} \subset U$.
\end{lemma}
\begin{proof}
For each $x \in K$, there exists $V_x \in \cn^o(x)$ be precompact such that $x \in V_x \subset \overline{V_x} \subset U$ by (3) of \ref{definition:lch}. Since $K$ is compact, there exists $\seqf{x_j} \subset K$ such that
For each $x \in K$, there exists $V_x \in \cn^o(x)$ be precompact such that $x \in V_x \subset \overline{V_x} \subset U$ by (3) of \autoref{definition:lch}. Since $K$ is compact, there exists $\seqf{x_j} \subset K$ such that
\[
K \subset \bigcup_{j = 1}^n V_{x_j} \subset U
\]
By \ref{proposition:closure-finite-union},
By \autoref{proposition:closure-finite-union},
\[
\ol{\bigcup_{j = 1}^n V_{x_j}} = \bigcup_{j = 1}^n \overline{V_{x_j}} \subset U
\]
so $V = \bigcup_{j = 1}^n V_{x_j} \in \cn^o(K)$ is precompact.
\end{proof}
@@ -38,20 +40,22 @@
Let $X$ be a LCH space, $K \subset X$ be compact, and $U \in \cn(K)$, then there exists $f \in C_c(X; [0, 1])$ such that $\supp{f} \subset U$.
\end{lemma}
\begin{proof}
By \ref{lemma:lch-compact-neighbour}, there exists $V, W \in \cn^o(K)$ precompact such that
By \autoref{lemma:lch-compact-neighbour}, there exists $V, W \in \cn^o(K)$ precompact such that
\[
K \subset V \subset \ol{V} \subset W \subset \ol{W} \subset U
\]
As $\ol{W}$ is compact, it is normal by \ref{proposition:compact-hausdorff-normal}. Since $X$ is Hausdorff, $K \subset \ol{W}$ is closed by \ref{proposition:compact-closed}.
By Urysohn's lemma (\ref{lemma:urysohn}), there exists $f \in C(\ol{V}; [0, 1])$ such that $f|_K = 1$ and $f|_{\ol{W} \setminus V} = 0$. Let
As $\ol{W}$ is compact, it is normal by \autoref{proposition:compact-hausdorff-normal}. Since $X$ is Hausdorff, $K \subset \ol{W}$ is closed by \autoref{proposition:compact-closed}.
By \hyperref[Urysohn's lemma]{lemma:lch-urysohn}, there exists $f \in C(\ol{V}; [0, 1])$ such that $f|_K = 1$ and $f|_{\ol{W} \setminus V} = 0$. Let
\[
F: X \to [0, 1] \quad x \mapsto \begin{cases}
f(x) &x \in W \\
0 &x \in X \setminus \ol{V}
\end{cases}
\]
then by the gluing lemma for continuous functions (\ref{lemma:gluing-continuous}), $F \in C_c(X; [0, 1])$ with $F|_{K} = 1$ and $\supp{f} \subset U$.
then by the \hyperref[gluing lemma for continuous functions]{lemma:gluing-continuous}, $F \in C_c(X; [0, 1])$ with $F|_{K} = 1$ and $\supp{f} \subset U$.
\end{proof}
\begin{theorem}[Tietze Extension Theorem (LCH)]
@@ -59,16 +63,17 @@
Let $X$ be a LCH space, $K \subset X$ be compact, $U \in \cn^o(K)$, and $f \in C(K; \real)$, then there exists $F \in C_c(U; \real)$ such that $F|_K = f$.
\end{theorem}
\begin{proof}
By \ref{lemma:lch-compact-neighbour}, there exists $V, W \in \cn^o(K)$ precompact such that $K \subset V \subset \ol{V} \subset U$. As $\ol{W}$ is compact, it is normal by \ref{proposition:compact-hausdorff-normal}. Since $X$ is Hausdorff, $K \subset \ol{W}$ is closed by \ref{proposition:compact-closed}.
By \autoref{lemma:lch-compact-neighbour}, there exists $V, W \in \cn^o(K)$ precompact such that $K \subset V \subset \ol{V} \subset U$. As $\ol{W}$ is compact, it is normal by \autoref{proposition:compact-hausdorff-normal}. Since $X$ is Hausdorff, $K \subset \ol{W}$ is closed by \autoref{proposition:compact-closed}.
By the Tietze extension theorem (\ref{theorem:tietze}), there exists $F \in C(\ol{W}; \real)$ such that $F|_K = f$. By Urysohn's lemma (\ref{lemma:lch-urysohn}), there exists $\eta \in C_c(X; [0, 1])$ such that $\eta|_K = 1$ and $\supp{\eta} \subset V$. In which case, define
By the \hyperref[Tietze extension theorem]{theorem:tietze}, there exists $F \in C(\ol{W}; \real)$ such that $F|_K = f$. By \hyperref[Urysohn's lemma]{lemma:lch-urysohn}, there exists $\eta \in C_c(X; [0, 1])$ such that $\eta|_K = 1$ and $\supp{\eta} \subset V$. In which case, define
\[
\ol F: X \to \real \quad x \mapsto \begin{cases}
\eta(x) \cdot f(x) &x \in V \\
0 &x \in X \setminus \supp{\eta}
\end{cases}
\]
then by the gluing lemma for continuous functions (\ref{lemma:gluing-continuous}), $\ol F \in C_c(X; \real)$ with $\ol F|_K = F|_K = f$ and $\supp{F} \subset \supp{\eta} \subset V \subset U$.
then by the \hyperref[gluing lemma for continuous functions]{lemma:gluing-continuous}, $\ol F \in C_c(X; \real)$ with $\ol F|_K = F|_K = f$ and $\supp{F} \subset \supp{\eta} \subset V \subset U$.
\end{proof}
\begin{proposition}[{{\cite[Proposition 4.39]{Folland}}}]
@@ -88,10 +93,11 @@
\item[(b)] For each $0 \le k < n$, $\overline{U_k} \subset U_{k+1}$.
\item[(c)] For each $1 \le k \le n$, $U_k \supset \bigcup_{j = 1}^k K_j$.
\end{enumerate}
By \ref{lemma:lch-compact-neighbour}, there exists $U_{n+1} \in \cn^o(\overline{U_n} \cup K_{n+1})$ precompact. In which case, by (c),
By \autoref{lemma:lch-compact-neighbour}, there exists $U_{n+1} \in \cn^o(\overline{U_n} \cup K_{n+1})$ precompact. In which case, by (c),
\[
U_{n+1} \supset \ol{U_n} \cup K_{n+1} \supset \bigcup_{j = 1}^n K_j \cup K_{n+1} = \bigcup_{j = 1}^{n+1}K_j
\]
Thus $\bracs{U_j}_0^{n+1}$ satisfies (a), (b), and (c), and $\seq{U_n}$ is an exhaustion of $X$ by compact sets.
\end{proof}
@@ -108,14 +114,16 @@
\[
F_j = \bigcup_{\substack{1 \le k \le m \\ N_{x_k} \subset U_j}}N_{x_k}
\]
then $F_j \subset U_j$ is compact, and $\bigcup_{j = 1}^n F_j \supset K$.
By Urysohn's lemma (\ref{lemma:lch-urysohn}), there exists $\seqf{f_j} \subset C_c(X; [0, 1])$ such that for each $1 \le j \le n$, $f_j|_{F_j} = 1$, and $\supp{f_j} \subset U_j$.
By \hyperref[Urysohn's lemma]{lemma:lch-urysohn}, there exists $\seqf{f_j} \subset C_c(X; [0, 1])$ such that for each $1 \le j \le n$, $f_j|_{F_j} = 1$, and $\supp{f_j} \subset U_j$.
By Urysohn's lemma again, there exists $f_{j + 1} \in C(X; [0, 1])$ such that $f_{j+1}|_{K} = 0$ and $\bracs{f_{j+1} = 0} \subset \bigcup_{j = 1}^n \supp{f_j}$. Let $F = \sum_{j = 1}^{n+1}f_j$, then $F(x) > 0$ for all $x \in X$. For each $1 \le j \le n$, let $g_j = f_j/F$, then $g_j \in C_c(X; [0, 1])$ with $\supp{g_j} \subset U_j$. In addition, since $f_{j+1}|_K = 0$,
\[
\sum_{j = 1}^n g_j|_K = \frac{\sum_{j = 1}^n f_j}{F} = \frac{\sum_{j = 1}^n f_j}{\sum_{j = 1}^n f_j} = 1
\]
Therefore $\seqf{g_j}$ is the desired partition of unity.
\end{proof}
@@ -124,17 +132,19 @@
Let $X$ be a LCH space and $\ce \subset 2^X$ be a locally finite precompact open cover of $X$, then there exists locally finite precompact open covers $\bracs{F_E}_{E \in \ce}, \bracs{G_E}_{E \in \ce} \subset 2^X$ such that for each $E \in \ce$, $F_E \subset \ol{F_E} \subset E \subset \ol{E} \subset G_E$.
\end{lemma}
\begin{proof}
$(\bracs{F_E}_{E \in \ce})$: For each $E \in \ce$, $\bracs{F \in \ce|F \cap \ol E \ne \emptyset}$ is finite by \ref{lemma:locally-finite-compact}. Let
$(\bracs{F_E}_{E \in \ce})$: For each $E \in \ce$, $\bracs{F \in \ce|F \cap \ol E \ne \emptyset}$ is finite by \autoref{lemma:locally-finite-compact}. Let
\[
F_E = \bigcup_{\substack{F \in \ce} \\ F \cap \ol E \ne \emptyset}F
\]
then $F_E \in \cn(\ol{E})$ is precompact.
Let $N \subset X$ and $E \in \ce$. If $N \cap F_E \ne \emptyset$, then there exists $F \in \ce$ such that $N \cap F \ne \emptyset$ and $F \cap \ol{E} \ne \emptyset$. Thus
\[
\bracs{E \in \ce|N \cap F_E \ne \emptyset} \subset \bigcup_{\substack{F \in \ce \\ F \cap N \ne \emptyset}}\bracs{E \in \ce|F \cap \ol{E} \ne \emptyset} \subset \bigcup_{\substack{F \in \ce \\ F \cap N \ne \emptyset}}\bracs{E \in \ce|\ol{F} \cap \ol{E} \ne \emptyset}
\]
By \ref{lemma:locally-finite-closure}, $\bracsn{\ol E|E \in \ce}$ is also locally finite. Hence for every $F \in \ce$, $\bracsn{E \in \ce|F \cap \ol{E} \ne \emptyset}$ is finite.
By \autoref{lemma:locally-finite-closure}, $\bracsn{\ol E|E \in \ce}$ is also locally finite. Hence for every $F \in \ce$, $\bracsn{E \in \ce|F \cap \ol{E} \ne \emptyset}$ is finite.
Let $x \in X$, then there exists $N \in \cn(x)$ such that $\bracs{F \in \ce|N \cap F \ne \emptyset}$ is finite. In which case, $\bracs{E \in \ce|N \cap F_E \ne \emptyset}$ is finite as well. Therefore $\bracs{F_E}_{E \in \ce}$ is locally finite.
@@ -149,17 +159,20 @@
\[
G_E = \bigcup_{\substack{x \in X_\ce \\ \ol{N_x} \subset E}}N_x
\]
then $\bracs{G_E}_{E \in \ce}$ is an open cover of $X$. Since $G_E \subset E$ for all $E \in \ce$, $\bracs{G_E}_{E \in \ce}$ is locally finite.
It remains to show that $\ol{G_E} \subset E$. Let $x \in X_F$ such that $N_x \subset E$, then $N_x \cap F \ne \emptyset$. Since $N_x \subset E$, $E \cap F \ne \emptyset$. Thus
\[
\bracsn{x \in X_\ce|\ol{N_x} \subset E} \subset \bigcup_{\substack{F \in \ce \\ E \cap F \ne \emptyset}}X_F \subset \bigcup_{\substack{F \in \ce \\ \ol E \cap F \ne \emptyset}}X_F
\]
is finite by \ref{lemma:locally-finite-compact}, so
is finite by \autoref{lemma:locally-finite-compact}, so
\[
\ol{G_E} = \bigcup_{\substack{x \in X_\ce \\ \ol{N_x} \subset E}}\ol N_x \subset E
\]
by \ref{proposition:closure-finite-union}.
by \autoref{proposition:closure-finite-union}.
\end{proof}
\begin{proposition}
@@ -177,31 +190,34 @@
\begin{proof}
(1) $\Rightarrow$ (2): For each $x \in X$, there exists a precompact open neighbourhood $U_x \in \cn^o(x)$. Since $\bracs{U_x| x \in X}$ is an open cover of $X$, there exists a locally finite refinement $\mathcal{V}$. For each $V \in \mathcal{V}$, there exists $x \in X$ such that $V \subset U_x$. In which case, $\ol{V} \subset \ol{U_x}$ is compact.
(2) $\Rightarrow$ (3): Let $\cf \subset 2^X$ be a locally finite open cover of $X$ consisting of precompact open sets. By \ref{lemma:lch-locally-finite-precompact-refine}, there exists a locally finite open cover $\bracs{G_F}_{F \in \cf}$ of $X$ consisting of precompact open sets such that $\ol{F} \subset G_F$ for all $F \in \cf$.
(2) $\Rightarrow$ (3): Let $\cf \subset 2^X$ be a locally finite open cover of $X$ consisting of precompact open sets. By \autoref{lemma:lch-locally-finite-precompact-refine}, there exists a locally finite open cover $\bracs{G_F}_{F \in \cf}$ of $X$ consisting of precompact open sets such that $\ol{F} \subset G_F$ for all $F \in \cf$.
For each $F \in \cf$, let
\[
\mathcal{U}_F = \bracs{U \cap G_F|U \in \mathcal{U}}
\]
then $\mathcal{U}_F$ is a precompact open cover of $\ol{F}$. By compactness of $\ol{F}$, there exists $\mathcal{V}_F \subset \mathcal{U}_F$ finite such that $\ol{F} \subset \bigcup_{V \in \mathcal{V}_F}V$.
Let $\mathcal{V} = \bigcup_{F \in \cf}\mathcal{V}_F$, then $\mathcal{V}$ is a precompact open cover of $X$. For any $x \in X$, there exists $N \in \cn(x)$ such that $\bracs{F \in \cf|N \cap G_F}$ is finite. Thus
\[
\bracs{V \in \mathcal{V}| N \cap V} \subset \bigcup_{\substack{F \in \cf \\ N \cap G_F \ne \emptyset}}\mathcal{V}_F
\]
is finite, and $\mathcal{V}$ is locally finite.
(3) $\Rightarrow$ (4): By \ref{lemma:lch-locally-finite-precompact-refine}.
(3) $\Rightarrow$ (4): By \autoref{lemma:lch-locally-finite-precompact-refine}.
(4) $\Rightarrow$ (5): Let $\seqi{V}, \seqi{W} \subset 2^X$ be locally finite refinements of $\mathcal{U}$ consisting of precompact open sets such that for each $i \in I$, $\ol{W_i} \subset V_i$.
By Urysohn's Lemma (\ref{lemma:lch-urysohn}), there exists $\seqi{f} \in C_c(X; [0, 1])$ such that for each $i \in I$, $f_i|_{\ol{W_i}} = 1$ and $\supp{f_i} \subset V_i$.
By \hyperref[Urysohn's lemma]{lemma:lch-urysohn}, there exists $\seqi{f} \in C_c(X; [0, 1])$ such that for each $i \in I$, $f_i|_{\ol{W_i}} = 1$ and $\supp{f_i} \subset V_i$.
Let $F = \sum_{i \in I}f_i$. For each $x \in X$, there exists $N_x \in \cn^o(x)$ such that $\bracs{i \in I|N_x \cap V_i \ne \emptyset}$ is finite. In which case,
\[
F|_{N_x} = \sum_{\substack{i \in I \\ N_x \cap V_i \ne \emptyset}}f_i|_{N_x}
\]
thus $F|_{N_x} \in C(N_x; \real)$. By \ref{lemma:gluing-continuous}, $F \in C(X; \real)$.
thus $F|_{N_x} \in C(N_x; \real)$. By \autoref{lemma:gluing-continuous}, $F \in C(X; \real)$.
Since $\seqi{W}$ is an open cover of $X$, $F(x) > 0$ for all $x \in X$. For each $i \in I$, let $g_i = f_i/F$, then $g_i \in C_c(X; [0, 1])$ with $\supp{g_i} = \supp{f_i} \subset W_i$. For any $x \in X$, there exists $N_x \in \cn^o(x)$ such that $\bracs{i \in I|N_x \cap W_i \ne \emptyset}$ is finite. In which case, $\bracs{i \in I|0 < g_i|_{N_x}}$ is also finite. Thus $\seqi{g}$ is a $C_c$ partition of unity subordinate to $\mathcal{U}$.
@@ -217,7 +233,7 @@
Let $X$ be a $\sigma$-compact LCH space, then $X$ is paracompact.
\end{proposition}
\begin{proof}
By \ref{proposition:lch-sigma-compact}, there exists an exhaustion $\seq{U_n} \subset 2^X$ of $X$ by precompact open sets. Denote $U_0 = \emptyset$. For each $n \in \natp$, let $V_n = U_{n+1} \setminus \ol{U_{n-1}}$.
By \autoref{proposition:lch-sigma-compact}, there exists an exhaustion $\seq{U_n} \subset 2^X$ of $X$ by precompact open sets. Denote $U_0 = \emptyset$. For each $n \in \natp$, let $V_n = U_{n+1} \setminus \ol{U_{n-1}}$.
Let $x \in X$, then there exists $n \in \natp$ such that $x \in U_n \setminus U_{n-1}$. In which case, if $n > 1$, then $x \in U_{n} \setminus \ol{U_{n - 2}} = V_{n-1}$. If $n = 1$, then $x \in U_{2} = V_1$. Thus $\seq{V_n}$ is an open cover of $X$. In addition, for any $m, n \in \natp$ with $m \le n$, $V_m \cap V_n \ne \emptyset$ implies that $n - m < 2$, so $\seq{V_n}$ is locally finite. By (2) of \ref{proposition:lch-paracompact}, $X$ is paracompact.
Let $x \in X$, then there exists $n \in \natp$ such that $x \in U_n \setminus U_{n-1}$. In which case, if $n > 1$, then $x \in U_{n} \setminus \ol{U_{n - 2}} = V_{n-1}$. If $n = 1$, then $x \in U_{2} = V_1$. Thus $\seq{V_n}$ is an open cover of $X$. In addition, for any $m, n \in \natp$ with $m \le n$, $V_m \cap V_n \ne \emptyset$ implies that $n - m < 2$, so $\seq{V_n}$ is locally finite. By (2) of \autoref{proposition:lch-paracompact}, $X$ is paracompact.
\end{proof}

View File

@@ -17,7 +17,7 @@
\end{enumerate}
\end{proposition}
\begin{proof}
(1): Let $A \subset X$ be a path component and $x \in A$, then there exists $U \in \cn(x)$ connected. By \ref{proposition:path-connected-union}, $A \cup U \in \cn(x)$ is also connected. Since $A$ is a path-component, $A \cup U \subset A \in \cn(x)$. Thus $A$ is open by \ref{lemma:openneighbourhood}.
(1): Let $A \subset X$ be a path component and $x \in A$, then there exists $U \in \cn(x)$ connected. By \autoref{proposition:path-connected-union}, $A \cup U \in \cn(x)$ is also connected. Since $A$ is a path-component, $A \cup U \subset A \in \cn(x)$. Thus $A$ is open by \autoref{lemma:openneighbourhood}.
(2): Let $P$ be a path component in $X$ and $C \supset P$ be its connected components. If $C$ is not path-connected, then $P \subsetneq C$ there exists path-components $\seqi{P} \subset 2^C$ such that $C = \bigsqcup_{i \in I}P_i$. In which case, $C \setminus P$ is open by (1), and $C$ is not connected, which is impossible.

View File

@@ -50,6 +50,7 @@
\[
\topo = \bracs{U \subset X| U \in \cn(x) \forall x \in U}
\]
Firstly, $\emptyset$ satisfies the condition vacuously, so $\emptyset \in \topo$.
For any $x \in X$, $\cn(x)$ is non-empty and there exists $V \in \cn(x)$. Since $X \supset V$, $X \in \topo$ by (F1).
@@ -63,11 +64,13 @@
\[
U = \bracs{y \in V: V \in \cn(y)}
\]
then $U \supset U_0$ and $U \in \cn(x)$ by (V1). Let $y \in U$, then (V4) implies that there exists $W \in \cn(y)$ such that $V \in \cn(z)$ for all $z \in W$. Thus $W \subset U$ and $U \in \cn(y)$ by (F1).
\textit{Uniqueness}: Let $\mathcal{R}$ be a topology such that $\cn_{\mathcal{R}} = \cn$, then by \ref{lemma:openneighbourhood},
\textit{Uniqueness}: Let $\mathcal{R}$ be a topology such that $\cn_{\mathcal{R}} = \cn$, then by \autoref{lemma:openneighbourhood},
\[
\mathcal{R} = \bracs{U \subset X| U \in \cn_{\mathcal{R}}(x) \forall x \in U} = \bracs{U \subset X| U \in \cn(x) \forall x \in U} = \topo
\]
so $\topo$ is unique.
\end{proof}

View File

@@ -30,16 +30,17 @@
\begin{proof}
(1): Let $\seq{q_n}$ be an enumeration of $\rational \cap (0, 1)$. For each $n \in \natp$, let $Q_n = \bracs{0, 1} \cup \bracs{q_k|1 \le k \le n}$.
Let $U_1 = B^c$. By (2) of \ref{definition:topology-normal}, there exists $U_0 \in \cn(A)$ such that $A \subset U_0 \subset \ol{U_0} \subset B^c$. In which case, for $n = 0$,
Let $U_1 = B^c$. By (2) of \autoref{definition:topology-normal}, there exists $U_0 \in \cn(A)$ such that $A \subset U_0 \subset \ol{U_0} \subset B^c$. In which case, for $n = 0$,
\begin{enumerate}
\item[(i)] $U_1 = B^c$.
\item[(ii)] For any $p, q \in Q_k$ with $p < q$, $\overline{U_p} \subset U_q$.
\end{enumerate}
Suppose inductively that $\bracs{U_q|q \in Q_n}$ has been constructed, and (ii) holds for $n$. Let $p = \max\bracs{r \in Q_n|r < q_{n+1}}$ and $q = \min\bracs{r \in Q_n|r > r_{n+1}}$. By (2) of \ref{definition:topology-normal}, there exists $U_{q_{n+1}} \in \cn^o(\overline{U_p})$ such that
Suppose inductively that $\bracs{U_q|q \in Q_n}$ has been constructed, and (ii) holds for $n$. Let $p = \max\bracs{r \in Q_n|r < q_{n+1}}$ and $q = \min\bracs{r \in Q_n|r > r_{n+1}}$. By (2) of \autoref{definition:topology-normal}, there exists $U_{q_{n+1}} \in \cn^o(\overline{U_p})$ such that
\[
U_p \subset \overline{U_p} \subset U_{q_{n+1}} \subset \overline{U_{q_{n+1}}} \subset U_q
\]
and $\bracs{U_q|q \in Q_{n+1}}$ satisfies (ii) for $n + 1$.
Now suppose that $\bracs{U_q|q \in \rational \cap [0, 1]}$ has been constructed and (ii) holds for all $n \in \nat$. For any $p, q \in \rational \cap [0, 1]$ with $p < q$, there exists $n \in \nat$ such that $p, q \in Q_n$. In which case, $\ol{U_p} \subset U_q$ by (ii). Thus (b) holds.
@@ -48,16 +49,19 @@
\[
f: X \to [0, 1] \quad x \mapsto \inf\bracs{q \in [0, 1] \cap \rational| x \in U_q}
\]
where $f(x) = 1$ if $x \not\in \bigcup_{q \in [0, 1] \cap \rational}U_q$. Since $A \subset \bigcap_{q \in [0, 1] \cap \rational}U_q$ and $U_1 = B^c$, $f|_A = 0$ and $f|_B = 1$.
Let $\alpha \in [0, 1]$, then
\[
f^{-1}([0, \alpha)) = \bigcup_{\substack{q \in \rational \cap [0, 1] \\ q < \alpha}}U_q
\]
is open. On the other hand, let $x \in X$, then $f(x) > \alpha$ if and only if there exists $q \in (\alpha, f(x)) \cap \rational$ such that $x \not\in U_q$. By (b) of (1), this is equivalent to the existence of $p \in (\alpha, f(x)) \cap \rational$ such that $x \not\in \ol{U_p}$. In which case,
\[
f^{-1}((b, 1]) = \bigcup_{\substack{q \in \rational \cap [0, 1] \\ q > \alpha}}\overline{U_p}^c
\]
is open.
\end{proof}
@@ -70,18 +74,21 @@
\[
R: BC(X; \real) \to BC(A; \real) \quad g \mapsto g|_A
\]
then $R \in L(BC(X; \real); BC(A; \real))$.
For any $g \in C(A; [0, 1])$, let
\[
B = g^{-1}(\norm{g}_u \cdot [0, 1/3]) \quad C = g^{-1}(\norm{g}_u \cdot [2/3, 1])
\]
then $B, C \subset A$ are closed with $B \cap C = \emptyset$. Since $A$ is closed, $B, C \subset X$ are closed. By Urysohn's lemma, there exists $h \in C(X; [0, 1/3])$ such that $h|_C = 1/3$ and $h|_B = 0$. Thus $g - h|_A \in C(A; [0, 2/3])$.
By linearity, this implies that for any $g \in BC(A; \real)$, there exists $h \in BC(A; \real)$ such that $\norm{h}_u \le \norm{g}_u/3$ and $\norm{g - h|_A}_u \le 2\norm{g}_u/3$.
Since $\real$ is complete, so is $BC(X; \real)$ by \ref{proposition:set-uniform-complete}. Using successive approximations (\ref{theorem:successive-approximation}), for every $f \in BC(A; \real)$, there exists $F \in BC(X; \real)$ such that $RF = F|_A = f$ and
Since $\real$ is complete, so is $BC(X; \real)$ by \autoref{proposition:set-uniform-complete}. Using \hyperref[successive approximations]{theorem:successive-approximation}, for every $f \in BC(A; \real)$, there exists $F \in BC(X; \real)$ such that $RF = F|_A = f$ and
\[
\norm{F}_u \le \frac{1}{3} \cdot \frac{1}{1 - 2/3} \cdot \norm{f}_u = \norm{f}_u
\]
\end{proof}

View File

@@ -15,6 +15,7 @@
\[
\bracs{U \in \mathcal{U}|U \cap K \ne \emptyset} \subset \bigcup_{x \in X_K}\bracs{U \in \mathcal{U}|U \cap N_x \ne \emptyset}
\]
\end{proof}
\begin{lemma}

View File

@@ -18,10 +18,11 @@
\begin{proof}
Let $U, V \subset [0, 1]$ be open with $[0, 1] = U \cup V$. If $\sup U = \sup V$, then $\sup U = \sup V = 1$ and $U, V \in \cn^o(1)$, so $U \cap V \ne \emptyset$. If $\sup U < \sup V \le 1$, then $x \not\in U$ and $x \in V$. In which case, $V \in \cn^o(x)$ and $V \cap U \ne \emptyset$. Therefore $[0, 1]$ is connected.
Fix $x \in X$. For any $y \in X$, let $f_y \in C([0, 1]; X)$ be a path from $x$ to $y$, then $f_y([0, 1])$ is connected with $x, y \in f_y([0, 1])$ by \ref{proposition:connected-image}. By \ref{proposition:connected-union},
Fix $x \in X$. For any $y \in X$, let $f_y \in C([0, 1]; X)$ be a path from $x$ to $y$, then $f_y([0, 1])$ is connected with $x, y \in f_y([0, 1])$ by \autoref{proposition:connected-image}. By \autoref{proposition:connected-union},
\[
X = \bigcup_{y \in X}f_y([0, 1])
\]
is connected.
\end{proof}
@@ -37,6 +38,7 @@
g(2(t - 1/2)) &t \in [1/2, 1]
\end{cases}
\]
is a path from $y$ to $z$.
\end{proof}
@@ -45,5 +47,5 @@
Let $X$ be a topological space and $A \subset X$ be path-connected, then there exists a unique path-connected set $C \supset A$ such that for any $C' \supset A$ path-connected, $C \supset C'$. The set $C$ is the \textbf{path-component} of $A$.
\end{definition}
\begin{proof}
Let $C$ be the union of all path-connected sets containing $A$, then $C$ is path-connected by \ref{proposition:path-connected-union} and the maximum path-connected set containing $A$ by definition.
Let $C$ be the union of all path-connected sets containing $A$, then $C$ is path-connected by \autoref{proposition:path-connected-union} and the maximum path-connected set containing $A$ by definition.
\end{proof}

View File

@@ -11,6 +11,7 @@
\cb(\ce) = \bracs{\bigcap_{k = 1}^n \pi_{i_k}^{-1}(U_{k}) \bigg | U_{k} \in \topo_{i_k}, \seqf{i_k} \subset I, n \in \nat^+}
\]
is a base for $\topo$.
\item[(U)] For any topological space space $Y$ and $\seqi{f}$ where $f_i \in C(Y; X_i)$ for all $i \in I$, there exists a unique $f \in C(Y; X)$ such that the following diagram commutes
@@ -22,16 +23,18 @@
}
\]
for all $i \in I$.
\end{enumerate}
\end{definition}
\begin{proof}
(1): By (3) of \ref{definition:initial-topology}.
(1): By (3) of \autoref{definition:initial-topology}.
(U): Let $f \in \prod_{i \in I}f_i$, then $f$ is the unique function such that the diagrams commute. For each $\bigcap_{k = 1}^n \pi_{i_k}^{-1}(U_k) \in \topo$,
\[
f^{-1}\paren{\bigcap_{k = 1}^n \pi_{i_k}^{-1}(U_k)} = \bigcap_{k = 1}^n f_{i_k}^{-1}(U_k)
\]
which is open in $Y$ by (O2).
\end{proof}
@@ -46,6 +49,7 @@ Let $\bracsn{(X_i, \topo_i)}_{i \in I}$ be a family of topological spaces and $\
\[
B \subset \bigcap_{k = 1}^n B_k \subset \bigcap_{k = 1}^n \pi_{i_k}^{-1}(U_k) \subset U
\]
Therefore $\fB$ converges to $x$.
\end{proof}
@@ -62,23 +66,26 @@ Let $\bracsn{(X_i, \topo_i)}_{i \in I}$ be a family of topological spaces and $\
}
\]
for all $i \in I$.
\item If $X$ is T0 and equipped with the initial topology induced by $\seqi{f}$, then $f$ is an embedding.
\end{enumerate}
\end{proposition}
\begin{proof}
(1): By (U) of \ref{definition:product-topology}.
(1): By (U) of \autoref{definition:product-topology}.
(2): Let $x, y \in X$ with $x \ne y$. Assume without loss of generality that there exists $U \in \cn(x)$ such that $y \not\in U$. Let $J \subset I$ finite, $\seqj{U}$, and $\seqj{V}$ such that
\[
U = \bigcap_{j \in J}f_j^{-1}(U_j) = f^{-1}\paren{\bigcap_{j \in J}\pi_j^{-1}(U_j)}
\]
then $f(x) \in \bigcap_{j \in J}\pi_j^{-1}(U_j)$ but $f(y) \not\in \bigcap_{j \in J}\pi_j^{-1}(U_j)$. Thus $f$ is injective.
Let $U \subset X$ be open. Assume without loss of generality that there exists $J \subset I$ finite and $\bracs{U_j}_{j \in J}$ such that $U = \bigcap_{j \in J}f_j^{-1}(U_j)$. In which case, $\bigcap_{j \in J}\pi_j^{-1}(U_j)$ is open in $\prod_{i \in I}Y_i$ and
\[
f(U) = f(X) \cap \bigcap_{j \in J}\pi_j^{-1}(U_j)
\]
is a relatively open set.
\end{proof}
@@ -95,13 +102,14 @@ Let $\bracsn{(X_i, \topo_i)}_{i \in I}$ be a family of topological spaces and $\
}
\]
for all $i \in I$.
\item $f$ is an embedding.
\end{enumerate}
\end{proposition}
\begin{proof}
(1): By (U) of \ref{definition:product-topology}/\ref{definition:product-uniform}.
(1): By (U) of \autoref{definition:product-topology}/\autoref{definition:product-uniform}.
(2): Consider the following diagram
\[
@@ -112,11 +120,13 @@ Let $\bracsn{(X_i, \topo_i)}_{i \in I}$ be a family of topological spaces and $\
\prod_{i \in I} X_i \ar@{->}[r]_{\pi_i} \ar@{->}[u]^{f} & X_i \ar@{^{(}->}[u]_{f_i}
}
\]
Since each $X_i \to Y_i$ is an embedding, the composition
\[
\xymatrix{
\iota_P(\prod_{i \in I}X_i) \ar@{->}[r]^{\pi_i} & Y_i \ar@{->}[r]^{f_i^{-1}} & X_i
}
\]
is continuous/uniformly continuous. By (U) of \ref{definition:product-topology}/\ref{definition:product-uniform}, $f$ is an embedding.
is continuous/uniformly continuous. By (U) of \autoref{definition:product-topology}/\autoref{definition:product-uniform}, $f$ is an embedding.
\end{proof}

View File

@@ -35,6 +35,7 @@
\td X \ar@{->}[r]_{\tilde f} & Y
}
\]
\item $\pi$ is a quotient map.
\end{enumerate}
The space $(\td X, \pi)$ is the \textbf{quotient} of $X$ by $\sim$.

View File

@@ -27,11 +27,12 @@
\begin{proof}
$(\Rightarrow)$: Let $x \in X$ and $\fF = \bracs{U \cap A| U \in \cn(x)}$, then $f(\fF) = F(\fF)$. By continuity of $F$, $F(\fF)$ converges to $F(x)$, so $\lim_{y \to x, x \in A}f(x)$ exists.
$(\Leftarrow)$: Let $F(x) = \lim_{y \to x, y \in A}f(y)$, then $F$ is well-defined and $F|_A = f$ by (4) of \ref{definition:hausdorff}.
$(\Leftarrow)$: Let $F(x) = \lim_{y \to x, y \in A}f(y)$, then $F$ is well-defined and $F|_A = f$ by (4) of \autoref{definition:hausdorff}.
Let $x \in X$ and $V \in \cn(F(x))$. Using (2) of \ref{definition:regular}, assume without loss of generality that $V$ is closed. By assumption, there exists $U \in \cn^o(x)$ such that $f(U \cap A) \subset V$. In which case, \ref{lemma:openneighbourhood} implies that $U \in \cn^o(y)$ for all $y \in U$. Since every limit point of a filter is a cluster point,
Let $x \in X$ and $V \in \cn(F(x))$. Using (2) of \autoref{definition:regular}, assume without loss of generality that $V$ is closed. By assumption, there exists $U \in \cn^o(x)$ such that $f(U \cap A) \subset V$. In which case, \autoref{lemma:openneighbourhood} implies that $U \in \cn^o(y)$ for all $y \in U$. Since every limit point of a filter is a cluster point,
\[
F(y) = \lim_{\substack{z \to y \\ z \in A}}f(z) \in \ol{f(U \cap A)} \subset V
\]
as $V$ is closed. Therefore $F(U) \subset V$, and $F$ is continuous.
\end{proof}

View File

@@ -1,5 +1,5 @@
\chapter{Metric Spaces}
\label{chap:metric-space}
\input{./src/topology/metric/metric.tex}
\input{./src/topology/metric/set-distance.tex}
\input{./metric.tex}
\input{./set-distance.tex}

View File

@@ -7,6 +7,7 @@
\[
d(A, B) = \inf_{\substack{a \in A \\ b \in B}}d(a, b)
\]
is the \textbf{distance} between $A$ and $B$.
\end{definition}
@@ -16,6 +17,7 @@
\[
d_A: X \to [0, \infty) \quad x \mapsto d(x, A)
\]
then $d_A \in UC(X; [0, \infty))$, where for any $x, y \in X$, $|d_A(x) - d_A(y)| \le d(x, y)$.
\end{proposition}
\begin{proof}
@@ -23,6 +25,7 @@
\[
d(y, A) = \inf_{a \in A}d(y, a) \le d(x, y) + \inf_{a \in A}d(x, a) = d(x, y) + d(x, A)
\]
As the argument is symmetric, $|d_A(x) - d_A(y)| \le d(x, y)$.
\end{proof}
@@ -32,6 +35,7 @@
\[
B(A, \eps) = \bracs{x \in X|d(x, A) < \eps} = \bigcup_{a \in A}B(a, \eps)
\]
is the \textbf{$\eps$-fattening} of $A$ with respect to $d$.
\end{definition}
@@ -41,9 +45,10 @@
\[
\ol{A} = \bigcap_{\eps > 0}B(A, \eps)
\]
\end{proposition}
\begin{proof}
By \ref{proposition:uniformclosure}.
By \autoref{proposition:uniformclosure}.
\end{proof}
\begin{proposition}
@@ -51,5 +56,5 @@
Let $(X, d)$ be a metric space, $C \subset X$ be closed, and $K \subset X$ be compact. If $C \cap K = \emptyset$, then $d(K, C) > 0$.
\end{proposition}
\begin{proof}
Suppose that $d(K, C) = 0$, then there exists $\seq{(x_n, y_n)} \subset K \times C$ such that $d(x_n, y_n) \to 0$ as $n \to \infty$. By \ref{definition:compact}, there exists a subsequence $\seq{n_k}$ and $x \in K$ such that $x_{n_k} \to x$ as $k \to \infty$. In which case, $d(x, C) = 0$, and $x \in \ol{K}$ by \ref{proposition:fattening-closure}, so $K \cap C \ne \emptyset$.
Suppose that $d(K, C) = 0$, then there exists $\seq{(x_n, y_n)} \subset K \times C$ such that $d(x_n, y_n) \to 0$ as $n \to \infty$. By \autoref{definition:compact}, there exists a subsequence $\seq{n_k}$ and $x \in K$ such that $x_{n_k} \to x$ as $k \to \infty$. In which case, $d(x, C) = 0$, and $x \in \ol{K}$ by \autoref{proposition:fattening-closure}, so $K \cap C \ne \emptyset$.
\end{proof}

View File

@@ -29,7 +29,7 @@
Let $(X, \fU)$ be a uniform space and $\fF \subset 2^X$ be a convergent filter, then $\fF$ is Cauchy.
\end{proposition}
\begin{proof}
Let $x \in X$ such that $\cn(x) \subset \fF$ and $V \in \fU$. By \ref{lemma:symmetricfundamentalentourage}, assume without loss of generality that $V \in \fU$. Since $\cn(x) \subset \fF$, then $V(x) \in \fU$ and $V(x) \times V(x) \subset V$.
Let $x \in X$ such that $\cn(x) \subset \fF$ and $V \in \fU$. By \autoref{lemma:symmetricfundamentalentourage}, assume without loss of generality that $V \in \fU$. Since $\cn(x) \subset \fF$, then $V(x) \in \fU$ and $V(x) \times V(x) \subset V$.
\end{proof}
\begin{definition}[Cauchy Continuous]
@@ -60,12 +60,13 @@
\end{enumerate}
\end{proposition}
\begin{proof}
Since $\fV$ and $\fB$ are both non-empty, $\mathfrak{M}$ is non-empty as well. Let $V_1, V_2 \in \fV$ and $M_1, M_2 \in \fB$. By (F2) of $\fV$ and $\fB$, there exists $V_0 \in \fV$ and $M_0 \in \fB$ such that $V_0 \subset V_1 \cap V_2$ and $M_0 \subset M_1 \cap M_2$. So $V_0(M_0) \subset V_1(M_1) \cap V_2(M_2)$, and $\mathfrak{M}$ satisfies (FB1). Given that $\emptyset \not\in \fV, \fB$, $\emptyset \not\in \mathfrak{M}$, so $\mathfrak{M}$ satisfies (FB2). By \ref{proposition:filterbasecriterion}, $\mathfrak{M}$ is a filter base for
Since $\fV$ and $\fB$ are both non-empty, $\mathfrak{M}$ is non-empty as well. Let $V_1, V_2 \in \fV$ and $M_1, M_2 \in \fB$. By (F2) of $\fV$ and $\fB$, there exists $V_0 \in \fV$ and $M_0 \in \fB$ such that $V_0 \subset V_1 \cap V_2$ and $M_0 \subset M_1 \cap M_2$. So $V_0(M_0) \subset V_1(M_1) \cap V_2(M_2)$, and $\mathfrak{M}$ satisfies (FB1). Given that $\emptyset \not\in \fV, \fB$, $\emptyset \not\in \mathfrak{M}$, so $\mathfrak{M}$ satisfies (FB2). By \autoref{proposition:filterbasecriterion}, $\mathfrak{M}$ is a filter base for
\[
\fF_0 = \bracs{E \subset X| \exists V \in \fV, M \in \fB: V(M) \subset E} \subset \fF
\]
To see that $\mathfrak{M}$ is a Cauchy filter base, let $V \in \fV$. By (U2), there exists $W \in \fV$ such that $W \circ W \circ W \subset V$. Since $\fB$ is a Cauchy filter base, there exists $M \in \fB$ such that $M \times M \subset W$. Let $(x, y) \in W(M) \times W(M)$, then there exists $(p, q) \in M \times M$ such that $(p, x), (q, y) \in W$. As $M \times M$ \subset $W$, $(x, y) \in W \circ W \circ W$ by symmetry of $W$ and \ref{lemma:compositiongymnastics}. Therefore $W(M) \times W(M) \subset V$ and $\mathfrak{M}$ is a Cauchy filter base.
To see that $\mathfrak{M}$ is a Cauchy filter base, let $V \in \fV$. By (U2), there exists $W \in \fV$ such that $W \circ W \circ W \subset V$. Since $\fB$ is a Cauchy filter base, there exists $M \in \fB$ such that $M \times M \subset W$. Let $(x, y) \in W(M) \times W(M)$, then there exists $(p, q) \in M \times M$ such that $(p, x), (q, y) \in W$. As $M \times M$ \subset $W$, $(x, y) \in W \circ W \circ W$ by symmetry of $W$ and \autoref{lemma:compositiongymnastics}. Therefore $W(M) \times W(M) \subset V$ and $\mathfrak{M}$ is a Cauchy filter base.
Finally, let $\fF' \subset \fF$ be a Cauchy filter. Let $M \in \fB$ and $V \in \fV$, then there exists $N \in \fF'$ such that $N \times N \subset V$. Since $N \in \fF$, $M \cap N \ne \emptyset$, and there exists $y \in M \cap N$. For any $x \in N$, $N \times N \subset V$ implies that $x \in V(y)$. Hence $N \subset V(M)$ and $\fF' \supset \fF_0$.
\end{proof}
@@ -75,9 +76,9 @@
Let $(X, \fU)$ be a uniform space and $\fF \subset 2^X$ be a minimal Cauchy filter, then $\fF$ admits a base consisting of open sets.
\end{proposition}
\begin{proof}
Let $\fV \subset \fU$ be the set of all symmetric, open entourages. By \ref{proposition:goodentourages}, $\fV$ is a fundamental system of entourages. By \ref{proposition:minimalcauchyexistence}, $\mathfrak{M} = \bracs{U(M)| U \in \fV, M \in \fF}$ is a base for $\fF$.
Let $\fV \subset \fU$ be the set of all symmetric, open entourages. By \autoref{proposition:goodentourages}, $\fV$ is a fundamental system of entourages. By \autoref{proposition:minimalcauchyexistence}, $\mathfrak{M} = \bracs{U(M)| U \in \fV, M \in \fF}$ is a base for $\fF$.
Let $V \in \fU$, then there exists $U \in \fV$ such that $U \subset V$. For any $M \in \fF$, $U(M)$ is open by \ref{lemma:openentourageneighbourhoods}. Thus $\mathfrak{M}$ consists of open sets.
Let $V \in \fU$, then there exists $U \in \fV$ such that $U \subset V$. For any $M \in \fF$, $U(M)$ is open by \autoref{lemma:openentourageneighbourhoods}. Thus $\mathfrak{M}$ consists of open sets.
\end{proof}
\begin{proposition}[{{\cite[Corollary 2.3.1, 2.3.2]{Bourbaki}}}]
@@ -90,9 +91,9 @@
\end{enumerate}
\end{proposition}
\begin{proof}
(1): Let $\fF = \bracs{E \subset X: x \in E}$, then $\fF$ is a filter generated by the filter base $\fB = \bracs{\bracs{x}}$. By \ref{proposition:minimalcauchyexistence}, $\bracs{U(x): U \in \fU} = \cn(x)$ is the unique minimal filter contained in $\fF$.
(1): Let $\fF = \bracs{E \subset X: x \in E}$, then $\fF$ is a filter generated by the filter base $\fB = \bracs{\bracs{x}}$. By \autoref{proposition:minimalcauchyexistence}, $\bracs{U(x): U \in \fU} = \cn(x)$ is the unique minimal filter contained in $\fF$.
(2): Let $x \in X$ be an accumulation point of $\fF$, then $U(x) \cap E \ne \emptyset$ for all $U \in \fU$ and $E \in \fF$. By \ref{definition:generatedfilter}, there exists a filter $\fF' \supset \fF \cup \cn(x)$. Since $\fF$ is a Cauchy filter, so is $\fF'$. By minimality of $\cn(x)$, $\fF \supset \cn(x)$.
(2): Let $x \in X$ be an accumulation point of $\fF$, then $U(x) \cap E \ne \emptyset$ for all $U \in \fU$ and $E \in \fF$. By \autoref{definition:generatedfilter}, there exists a filter $\fF' \supset \fF \cup \cn(x)$. Since $\fF$ is a Cauchy filter, so is $\fF'$. By minimality of $\cn(x)$, $\fF \supset \cn(x)$.
(3): Since $\fF$ converges to $x$, $x$ is a cluster point of $\fF$ and $\mathfrak{G}$. By (2), $x$ is also a limit point of $\mathfrak{G}$.
\end{proof}

View File

@@ -11,7 +11,7 @@
Let $\seqi{X}$ be complete uniform spaces, then $\prod_{i \in I}X_i$ is complete.
\end{proposition}
\begin{proof}
For any Cauchy filter $\fF$ in $\prod_{i \in I}\wh X_i$, $\pi_i(\fF)$ is a Cauchy filter base by (1) of \ref{definition:product-uniform} and \ref{proposition:imagecauchy}. For each $i \in I$, $\wh X_i$ is complete, so there exists $x_i \in \wh X_i$ such that $\pi_i(\fF)$ converges to $x_i$. Let $x \in X$ such that $\pi_i(x) = x_i$ for all $i \in I$, then $\fF$ converges to $x$ by \ref{proposition:productfilterconvergence}. Therefore $\prod_{i \in I}X_i$ is complete.
For any Cauchy filter $\fF$ in $\prod_{i \in I}\wh X_i$, $\pi_i(\fF)$ is a Cauchy filter base by (1) of \autoref{definition:product-uniform} and \autoref{proposition:imagecauchy}. For each $i \in I$, $\wh X_i$ is complete, so there exists $x_i \in \wh X_i$ such that $\pi_i(\fF)$ converges to $x_i$. Let $x \in X$ such that $\pi_i(x) = x_i$ for all $i \in I$, then $\fF$ converges to $x$ by \autoref{proposition:productfilterconvergence}. Therefore $\prod_{i \in I}X_i$ is complete.
\end{proof}
\begin{proposition}
@@ -19,7 +19,7 @@
Let $X$ be a uniform space and $A \subset X$ be closed, then $A$ is complete.
\end{proposition}
\begin{proof}
Let $\fF$ be a Cauchy filter on $A$, then there exists $x \in X$ such that $\fF$ converges to $x$. Since $A$ is closed, $x \in X$ by (4) of \ref{definition:closure}.
Let $\fF$ be a Cauchy filter on $A$, then there exists $x \in X$ such that $\fF$ converges to $x$. Since $A$ is closed, $x \in X$ by (4) of \autoref{definition:closure}.
\end{proof}
@@ -29,9 +29,9 @@
Let $(X, \fU)$ be a uniform space and $A \subset X$ be a dense subset, then $X$ is \textbf{complete} if and only if every Cauchy filter on $A$ converges to at least one point in $X$.
\end{lemma}
\begin{proof}
Let $\fF \subset X$ be a Cauchy filter. Using \ref{proposition:minimalcauchyexistence}, assume without loss of generality that $\fF$ is minimal. By \ref{proposition:cauchyinterior}, $\fF$ admits a base consisting of open sets. Hence $E \cap A \ne \emptyset$ for all $E \in \fF$. Let $\fF_A = \bracs{E \cap A| E \in \fF}$, then $\fF_A$ is a filter base on $A$.
Let $\fF \subset X$ be a Cauchy filter. Using \autoref{proposition:minimalcauchyexistence}, assume without loss of generality that $\fF$ is minimal. By \autoref{proposition:cauchyinterior}, $\fF$ admits a base consisting of open sets. Hence $E \cap A \ne \emptyset$ for all $E \in \fF$. Let $\fF_A = \bracs{E \cap A| E \in \fF}$, then $\fF_A$ is a filter base on $A$.
By assumption, there exists $x \in X$ such that $\fF_A$ converges to $x$. Since $\fF$ is a Cauchy filter contained in the filter generated by $\fF_A$ in $X$, $x$ is also a limit point of $\fF$ by \ref{proposition:cauchyfilterlimit}.
By assumption, there exists $x \in X$ such that $\fF_A$ converges to $x$. Since $\fF$ is a Cauchy filter contained in the filter generated by $\fF_A$ in $X$, $x$ is also a limit point of $\fF$ by \autoref{proposition:cauchyfilterlimit}.
\end{proof}
@@ -44,7 +44,7 @@
\end{enumerate}
\end{proposition}
\begin{proof}
By \ref{proposition:uniform-neighbourhoods}, $Y$ is regular. Since $Y$ is complete, (2) is equivalent to (2) of \ref{theorem:regularextension}. Therefore the proposition follows from \ref{theorem:regularextension}.
By \autoref{proposition:uniform-neighbourhoods}, $Y$ is regular. Since $Y$ is complete, (2) is equivalent to (2) of \autoref{theorem:regularextension}. Therefore the proposition follows from \autoref{theorem:regularextension}.
\end{proof}
@@ -57,11 +57,12 @@
\end{enumerate}
\end{theorem}
\begin{proof}
(1): By \ref{proposition:imagecauchy}, $f(\bracs{U \cap A| U \in \cn(x)})$ is a Cauchy filter base for all $x \in X$. Thus the existence and uniqueness of the extension follows from \ref{proposition:uniformextension}.
(1): By \autoref{proposition:imagecauchy}, $f(\bracs{U \cap A| U \in \cn(x)})$ is a Cauchy filter base for all $x \in X$. Thus the existence and uniqueness of the extension follows from \autoref{proposition:uniformextension}.
(2): Let $V \in \fV$. Using \ref{proposition:goodentourages}, assume without loss of generality that $V$ is symmetric and closed. Since $f \in UC(A; Y)$, there exists $U \in \fU$ such that $(f(x), f(y)) \in V$ whenever $(x, y) \in U$. Using \ref{proposition:subspace-entourage}, assume without loss of generality that $U = \overline{U} = \ol{U \cap (A \times A)}$. In which case, since $F$ is continuous,
(2): Let $V \in \fV$. Using \autoref{proposition:goodentourages}, assume without loss of generality that $V$ is symmetric and closed. Since $f \in UC(A; Y)$, there exists $U \in \fU$ such that $(f(x), f(y)) \in V$ whenever $(x, y) \in U$. Using \autoref{proposition:subspace-entourage}, assume without loss of generality that $U = \overline{U} = \ol{U \cap (A \times A)}$. In which case, since $F$ is continuous,
\[
F(U) = F(\overline{U}) = F(\ol{U \cap (A \times A)}) \subset \overline{F(U \cap (A \times A))} = \overline{f(U \cap (A \times A))} \subset V
\]
by \ref{proposition:closure-of-image}.
by \autoref{proposition:closure-of-image}.
\end{proof}

View File

@@ -17,6 +17,7 @@
}
\]
Moreover, if $f \in UC(X; Y)$, then $F \in UC(\wh X; Y)$.
\end{enumerate}
Moreover,
@@ -25,9 +26,9 @@
\[
\wh V = \bracsn{(\fF, \mathfrak{G}) \in \wh X| \exists U \in \fF \cap \mathfrak{G}: U \times U \subset V}
\]
then[(5)] The family $\wh \fB = \bracsn{\wh V| V \in \fU, V \text{ symmetric}}$ forms a fundamental system of entourages for $\wh X$. In particular, $\bracs{\wh V \cap \iota(X)| V \in \fU, V \text{ symmetric}}$ is a fundamental system of entuorages for $\iota(X)$.
then the family $\wh \fB = \bracsn{\wh V| V \in \fU, V \text{ symmetric}}$ forms a fundamental system of entourages for $\wh X$. In particular, $\bracs{\wh V \cap \iota(X)| V \in \fU, V \text{ symmetric}}$ is a fundamental system of entourages for $\iota(X)$.
\item $\iota(X)$ is dense in $\wh X$.
\item[(5)] $\iota(X)$ is dense in $\wh X$.
\end{enumerate}
@@ -39,44 +40,45 @@
\[
\wh V = \bracsn{(\fF, \mathfrak{G}) \in \wh X| \exists U \in \fF \cap \mathfrak{G}: U \times U \subset V}
\]
and $\wh \fB = \bracsn{\wh V| V \in \fU, V \text{ symmetric}}$, then
\begin{enumerate}
\item[(FB1)] Let $\wh U, \wh V \in \wh \fB$. By \ref{lemma:symmetricfundamentalentourage}, there exists a symmetric entourage $W \in \fU$ such that $W \subset U \cap V$. In which case, for any $(\fF, \mathfrak{G}) \in \wh W$, there exists $E \in \fF \cap \mathfrak{G}$ with $E \times E \subset W \subset U \cap V$. Thus $\wh W \subset \wh U \cap \wh V$.
\item[(FB1)] Let $\wh U, \wh V \in \wh \fB$. By \autoref{lemma:symmetricfundamentalentourage}, there exists a symmetric entourage $W \in \fU$ such that $W \subset U \cap V$. In which case, for any $(\fF, \mathfrak{G}) \in \wh W$, there exists $E \in \fF \cap \mathfrak{G}$ with $E \times E \subset W \subset U \cap V$. Thus $\wh W \subset \wh U \cap \wh V$.
\item[(UB1)] Let $\wh U \in \wh \fB$ and $\fF \in \wh X$, then since $\fF$ is Cauchy, there exists $E \in \fF$ such that $E \times E \subset U$, so $(\fF, \fF) \in \wh U$.
\item[(UB2)] Let $\wh U \in \wh \fB$. By \ref{lemma:symmetricfundamentalentourage}, there exists a symmetric entourage $W \in \fU$ such that $W \circ W \subset U$. For any $\fF, \mathfrak{G}, \mathfrak{H} \in \wh X$ such that $(\fF, \mathfrak{G}), (\mathfrak{G}, \mathfrak{H}) \in \wh W$, there exists $W$-small sets $E \in \fF \cap \mathfrak{G}$ and $F \in \fF \cap \mathfrak{H}$. Since $\mathfrak{G}$ is a filter, $E \cap F \ne \emptyset$ by (F2) and (F3). By \ref{lemma:small-intersect}, $E \cup H$ is $W \circ W$-small and thus $U$-small. Using (F1), $E \cup H \in \fF \cap \mathfrak{H}$, so $(\fF, \mathfrak{H}) \in \wh U$. Therefore $\wh W \circ \wh W \subset U$.
\item[(UB2)] Let $\wh U \in \wh \fB$. By \autoref{lemma:symmetricfundamentalentourage}, there exists a symmetric entourage $W \in \fU$ such that $W \circ W \subset U$. For any $\fF, \mathfrak{G}, \mathfrak{H} \in \wh X$ such that $(\fF, \mathfrak{G}), (\mathfrak{G}, \mathfrak{H}) \in \wh W$, there exists $W$-small sets $E \in \fF \cap \mathfrak{G}$ and $F \in \fF \cap \mathfrak{H}$. Since $\mathfrak{G}$ is a filter, $E \cap F \ne \emptyset$ by (F2) and (F3). By \autoref{lemma:small-intersect}, $E \cup H$ is $W \circ W$-small and thus $U$-small. Using (F1), $E \cup H \in \fF \cap \mathfrak{H}$, so $(\fF, \mathfrak{H}) \in \wh U$. Therefore $\wh W \circ \wh W \subset U$.
\end{enumerate}
By \ref{proposition:fundamental-entourage-criterion}, there exists a unique uniformity $\wh \fU \supset \wh \fB$. Moreover, $\wh \fB$ consists of symmetric entourages by construction.
By \autoref{proposition:fundamental-entourage-criterion}, there exists a unique uniformity $\wh \fU \supset \wh \fB$. Moreover, $\wh \fB$ consists of symmetric entourages by construction.
(1, Hausdorff): It is sufficient to show that $\Delta$ is closed and use (6) of \ref{definition:hausdorff}. Let $(\fF, \mathfrak{G}) \in \ol{\Delta}$, then $(\fF, \mathfrak{G}) \in U$ for all $U \in \fU$ closed. Let $\fB = \bracs{F \cup G| F \in \fF, G \in \mathfrak{G}}$, then
(1, Hausdorff): It is sufficient to show that $\Delta$ is closed and use (6) of \autoref{definition:hausdorff}. Let $(\fF, \mathfrak{G}) \in \ol{\Delta}$, then $(\fF, \mathfrak{G}) \in U$ for all $U \in \fU$ closed. Let $\fB = \bracs{F \cup G| F \in \fF, G \in \mathfrak{G}}$, then
\begin{enumerate}
\item[(FB1)] For any $F \cup G, F' \cup G' \in \fB$, $(F \cup G) \cap (F' \cup G') \supset (F \cap F') \cup (G \cap G') \in \fB$.
\item[(FB2)] By (F3), $\emptyset \not\in \fF \cup \mathfrak{G}$, so $\emptyset \not\in \fB$.
\end{enumerate}
Thus $\fB$ is a filter base by \ref{proposition:filterbasecriterion}, and the filter $\mathfrak{H}$ generated by $\fB$ is contained in $\fF$ and $\mathfrak{G}$. By \ref{proposition:goodentourages}, for every $U \in \fU$, there exists a $U$-small set $E \in \fF \cap \mathfrak{G} \subset \fB \subset \mathfrak{H}$. So $\mathfrak{H} \subset \fF, \mathfrak{G}$ is a Cauchy filter. By minimality of $\fF$ and $\mathfrak{G}$, $\fF = \mathfrak{G} = \mathfrak{H}$.
Thus $\fB$ is a filter base by \autoref{proposition:filterbasecriterion}, and the filter $\mathfrak{H}$ generated by $\fB$ is contained in $\fF$ and $\mathfrak{G}$. By \autoref{proposition:goodentourages}, for every $U \in \fU$, there exists a $U$-small set $E \in \fF \cap \mathfrak{G} \subset \fB \subset \mathfrak{H}$. So $\mathfrak{H} \subset \fF, \mathfrak{G}$ is a Cauchy filter. By minimality of $\fF$ and $\mathfrak{G}$, $\fF = \mathfrak{G} = \mathfrak{H}$.
(2): For each $x \in X$, $\cn(x)$ is a minimal Cauchy filter by (1) of \ref{proposition:cauchyfilterlimit}. Define $\iota: X \to \wh X$ by $x \mapsto \cn(x)$. Let $\wh U \in \wh \fU$ and $(\cn(x), \cn(y)) \in \wh U$, then there exists a $U$-small set $E \in \cn(x) \cap \cn(y)$. By (V1), $(x, y) \in E \times E \in U$.
(2): For each $x \in X$, $\cn(x)$ is a minimal Cauchy filter by (1) of \autoref{proposition:cauchyfilterlimit}. Define $\iota: X \to \wh X$ by $x \mapsto \cn(x)$. Let $\wh U \in \wh \fU$ and $(\cn(x), \cn(y)) \in \wh U$, then there exists a $U$-small set $E \in \cn(x) \cap \cn(y)$. By (V1), $(x, y) \in E \times E \in U$.
Conversely, if $(x, y) \in U$, then $E = U(x) \cap U(y) \in \cn(x) \cap \cn(y)$ by (F2), and $E$ is $U$-small by symmetry of $U$.
Thus $(\iota \times \iota)^{-1}(\wh U) = U$, $(\iota \times \iota)^{-1}: \wh \fU \to \fU$ is a bijection, and $\iota \in UC(X; \wh X)$.
(4): Let $\fF \in \wh X$ and $\wh U \in \wh \fU$. Since $\fF$ is a Cauchy filter, there exists a $U$-small set $E \in \fF$. Using \ref{proposition:cauchyinterior}, assume without loss of generality that $E$ is open. Let $x \in E$, then $E \in \cn(x)$, so $(\fF, \iota(x)) \in \wh \fU$, and $X$ is dense in $\wh X$ by (3) of \ref{definition:closure}.
(4): Let $\fF \in \wh X$ and $\wh U \in \wh \fU$. Since $\fF$ is a Cauchy filter, there exists a $U$-small set $E \in \fF$. Using \autoref{proposition:cauchyinterior}, assume without loss of generality that $E$ is open. Let $x \in E$, then $E \in \cn(x)$, so $(\fF, \iota(x)) \in \wh \fU$, and $X$ is dense in $\wh X$ by (3) of \autoref{definition:closure}.
(1, Complete): Using \ref{lemma:complete-dense}, it is sufficient to show that every Cauchy filter in $\iota(X)$ converges in $\wh X$.
(1, Complete): Using \autoref{lemma:complete-dense}, it is sufficient to show that every Cauchy filter in $\iota(X)$ converges in $\wh X$.
Let $\wh \fF \in 2^{\iota(X)}$ be a Cauchy filter, then since $\iota: X \to \iota(X)$ is surjective, $\iota^{-1}(\wh \fF)$ is a filter base by \ref{proposition:preimage-filterbase}.
Let $\wh \fF \in 2^{\iota(X)}$ be a Cauchy filter, then since $\iota: X \to \iota(X)$ is surjective, $\iota^{-1}(\wh \fF)$ is a filter base by \autoref{proposition:preimage-filterbase}.
For any $U \in \fU$, there exists a $\wh U$-small set $\wh E \in \wh \fF$. Since $U = (\iota \times \iota)^{-1}(\wh U)$, $\iota^{-1}(\wh E) \subset U$, so $\iota^{-1}(\wh \fF)$ is a Cauchy filter base.
Let $\mathfrak{G} \subset \iota^{-1}(\wh \fF)$ be a minimal Cauchy filter, then $\iota(\mathfrak{G})$ is a Cauchy filter base by \ref{proposition:imagecauchy}.
Let $\mathfrak{G} \subset \iota^{-1}(\wh \fF)$ be a minimal Cauchy filter, then $\iota(\mathfrak{G})$ is a Cauchy filter base by \autoref{proposition:imagecauchy}.
Let $U \in \fU$. By \ref{proposition:cauchyinterior}, there exists a $U$-small open set $E \in \mathfrak{G}$. For any $x \in E$, $E \in \cn(x)$ by \ref{lemma:openneighbourhood}, so $(\cn(x), \mathfrak{G}) = (\iota(x), \mathfrak{G}) \in \wh U$, and $\iota(E) \subset \wh U(\mathfrak{G})$. Since $E \in \mathfrak{G}$, $\wh U(\mathfrak{G}) \supset \iota(E) \in \iota(\mathfrak{G})$, so $\iota(\mathfrak{G})$ converges to $\mathfrak{G}$.
Let $U \in \fU$. By \autoref{proposition:cauchyinterior}, there exists a $U$-small open set $E \in \mathfrak{G}$. For any $x \in E$, $E \in \cn(x)$ by \autoref{lemma:openneighbourhood}, so $(\cn(x), \mathfrak{G}) = (\iota(x), \mathfrak{G}) \in \wh U$, and $\iota(E) \subset \wh U(\mathfrak{G})$. Since $E \in \mathfrak{G}$, $\wh U(\mathfrak{G}) \supset \iota(E) \in \iota(\mathfrak{G})$, so $\iota(\mathfrak{G})$ converges to $\mathfrak{G}$.
Now, given that $\mathfrak{G} \subset \iota^{-1}(\wh \fF)$, $\iota(\mathfrak{G}) \subset \iota(\iota^{-1}(\fF)$, so $\iota(\iota^{-1}(\fF))$ converges to $\mathfrak{G}$ as well. Since $\fF$ is a filter on $\iota(X)$, $\iota(\iota^{-1}(\fF)) = \fF$, thus $\fF$ is convergent.
(U): Let $(Y, \mathfrak{V})$ be a complete Hausdorff uniform space and $f \in UC(X; Y)$. For each $\fF \in \wh X$, let $F(\fF) = \lim_{x, \fF}f(x)$. For any $x \in X$, $F(\iota(x)) = \lim_{y \to x}f(y) = f(x)$, so $f = F \circ \iota$. Since $\fF$ is a Cauchy filer, $f \in UC(X; Y)$, and $Y$ is a complete Hausdorff uniform space, the limit exists and is unique. Thus $F: \iota(X) \to Y$ is well-defined.
Let $U \in \mathfrak{V}$, then there exists a symmetric entourage $V \in \fU$ such that $(f(x), f(y)) \in U$ for all $(x, y) \in V$, then for any $(\iota(x), \iota(y)) \in \wh V \cap (\iota(X) \times \iota(X))$, $(F(\iota(x)), F(\iota(y))) \in U$, so $F$ is uniformly continuous. By \ref{theorem:uniform-continuous-extension}, there exists a unique $\td F \in C(\wh X; Y)$ such that $\td F|_{\iota(X)} = F|_{\iota(X)}$, and any such $\td F$ is uniformly continuous.
Let $U \in \mathfrak{V}$, then there exists a symmetric entourage $V \in \fU$ such that $(f(x), f(y)) \in U$ for all $(x, y) \in V$, then for any $(\iota(x), \iota(y)) \in \wh V \cap (\iota(X) \times \iota(X))$, $(F(\iota(x)), F(\iota(y))) \in U$, so $F$ is uniformly continuous. By \autoref{theorem:uniform-continuous-extension}, there exists a unique $\td F \in C(\wh X; Y)$ such that $\td F|_{\iota(X)} = F|_{\iota(X)}$, and any such $\td F$ is uniformly continuous.
\end{proof}
\begin{lemma}
@@ -84,7 +86,7 @@
Let $(X, \fU)$ be a Hausdorff uniform space, then the canonical map $\iota: X \to \wh X$ is an embedding.
\end{lemma}
\begin{proof}
Since the mapping $(\iota \times \iota)^{-1}$ is a bijection between two bases of uniformities of $X$ and $\wh X$, it is sufficient to show that $\iota$ is injective. To this end, observe that for any $x, y \in X$, $\cn(x) = \cn(y)$ if and only if $x = y$ by (4) of \ref{definition:hausdorff}.
Since the mapping $(\iota \times \iota)^{-1}$ is a bijection between two bases of uniformities of $X$ and $\wh X$, it is sufficient to show that $\iota$ is injective. To this end, observe that for any $x, y \in X$, $\cn(x) = \cn(y)$ if and only if $x = y$ by (4) of \autoref{definition:hausdorff}.
\end{proof}
\begin{definition}[Associated Hausdorff Uniform Space, {{\cite[Proposition 2.8.16]{Bourbaki}}}]
@@ -101,13 +103,14 @@
X \ar@{->}[r]_{f} \ar@{->}[u]^{i} & Y
}
\]
\end{enumerate}
known as the \textbf{Hausdorff uniform space associated with} $(X, \fU)$.
\end{definition}
\begin{proof}
Let $(\wh X, \iota)$ be the Hausdorff completion of $X$, $X' = \iota(X)$, and $i = \iota$, then $(X', i)$ satisfies (1) and (2).
(U): Let $(\wh Y, \iota)$ be the Hausdorff completion of $Y$. Using \ref{lemma:completion-of-hausdorff}, identify $Y$ as a subspace of $\wh Y$. By (U) of the Hausdorff completion, there exists a unique $\ol F \in UC(\wh X; \wh Y)$ such that the following diagram commutes:
(U): Let $(\wh Y, \iota)$ be the Hausdorff completion of $Y$. Using \autoref{lemma:completion-of-hausdorff}, identify $Y$ as a subspace of $\wh Y$. By (U) of the Hausdorff completion, there exists a unique $\ol F \in UC(\wh X; \wh Y)$ such that the following diagram commutes:
\[
\xymatrix{
@@ -117,7 +120,8 @@
}
\]
Since $\ol F(X') \subset \iota(Y) = Y'$, $F = \ol F|_{X'} \in UC(X'; Y')$ is continuous. By \ref{lemma:completion-of-hausdorff}, $\iota \in UC(Y; Y')$ is a homeomorphism. Upon identifying $Y$ with $Y'$, $F \in UC(X'; Y)$ is the desired map.
Since $\ol F(X') \subset \iota(Y) = Y'$, $F = \ol F|_{X'} \in UC(X'; Y')$ is continuous. By \autoref{lemma:completion-of-hausdorff}, $\iota \in UC(Y; Y')$ is a homeomorphism. Upon identifying $Y$ with $Y'$, $F \in UC(X'; Y)$ is the desired map.
\end{proof}
\begin{proposition}
@@ -131,9 +135,10 @@
X \ar@{->}[r]_{f} \ar@{->}[u] & Y \ar@{->}[u]
}
\]
\end{proposition}
\begin{proof}
By (U) of \ref{definition:hausdorff-completion} and \ref{definition:associated-hausdorff}.
By (U) of \autoref{definition:hausdorff-completion} and \autoref{definition:associated-hausdorff}.
\end{proof}
@@ -148,6 +153,7 @@
X \ar@{->}[r]_{f_i} \ar@{->}[u] & Y \ar@{->}[u]
}
\]
\item The uniformity of $\wh X$ is the initial uniformity induced by $\seqi{F}$.
\item There exists a unique $F \in UC(X; \prod_{i \in I}\wh Y_i)$ and $\ol{F} \in UC(\wh X; \prod_{i \in I}\wh Y_i)$ such that the following diagram commutes
@@ -159,18 +165,20 @@
}
\]
Moreover, $\ol{F}(\wh X) = \overline{F(X)}$, and $\ol{F}$ is an embedding.
\end{enumerate}
In particular, by \ref{proposition:dense-product}, there is a natural isomorphism
In particular, by \autoref{proposition:dense-product}, there is a natural isomorphism
\[
\prod_{i \in I}\wh X_i \iso \wh{\prod_{i \in I}X_i}
\]
induced by extending the identity on $\pi_{i \in I}X_i$.
\end{proposition}
\begin{proof}
(1): By (U) of \ref{definition:hausdorff-completion}.
(1): By (U) of \autoref{definition:hausdorff-completion}.
(2), (3): By (U) of the product (\ref{definition:product-topology}), there exists $f \in UC(X; \prod_{i \in I}Y_i)$ such that the following diagram commutes:
(2), (3): By (U) of the \hyperref[product]{definition:product-topology}, there exists $f \in UC(X; \prod_{i \in I}Y_i)$ such that the following diagram commutes:
\[
\xymatrix{
@@ -179,7 +187,8 @@
}
\]
First suppose that $X$ and $\seqi{Y}$ are Hausdorff. For each $i \in I$, $\iota_i \circ \pi_i \in UC(\prod_{i \in I} Y_i; \wh Y_i)$, so by (U) of \ref{proposition:product-complete}, there exists a unique $\iota_P \in UC(\prod_{i \in I} Y_i; \prod_{i \in I} \wh Y_i)$ such that the following diagram commutes
First suppose that $X$ and $\seqi{Y}$ are Hausdorff. For each $i \in I$, $\iota_i \circ \pi_i \in UC(\prod_{i \in I} Y_i; \wh Y_i)$, so by (U) of \autoref{proposition:product-complete}, there exists a unique $\iota_P \in UC(\prod_{i \in I} Y_i; \prod_{i \in I} \wh Y_i)$ such that the following diagram commutes
\[
\xymatrix{
@@ -188,9 +197,10 @@
}
\]
for all $i \in I$. By \ref{lemma:completion-of-hausdorff}, each $\iota_i \in UC(Y_i; \wh Y_i)$ is an embedding, so \ref{proposition:product-topology-embedding} implies that $\iota_P$ is an embedding as well.
Since $X$ has the initial topology, $f: X \to \prod_{i \in I}Y_i$ is an embedding by \ref{proposition:initial-product-topology}. Thus the composition $\iota_P \circ f$ is an embedding. As $\prod_{i \in I}\wh Y_i$ is complete by \ref{proposition:product-complete} and \ref{proposition:product-hausdorff}, $\overline{\iota_P \circ f(X)} \subset \prod_{i \in I}\wh Y_i$ is a complete Hausdorff uniform space. Let $Z$ be a complete Hausdorff uniform space and $g \in UC(X; Z)$, then \ref{theorem:uniform-continuous-extension} implies that there exists a unique $G \in UC(\overline{\iota_P \circ f(X)}; Z)$ such that the following diagram commutes
for all $i \in I$. By \autoref{lemma:completion-of-hausdorff}, each $\iota_i \in UC(Y_i; \wh Y_i)$ is an embedding, so \autoref{proposition:product-topology-embedding} implies that $\iota_P$ is an embedding as well.
Since $X$ has the initial topology, $f: X \to \prod_{i \in I}Y_i$ is an embedding by \autoref{proposition:initial-product-topology}. Thus the composition $\iota_P \circ f$ is an embedding. As $\prod_{i \in I}\wh Y_i$ is complete by \autoref{proposition:product-complete} and \autoref{proposition:product-hausdorff}, $\overline{\iota_P \circ f(X)} \subset \prod_{i \in I}\wh Y_i$ is a complete Hausdorff uniform space. Let $Z$ be a complete Hausdorff uniform space and $g \in UC(X; Z)$, then \autoref{theorem:uniform-continuous-extension} implies that there exists a unique $G \in UC(\overline{\iota_P \circ f(X)}; Z)$ such that the following diagram commutes
\[
\xymatrix{
@@ -200,10 +210,10 @@
}
\]
Thus $(\overline{\iota_P \circ f(X)}, \iota \circ f)$ satisfies (1), (2), and (U) of the Hausdorff completion (\ref{definition:hausdorff-completion}). Therefore $\wh X$ may be identified as a subspace of $\prod_{i \in I}\wh Y_i$ as follows:
Thus $(\overline{\iota_P \circ f(X)}, \iota \circ f)$ satisfies (1), (2), and (U) of the \hyperref[Hausdorff completion]{definition:hausdorff-completion}. Therefore $\wh X$ may be identified as a subspace of $\prod_{i \in I}\wh Y_i$ as follows:
\[
% https://darknmt.github.io/res/xypic-editor/#eyJub2RlcyI6W3sicG9zaXRpb24iOlswLDJdLCJ2YWx1ZSI6IlgifSx7InBvc2l0aW9uIjpbMCwxXSwidmFsdWUiOiJcXG92ZXJsaW5le1xcaW90YV9QIFxcY2lyYyBmKFgpfSJ9LHsicG9zaXRpb24iOlswLDBdLCJ2YWx1ZSI6IlxccHJvZF97aSBcXGluIEl9XFx3aCBZX2kifSx7InBvc2l0aW9uIjpbMSwwXSwidmFsdWUiOiJcXHdoIFlfaSJ9LHsicG9zaXRpb24iOlsxLDFdLCJ2YWx1ZSI6Ilxcd2ggWCJ9XSwiZWRnZXMiOlt7ImZyb20iOjAsInRvIjoxLCJsYWJlbFBvc2l0aW9uIjoibGVmdCIsInZhbHVlIjoiXFxpb3RhX1BcXGNpcmMgZiIsInRhaWwiOiJob29rIiwibGluZSI6ImRvdWJsZSIsImhlYWQiOiJub25lIn0seyJmcm9tIjoxLCJ0byI6MiwidGFpbCI6Imhvb2sifSx7ImZyb20iOjIsInRvIjozLCJ2YWx1ZSI6IlxccGlfaSJ9LHsiZnJvbSI6MCwidG8iOjQsImxhYmVsUG9zaXRpb24iOiJyaWdodCIsInZhbHVlIjoiXFxpb3RhX1gifSx7ImZyb20iOjEsInRvIjo0LCJsaW5lIjoiZG91YmxlIiwiaGVhZCI6Im5vbmUifV19
\xymatrix{
\prod_{i \in I}\wh Y_i \ar@{->}[r]^{\pi_i} & \wh Y_i \\
\overline{\iota_P \circ f(X)} \ar@{^{(}->}[u] \ar@{=}[r] & \wh X \\
@@ -211,9 +221,10 @@
}
\]
In which case, $\wh X$ must be equipped with the initial topology induced by the projection maps.
Now assume that $X$ and $Y$ are arbitrary. Let $X'$ and $\seqi{Y'}$ be the Hausdorff spaces associated with $X$ and $\seqi{Y}$, respectively. By \ref{proposition:hausdorff-uniform-factor}, there exists $\seqi{f'}$ such that the following diagram commutes
Now assume that $X$ and $Y$ are arbitrary. Let $X'$ and $\seqi{Y'}$ be the Hausdorff spaces associated with $X$ and $\seqi{Y}$, respectively. By \autoref{proposition:hausdorff-uniform-factor}, there exists $\seqi{f'}$ such that the following diagram commutes
\[
\xymatrix{
@@ -222,5 +233,6 @@
}
\]
for all $i \in I$. By (5) of \ref{definition:hausdorff-completion}, there is a correspondence between the uniformities of $X$ and $X'$, and $Y$ and $Y'$. Thus $X'$ is equipped with the initial uniformity genereated by $\seqi{f'}$.
for all $i \in I$. By (5) of \autoref{definition:hausdorff-completion}, there is a correspondence between the uniformities of $X$ and $X'$, and $Y$ and $Y'$. Thus $X'$ is equipped with the initial uniformity genereated by $\seqi{f'}$.
\end{proof}

View File

@@ -8,6 +8,7 @@
\[
U^{-1} = \bracs{(y, x)| (x, y) \in U}
\]
A set $U \subset X \times X$ is \textbf{symmetric} if $U = U^{-1}$.
\end{definition}
@@ -17,6 +18,7 @@
\[
U \circ V = \bracs{(x, z) \in X \times X| \exists y \in Y: (x, y) \in U, (y, z) \in V}
\]
\end{definition}
\begin{definition}[Slice]
@@ -25,6 +27,7 @@
\[
U(A) = \bracs{y \in Y: (x, y) \in U, x \in A}
\]
is the \textbf{slice} of $U$ at $A$.
\end{definition}
@@ -50,6 +53,7 @@
\[
\fU_A = \bracs{U \cap (A \times A)| U \in \fU}
\]
forms a uniformity on $A$, known as the \textbf{subspace uniformity} induced on $A$.
\end{definition}
@@ -80,6 +84,7 @@
\[
\fU = \bracs{U \subset X \times X| \exists V \in \fB: V \subset U}
\]
\end{proposition}
\begin{proof}
(F1): By definition of $\fU$.
@@ -96,6 +101,7 @@
\[
\fB_S = \bracsn{U \cap U^{-1}| U \in \fB}
\]
is also a fundamental system of entourages.
\end{lemma}
\begin{proof}
@@ -103,6 +109,7 @@
\[
U \supset V \supset V \cap V^{-1} \in \fB_S
\]
so $\fb_S$ is a fundamental system of entourages.
\end{proof}
@@ -112,20 +119,23 @@
\[
\cn: X \to 2^X \quad x \mapsto \bracsn{U(x)| U \in \fU}
\]
then there exists a unique topology $\topo \subset 2^X$ such that $\cn_\topo = \cn$, known as the \textbf{topology induced by the uniform structure $\fU$}.
\end{definition}
\begin{proof}
Using \ref{proposition:neighbourhoodcharacteristic}, it is sufficient to show that $\cn(x)$ is non-empty for all $x \in X$, and that it satisfies (F1), (F2), (V1), and (V2). Firstly, since $\fU \ne \emptyset$, $\cn(x) \ne \emptyset$ for all $x \in X$.
Using \autoref{proposition:neighbourhoodcharacteristic}, it is sufficient to show that $\cn(x)$ is non-empty for all $x \in X$, and that it satisfies (F1), (F2), (V1), and (V2). Firstly, since $\fU \ne \emptyset$, $\cn(x) \ne \emptyset$ for all $x \in X$.
(F1): Let $U \in \fU$ and $V \supset U(x)$, then
\[
W = U \cup (\bracs{x} \times V) \supset U
\]
As $\fU$ satisfies (F1), $W \in \fU$. Thus
\[
V = (\bracs{x} \times V)(x) = (U \cup (\bracs{x} \times V))(x) = W(x) \in \cn(x)
\]
(F2): Let $U, V \in \fU$, then $U(x) \cap V(x) = (U \cap V)(x)$. As $\fU$ satisfies (F2), $U \cap V \in \fU$ and $(U \cap V)(x) \in \cn(x)$.
(V1): Let $U \in \fU$. By (U1), $\Delta \subset U$, so $x \in U(x)$.
@@ -170,9 +180,9 @@ V = (\bracs{x} \times V)(x) = (U \cup (\bracs{x} \times V))(x) = W(x) \in \cn(x)
with respect to the product topology on $X \times X$.
\end{proposition}
\begin{proof}
(1): Let $(x, y) \in V \circ M \circ V$. By \ref{lemma:compositiongymnastics}, there exists $(p, q) \in M$ such that $(x, y) \in V(p) \times V(q) \in \cn(p, q)$. In particular, if $(x, y) \in M$, then this implies that $V \circ M \circ V \in \cn(x, y)$. Thus $V \circ M \circ V \in \cn(M)$.
(1): Let $(x, y) \in V \circ M \circ V$. By \autoref{lemma:compositiongymnastics}, there exists $(p, q) \in M$ such that $(x, y) \in V(p) \times V(q) \in \cn(p, q)$. In particular, if $(x, y) \in M$, then this implies that $V \circ M \circ V \in \cn(x, y)$. Thus $V \circ M \circ V \in \cn(M)$.
(2): Let $(x, y) \in X \times X$. By \ref{lemma:compositiongymnastics}, the following are equivalent:
(2): Let $(x, y) \in X \times X$. By \autoref{lemma:compositiongymnastics}, the following are equivalent:
\begin{enumerate}
\item[(a)] $(x, y) \in V \circ M \circ V$ for all $V \in \fB$.
\item[(b)] For every $V \in \fB$, there exists $(p, q) \in M$ such that $(p, q) \in V(x) \times V(y)$.
@@ -183,6 +193,7 @@ V = (\bracs{x} \times V)(x) = (U \cup (\bracs{x} \times V))(x) = W(x) \in \cn(x)
\[
\ol{M} = \bigcap_{V \in \fB}V \circ M \circ V
\]
\end{proof}
\begin{proposition}[{{\cite[Corollary 2.1.1]{Bourbaki}}}]
@@ -203,7 +214,7 @@ V = (\bracs{x} \times V)(x) = (U \cup (\bracs{x} \times V))(x) = W(x) \in \cn(x)
\item[(c)] For all $V \in \fB$, $V(x) \cap A \ne \emptyset$.
\end{enumerate}
Since $\bracs{V(y): V \in \fB}$ is a fundamental system of neighbourhoods at $y$ (\ref{lemma:symmetricfundamentalentourage}), (c) is equivalent to $x \in \overline{A}$. Therefore $\ol{A} = \bigcap_{U \in \fB}U(A)$.
Since $\bracs{V(y): V \in \fB}$ is a fundamental system of neighbourhoods at $y$ (\autoref{lemma:symmetricfundamentalentourage}), (c) is equivalent to $x \in \overline{A}$. Therefore $\ol{A} = \bigcap_{U \in \fB}U(A)$.
\end{proof}
\begin{proposition}[{{\cite[Corollary 2.1.2]{Bourbaki}}}]
@@ -213,19 +224,21 @@ V = (\bracs{x} \times V)(x) = (U \cup (\bracs{x} \times V))(x) = W(x) \in \cn(x)
\item $\mathfrak{O} = \bracs{U^o| U \in \fU}$
\item $\mathfrak{K} = \bracsn{\overline{U}| U \in \fU}$.
\end{enumerate}
By \ref{lemma:symmetricfundamentalentourage}, there exists fundamental systems of entourages for $\fU$ consisting of symmetric and open/closed sets.
By \autoref{lemma:symmetricfundamentalentourage}, there exists fundamental systems of entourages for $\fU$ consisting of symmetric and open/closed sets.
\end{proposition}
\begin{proof}
Let $U \in \fU$, then there exists a symmetric entourage $V \in \fU$ such that $V \circ V \circ V \subset U$ by (U2) and \ref{lemma:symmetricfundamentalentourage}. By (1) of \ref{proposition:uniformneighbourhood}, $V \circ V \circ V \in \cn(V)$. Since
Let $U \in \fU$, then there exists a symmetric entourage $V \in \fU$ such that $V \circ V \circ V \subset U$ by (U2) and \autoref{lemma:symmetricfundamentalentourage}. By (1) of \autoref{proposition:uniformneighbourhood}, $V \circ V \circ V \in \cn(V)$. Since
\[
V \subset (V \circ V \circ V)^o \subset V \circ V \circ V \subset U
\]
the interior $(V \circ V \circ V)^o \in \fU$, and $U$ contains the interior of an entourage. Thus (1) is a fundamental system of entourages.
On the other hand, by (2) of \ref{proposition:uniformneighbourhood},
On the other hand, by (2) of \autoref{proposition:uniformneighbourhood},
\[
V \subset \overline{V} \subset V \circ V \circ V \subset U
\]
So $\overline{V} \in \fU$ and is contained in $U$. Therefore (2) is also a fundamental system of entourages.
\end{proof}
@@ -242,7 +255,7 @@ V = (\bracs{x} \times V)(x) = (U \cup (\bracs{x} \times V))(x) = W(x) \in \cn(x)
Let $X$ be a uniform space and $x \in X$, then the closed neighbourhoods of $x$ form a fundamental system of neighbourhoods at $x$.
\end{proposition}
\begin{proof}
By \ref{proposition:goodentourages} and \ref{lemma:openentourageneighbourhoods}, the closed neighbourhoods form a fundamental system of neighbourhoods.
By \autoref{proposition:goodentourages} and \autoref{lemma:openentourageneighbourhoods}, the closed neighbourhoods form a fundamental system of neighbourhoods.
\end{proof}
\begin{definition}[Separated]
@@ -260,9 +273,9 @@ V = (\bracs{x} \times V)(x) = (U \cup (\bracs{x} \times V))(x) = W(x) \in \cn(x)
\begin{proof}
$(1) \Rightarrow (5)$: Let $x, y \in X$ with $x \ne y$. Assume without loss of generality that there exists $U(x) \in \cn(x)$ such that $y \not\in U$. In which case, $(x, y) \not\in U$ and $\Delta \supset \bigcap_{U \in \fU}U$.
$(5) \Rightarrow (2)$: By \ref{proposition:goodentourages}, $\ol \Delta \subset \bigcap_{U \in \fU}\ol U = \Delta$, so $\ol \Delta$ is closed. By (6) of \ref{definition:hausdorff}, $X$ is Hausdorff.
$(5) \Rightarrow (2)$: By \autoref{proposition:goodentourages}, $\ol \Delta \subset \bigcap_{U \in \fU}\ol U = \Delta$, so $\ol \Delta$ is closed. By (6) of \autoref{definition:hausdorff}, $X$ is Hausdorff.
$(1) \Rightarrow (4)$: $X$ is T1 and satisfies (2) of \ref{definition:regular} by \ref{proposition:uniform-neighbourhoods}, so $X$ is regular.
$(1) \Rightarrow (4)$: $X$ is T1 and satisfies (2) of \autoref{definition:regular} by \autoref{proposition:uniform-neighbourhoods}, so $X$ is regular.
$(4) \Rightarrow (3) \Rightarrow (2) \Rightarrow (1)$: (T3) $\Rightarrow $ (T2) $\Rightarrow$ (T1) $\Rightarrow$ (T0).
\end{proof}
@@ -273,5 +286,5 @@ V = (\bracs{x} \times V)(x) = (U \cup (\bracs{x} \times V))(x) = W(x) \in \cn(x)
Let $(X, \fU)$ be a uniform space and $A \subset X$ be a dense subset, then $\bracsn{\overline{U}: U \in \fU_A}$ forms a fundamental system of entourages for $X$.
\end{proposition}
\begin{proof}
Let $U \in \fU$ be an open entourage, then by (3) of \ref{definition:dense}, $\overline{U \cap (A \times A)} = \overline{U}$ for all $U \in \fU$, so $\overline{U \cap (A \times A)}$ is an entourage. By \ref{proposition:goodentourages}, every closed entourage of $X$ contains an element of $\bracsn{\overline{U}: U \in \fU_A}$.
Let $U \in \fU$ be an open entourage, then by (3) of \autoref{definition:dense}, $\overline{U \cap (A \times A)} = \overline{U}$ for all $U \in \fU$, so $\overline{U \cap (A \times A)}$ is an entourage. By \autoref{proposition:goodentourages}, every closed entourage of $X$ contains an element of $\bracsn{\overline{U}: U \in \fU_A}$.
\end{proof}

View File

@@ -1,9 +1,9 @@
\chapter{Uniform Spaces}
\label{chap:uniform-spaces}
\input{./src/topology/uniform/definition.tex}
\input{./src/topology/uniform/uc.tex}
\input{./src/topology/uniform/metric.tex}
\input{./src/topology/uniform/cauchy.tex}
\input{./src/topology/uniform/complete.tex}
\input{./src/topology/uniform/completion.tex}
\input{./definition.tex}
\input{./uc.tex}
\input{./metric.tex}
\input{./cauchy.tex}
\input{./complete.tex}
\input{./completion.tex}

View File

@@ -39,21 +39,25 @@ The axioms of uniform spaces strongly resembles working in a metric space. In fa
\[
B_i(x, r) = \bracs{y \in X| d(x, y) < r}
\]
and
\[
E(d_i, r) = \bracs{(x, y) \in X \times X| d(x, y) < r}
\]
then there exists a uniformity $\fU$ on $X$ such that:
\begin{enumerate}
\item The family
\[
\fB = \bracs{\bigcap_{j \in J}E(d_j, r) \bigg | J \subset I \text{ finite}, r > 0}
\]
forms a fundamental system of entourages consisting of symmetric open sets.
\item For any $x \in X$,
\[
\cb(x) = \bracs{\bigcap_{j \in J}B_j(x, r) \bigg | J \subset I \text{ finite}, r > 0}
\]
is a fundamental system of neighbourhoods at $x$.
\item For each $U \subset X$, $U$ is open if and only if for every $x \in U$, there exists $J \subset I$ finite and $r > 0$ such that $\bigcap_{j \in J}B_j(x, r) \subset U$.
\item For each $i \in I$, $d_i \in UC(X \times X; [0, \infty))$.
@@ -62,17 +66,19 @@ The axioms of uniform spaces strongly resembles working in a metric space. In fa
The uniformity $\fU$ is the \textbf{pseudometric uniformity} induced by $\seqi{d}$, and the topology induced by $\fU$ is the \textbf{pseudometric topology} on $X$ induced by $\seqi{d}$.
\end{definition}
\begin{proof}
(1, fundamental system): To see that $\fB$ is a fundamental system of entourages for a uniformity on $X$, it is sufficient to verify the conditions of \ref{proposition:fundamental-entourage-criterion}.
(1, fundamental system): To see that $\fB$ is a fundamental system of entourages for a uniformity on $X$, it is sufficient to verify the conditions of \autoref{proposition:fundamental-entourage-criterion}.
\begin{enumerate}
\item[(FB1)] For any $J, J' \subset I$ finite and $r, r' > 0$,
\[
\bigcap_{j \in J \cup J'}E(d_j, \min(r,r')E(d_j, r \wedge r') \subset \paren{\bigcap_{j \in J}E(d_j, r)} \cap \paren{\bigcap_{j \in J'}E(d_j, r')}
\]
\item[(UB1)] For each $i \in I$, $d(x, x) = 0$ for all $x \in X$. Thus for any $i \in I$ and $r > 0$, $E(d_i, r)$ contains the diagonal.
\item[(UB2)] For each $J \subset I$ finite and $r > 0$,
\[
\paren{\bigcap_{j \in J}E(d_j, r/2)} \circ \paren{\bigcap_{j \in J}E(d_j, r)} \subset \bigcap_{j \in J}E(d_j, r/2) \circ E(d_j, r/2) \subset \bigcap_{j \in J}E(d_j, r)
\]
by the triangle inequality.
\end{enumerate}
@@ -80,6 +86,7 @@ The axioms of uniform spaces strongly resembles working in a metric space. In fa
\[
\cb(x) = \bracs{U(x)| U \in \fB}
\]
is a fundamental system of neighbourhoods at $x$.
(3): By definition of the uniform topology, for any $U \subset X$, $U$ is open if and only if for any $x \in U$, there exists $V \in \fU$ such that $x \in V(x) \subset U$. As $\fB$ is a fundamental system of entourages for $\fU$, this is equivalent to the existence of $J \subset I$ finite and $r > 0$ such that
@@ -87,13 +94,14 @@ The axioms of uniform spaces strongly resembles working in a metric space. In fa
x \in \paren{\bigcap_{j \in J}E(d_j, r)}(x) = \bigcap_{j \in J}B_j(x, r) \subset U
\]
(1, symmetric open): Let $i \in I$ and $r > 0$. Since $d_i$ is symmetric, so is $E(d_i, r)$. For any $(x, y) \in E(d_i, r)$, let $s = r - d_i(x, y)$, then for any $(x', y') \in X \times X$ with $d_i(x, x') < s/2$ and $d_i(y, y') < s/2$, $d(x', y') < s + d_i(x, y) = r$. Thus $B_i(x, s/2) \times B_i(y, s/2) \subset E(d_i, r)$.
By (3), $B_i(x, s/2) \in \cn(x)$ and $B_i(y, s/2) \in \cn(y)$, so $B_i(x, s/2) \times B_i(y, s/2) \in \cn((x, y))$. As such, $E(d_i, r)$ is open by \ref{lemma:openneighbourhood}.
By (3), $B_i(x, s/2) \in \cn(x)$ and $B_i(y, s/2) \in \cn(y)$, so $B_i(x, s/2) \times B_i(y, s/2) \in \cn((x, y))$. As such, $E(d_i, r)$ is open by \autoref{lemma:openneighbourhood}.
(4): By \ref{lemma:pseudometric-continuous}.
(4): By \autoref{lemma:pseudometric-continuous}.
(5): By \ref{lemma:pseudometric-continuous}, $E(d_i, r) \in \mathfrak{V}$ for all $i \in I$ and $r > 0$, so $\mathfrak{V} \supset \mathfrak{B}$ by (F2), and $\mathfrak{V} \supset \mathfrak{U}$.
(5): By \autoref{lemma:pseudometric-continuous}, $E(d_i, r) \in \mathfrak{V}$ for all $i \in I$ and $r > 0$, so $\mathfrak{V} \supset \mathfrak{B}$ by (F2), and $\mathfrak{V} \supset \mathfrak{U}$.
\end{proof}
\begin{lemma}
@@ -108,6 +116,7 @@ The axioms of uniform spaces strongly resembles working in a metric space. In fa
\[
U_{n+1} \subset E(d, 2^{-n}) \subset U_{n-1}
\]
for each $n \in \natp$.
\end{lemma}
\begin{proof}
@@ -115,10 +124,12 @@ The axioms of uniform spaces strongly resembles working in a metric space. In fa
\[
\rho: X \times X \to [0, 1] \quad (x, y) \mapsto \inf\bracs{2^{-n}| n \in \natz, (x, y) \in U_n}
\]
and $d: X \times X \to [0, 1]$ by
\[
d(x, y) = \inf\bracs{\sum_{j = 1}^n\rho(x_{j-1}, x_j) \bigg | \seqf{x_j} \subset X, x_0 = x, x_1 = y, n \in \natp}
\]
then
\begin{enumerate}
\item[(PM1)] For any $x \in X$, $x \in \bigcap_{n \in \natp}U_n$. Thus $\rho(x, x) = 0$ and $d(x, x) \le \rho(x, x) = 0$.
@@ -127,6 +138,7 @@ The axioms of uniform spaces strongly resembles working in a metric space. In fa
\[
d(x, z) \le \sum_{j = 1}^n \rho(x_{j - 1}, x_j) + \sum_{j = 1}^m \rho(y_{j - 1}, y_j)
\]
As this holds for all such $\seqf{x_j}$ and $\seqf[m]{y_j}$, $d(x, z) \le d(x, y) + d(y, z)$.
\end{enumerate}
so $d$ is a pseudometric.
@@ -139,6 +151,7 @@ The axioms of uniform spaces strongly resembles working in a metric space. In fa
\[
(x, y) \in U_{n+1} \circ U_{n + 1} \circ U_{n + 1} \subset U_n \circ U_n \subset U_{n-1}
\]
\end{proof}
\begin{remark}
@@ -156,13 +169,14 @@ The axioms of uniform spaces strongly resembles working in a metric space. In fa
Let $(X, \fU)$ be a uniform space, then $\fU$ is the pseudometric uniformity induced by the family of all uniformly continuous pseudometrics on $X$.
\end{theorem}
\begin{proof}
Let $\seqi{d}$ be the family of all uniformly continuous pseudometrics on $X$, and $\mathfrak{V}$ be the pseudometric uniformity induced by $\seqi{d}$. By (U) of \ref{definition:pseudometric-uniformity}, $\fU \supset \mathfrak{V}$.
Let $\seqi{d}$ be the family of all uniformly continuous pseudometrics on $X$, and $\mathfrak{V}$ be the pseudometric uniformity induced by $\seqi{d}$. By (U) of \autoref{definition:pseudometric-uniformity}, $\fU \supset \mathfrak{V}$.
On the other hand, let $U_1 \in \mathfrak{U}$. By (U3), there exists $\seq{U_n} \subset \mathfrak{U}$ such that $U_{n + 1} \circ U_{n + 1} \subset U_n$ for all $n \in \natp$. Let $U_0 = X \times X$, then $\bracsn{U_n}_0^\infty \subset \fU$ satisfies the hypothesis of \ref{lemma:uniform-sequence-pseudometric}. Thus there exists a pseudometric $d: X \times X \to [0, \infty)$ such that for all $n \in \natp$,
On the other hand, let $U_1 \in \mathfrak{U}$. By (U3), there exists $\seq{U_n} \subset \mathfrak{U}$ such that $U_{n + 1} \circ U_{n + 1} \subset U_n$ for all $n \in \natp$. Let $U_0 = X \times X$, then $\bracsn{U_n}_0^\infty \subset \fU$ satisfies the hypothesis of \autoref{lemma:uniform-sequence-pseudometric}. Thus there exists a pseudometric $d: X \times X \to [0, \infty)$ such that for all $n \in \natp$,
\[
U_{n + 1} \subset E(d, 2^{-n}) \subset U_{n-1}
\]
By \ref{definition:pseudometric-uniformity}, $d$ is a uniformly continuous pseudometric on $X$. Since $E(d, 1/4) \subset U_1$, $U_1 \in \mathfrak{V}$. Therefore $\fU = \mathfrak{V}$.
By \autoref{definition:pseudometric-uniformity}, $d$ is a uniformly continuous pseudometric on $X$. Since $E(d, 1/4) \subset U_1$, $U_1 \in \mathfrak{V}$. Therefore $\fU = \mathfrak{V}$.
\end{proof}
\begin{proposition}
@@ -179,9 +193,10 @@ The axioms of uniform spaces strongly resembles working in a metric space. In fa
\[
\bigcap_{j \in J}E(d_j, r) \subset U
\]
In which case, there must exist $j \in J$ such that $d_j(x, y) \ge r > 0$.
(3) $\Rightarrow$ (1): Let $x, y \in X$ with $x \ne y$ and $d$ be a continuous pseudometric on $X$ such that $r = d(x, y) > 0$. By \ref{theorem:uniform-pseudometric}, $E(d, r) \in \fU$. Therefore $\bigcup_{U \in \fU}U = \Delta$, and $X$ is separated by \ref{definition:uniform-separated}.
(3) $\Rightarrow$ (1): Let $x, y \in X$ with $x \ne y$ and $d$ be a continuous pseudometric on $X$ such that $r = d(x, y) > 0$. By \autoref{theorem:uniform-pseudometric}, $E(d, r) \in \fU$. Therefore $\bigcup_{U \in \fU}U = \Delta$, and $X$ is separated by \autoref{definition:uniform-separated}.
\end{proof}
@@ -196,6 +211,7 @@ The axioms of uniform spaces strongly resembles working in a metric space. In fa
\[
\td d: X \times X \to [0, \infty) \quad (x, y) \mapsto d(x, y) \wedge 1
\]
is equivalent to $d$.
\end{lemma}
\begin{proof}
@@ -207,10 +223,11 @@ The axioms of uniform spaces strongly resembles working in a metric space. In fa
Let $X$ be a set and $\seq{d_n}$ be pseudometrics on $X$, then there exists a pseudometric $d: X \times X \to [0, \infty)$ equivalent to $\seq{d_n}$.
\end{proposition}
\begin{proof}
Using \ref{lemma:pseudometric-clamp}, assume without loss of generality that for each $n \in \natp$, $d_n$ takes values in $[0, 1]$. Let
Using \autoref{lemma:pseudometric-clamp}, assume without loss of generality that for each $n \in \natp$, $d_n$ takes values in $[0, 1]$. Let
\[
d(x, y) = \sum_{n \in \natp}\frac{d_n(x, y)}{2^n}
\]
then $d$ is a well-defined a pseudometric.
Let $r > 0$, then there exists $n \in \natp$ such that $2^{-n} < r$. Take $s = r - 2^{-n}$, then $\bigcap_{k = 1}^nE(d_k, s) \subset E(d, r)$. On the other hand, for any $n \in \natp$ and $r > 0$, $E(d, r/2^n) \subset \bigcap_{k = 1}^n E(d_k, r)$. Therefore $\seq{d_n}$ and $d$ are equivalent.
@@ -232,26 +249,30 @@ The axioms of uniform spaces strongly resembles working in a metric space. In fa
\item[(b)] For each $1 \le k \le n$, $V_k \subset U_k$.
\item[(c)] For each $1 \le k < n$, $V_{k+1} \circ V_{k+1} \subset V_{k}$.
\end{enumerate}
Let $W = V_n \cap U_{n+1}$, then by \ref{lemma:symmetricfundamentalentourage}, there exists $V_{n+1} \in \fU$ symmetric such that $V_{n+1} \circ V_{n+1} \subset W$. Thus $\bracs{V_k|1 \le k \le n + 1} \subset \fU$ satisfies (a), (b), and (c) for $n + 1$.
Let $W = V_n \cap U_{n+1}$, then by \autoref{lemma:symmetricfundamentalentourage}, there exists $V_{n+1} \in \fU$ symmetric such that $V_{n+1} \circ V_{n+1} \subset W$. Thus $\bracs{V_k|1 \le k \le n + 1} \subset \fU$ satisfies (a), (b), and (c) for $n + 1$.
Let $V_0 = X \times X$, then by \ref{lemma:uniform-sequence-pseudometric}, there exists a pseudometric $d: X \times X \to [0, \infty)$ such that for each $n \in \natp$,
Let $V_0 = X \times X$, then by \autoref{lemma:uniform-sequence-pseudometric}, there exists a pseudometric $d: X \times X \to [0, \infty)$ such that for each $n \in \natp$,
\[
V_{n+1} \subset E(d, 2^{-n}) \subset V_{n-1}
\]
For any $U \in \fU$, there exists $n \in \nat$ such that
\[
U \supset U_n \supset V_n \supset E(d, 2^{-n-1})
\]
so $d$ induces the uniformity on $\fU$.
(3) $\Rightarrow$ (1): By (1) of \ref{definition:pseudometric-uniformity},
(3) $\Rightarrow$ (1): By (1) of \autoref{definition:pseudometric-uniformity},
\[
\fB = \bracs{\bigcap_{j \in J}E(d_j, r) \bigg | J \subset \nat \text{ finite}, r > 0}
\]
is a fundamental system of entourages for $\fU$. Since for any $r > 0$, there exists $q \in \rational \cap (0, r)$,
\[
\bracs{\bigcap_{j \in J}E(d_j, r) \bigg | J \subset \nat \text{ finite}, r \in \rational, r > 0}
\]
is a countable fundamental system of entourages for $\fU$.
\end{proof}
@@ -266,5 +287,5 @@ The axioms of uniform spaces strongly resembles working in a metric space. In fa
\begin{proof}
(1) $\Rightarrow$ (2): $d_X(x, y) = d_Y(f(x), f(y))$ is a uniformly continuous pseudometric.
(2) $\Rightarrow$ (1): Let $U$ be an entourage of $Y$. By \ref{theorem:uniform-pseudometric}, there exists a uniformly continuous pseudometric $d_Y$ on $Y$ and $r > 0$ such that $E(d_Y, r) \subset U$. By assumption, there exists a uniformly continuous pseudometric $d_X$ on $X$ such that $d_Y(f(x), f(y)) \le d_X(x, y)$. In which case, $(f \times f)(E(d_X, r)) \subset U$, and the pre-image of $U$ by $(f \times f)$ is an entourage in $X$ by \ref{definition:pseudometric-uniformity}, so $f \in UC(X; Y)$.
(2) $\Rightarrow$ (1): Let $U$ be an entourage of $Y$. By \autoref{theorem:uniform-pseudometric}, there exists a uniformly continuous pseudometric $d_Y$ on $Y$ and $r > 0$ such that $E(d_Y, r) \subset U$. By assumption, there exists a uniformly continuous pseudometric $d_X$ on $X$ such that $d_Y(f(x), f(y)) \le d_X(x, y)$. In which case, $(f \times f)(E(d_X, r)) \subset U$, and the pre-image of $U$ by $(f \times f)$ is an entourage in $X$ by \autoref{definition:pseudometric-uniformity}, so $f \in UC(X; Y)$.
\end{proof}

View File

@@ -23,7 +23,7 @@
Let $(X, \fU)$ and $(Y, \mathfrak{V})$ be uniform spaces and $f \in UC(X; Y)$, then $f \in C(X; Y)$.
\end{proposition}
\begin{proof}
Let $x \in X$ and $V(f(x)) \in \cn(f(x))$, then since $f^{-1}(V(f(x))) =[f^{-1}(V)](x)$, by (2) of \ref{definition:uniformcontinuity}, $f^{-1}(V(f(x))) \in \cn(x)$. As this holds for all $x \in X$, $f$ is continuous.
Let $x \in X$ and $V(f(x)) \in \cn(f(x))$, then since $f^{-1}(V(f(x))) =[f^{-1}(V)](x)$, by (2) of \autoref{definition:uniformcontinuity}, $f^{-1}(V(f(x))) \in \cn(x)$. As this holds for all $x \in X$, $f$ is continuous.
\end{proof}
@@ -43,6 +43,7 @@
\fB = \bracs{\bigcap_{j \in J}(f_j \times f_j)^{-1}(U_j) \bigg | J \subset I \text{ finite}, U_j \in \fU_j}
\]
is a fundamental system of entourages for $\fU$.
\item[(4)] For any uniform space $Y$ and map $f: Y \to X$, $f \in UC(Y; X)$ if and only if $f_i \circ f \in UC(Y; Y_i)$ for all $i \in I$.
\end{enumerate}
@@ -55,7 +56,8 @@
\[
\paren{\bigcap_{j \in J}(f_j \times f_j)^{-1}(V_j)} \circ \paren{\bigcap_{j \in J}(f_j \times f_j)^{-1}(V_j)} \subset \bigcap_{j \in J}(f_j \times f_j)^{-1}(U_j)
\]
By \ref{proposition:fundamental-entourage-criterion}, there exists a uniformity $\fU$ such that $\fB$ is a fundamental system of entourages for $\fU$.
By \autoref{proposition:fundamental-entourage-criterion}, there exists a uniformity $\fU$ such that $\fB$ is a fundamental system of entourages for $\fU$.
(1): $\fU \supset (f_i \times f_i)^{-1}(\fU_i)$ for all $i \in I$.
@@ -65,6 +67,7 @@
\[
(f \times f)^{-1}\paren{\bigcap_{j \in J}(f_j \times f_j)^{-1}(U_j)} = \bigcap_{j \in J}[(f_j \circ f) \times (f_j \circ f)]^{-1}(U_j)
\]
is an entourage of $Y$.
\end{proof}
@@ -74,12 +77,13 @@
Let $X$ be a set, $\bracsn{(Y_i, \fU_i)}_{i \in I}$ be a family of uniform spaces, and $\seqi{f}$ where $f_i: X \to Y_i$ for each $i \in I$, then the initial topology $\topo$ on $X$ coincides with the topology $\topo_U$ induced by the initial uniformity.
\end{proposition}
\begin{proof}
By \ref{proposition:uniform-continuous} and (1) of \ref{definition:initial-uniformity}, $f_i: X \to Y_i$ is continuous with respect to $\topo_U$ for all $i \in I$. By (U) of \ref{definition:initial-topology}, $\topo_U \supset \topo$.
By \autoref{proposition:uniform-continuous} and (1) of \autoref{definition:initial-uniformity}, $f_i: X \to Y_i$ is continuous with respect to $\topo_U$ for all $i \in I$. By (U) of \autoref{definition:initial-topology}, $\topo_U \supset \topo$.
On the other hand, let $x \in X$ and $U \in \cn_{\topo_U}(x)$, then there exists an entourage $V$ such that $U = V(x)$. By (3) of \ref{definition:initial-uniformity}, there exists $J \subset I$ finite and $\seqj{V}$ such that $\bigcap_{j \in J}(f_j \times f_j)^{-1}(V_j) \subset V$ and each $V_j \in \fU_j$. In which case, $f_j^{-1}(V_j(f_j(x))) \in \cn(x)$ for all $j \in J$. Using (F2),
On the other hand, let $x \in X$ and $U \in \cn_{\topo_U}(x)$, then there exists an entourage $V$ such that $U = V(x)$. By (3) of \autoref{definition:initial-uniformity}, there exists $J \subset I$ finite and $\seqj{V}$ such that $\bigcap_{j \in J}(f_j \times f_j)^{-1}(V_j) \subset V$ and each $V_j \in \fU_j$. In which case, $f_j^{-1}(V_j(f_j(x))) \in \cn(x)$ for all $j \in J$. Using (F2),
\[
W = \bigcap_{j \in J}f_j^{-1}(V_j(f_j(x))) \in \cn(x)
\]
where for any $y \in W$, $(f_j(x), f_j(y)) \in V_j$ for all $j \in J$. Thus $f(y) \in V(x) = U$, and $\topo_U \subset \topo$.
\end{proof}
@@ -94,6 +98,7 @@
\fB = \bracs{\bigcap_{j \in J}(\pi_j \times \pi_j)^{-1}(U_j) \bigg | J \subset I \text{ finite}, U_j \in \fU_j}
\]
forms a fundamental system of entourages for $\fU$.
\item[(U)] For any uniform space $(Y, \mathfrak{V})$ and $\seqi{f}$ where $f_i \in UC(Y; X_i)$ for all $i \in I$, there exists a unique $f \in UC(Y; X)$ such that the following diagram commutes
@@ -104,11 +109,12 @@
}
\]
for all $i \in I$.
\end{enumerate}
\end{definition}
\begin{proof}
(1): By (3) of \ref{definition:initial-uniformity}.
(1): By (3) of \autoref{definition:initial-uniformity}.
(U): Let $f = \prod_{i \in I}f_i$, then $f: Y \to X$ is the unique function such that the diagram commutes for all $i \in I$.
@@ -116,6 +122,7 @@
\[
(f \times f)^{-1}\paren{\bigcap_{j \in J}(\pi_j \times \pi_j)^{-1}(U_i)} = \bigcap_{j \in J}(f_j \times f_j)^{-1}(U_j) \in \mathfrak{V}
\]
by (F2) of $\mathfrak{V}$.
\end{proof}
@@ -124,7 +131,7 @@
Let $\bracs{(X_i, \fU_i)}_{i \in I}$ be a family of uniform spaces, then the topology $\topo_U$ induced by the product uniformity coincides the product topology $\topo_P$.
\end{proposition}
\begin{proof}
By \ref{proposition:initial-uniform-topology}.
By \autoref{proposition:initial-uniform-topology}.
\end{proof}
\begin{proposition}
@@ -140,17 +147,19 @@
}
\]
for all $i \in I$.
\item If $X$ is T0 and equipped with the initial uniformity induced by $\seqi{f}$, then $f$ is an isomorphism onto its image.
\end{enumerate}
\end{proposition}
\begin{proof}
(1): By (U) of \ref{definition:product-uniform}.
(1): By (U) of \autoref{definition:product-uniform}.
(2): By (2) of \ref{proposition:initial-product-topology}, $f$ is injective.
(2): By (2) of \autoref{proposition:initial-product-topology}, $f$ is injective.
Let $U$ be an entourage in $X$. Assume without loss of generality that there exists $J \subset I$ finite and $\bracs{U_j}_{j \in J}$ such that $U = \bigcap_{j \in J}(f_j \times f_j)^{-1}(U_j)$. In which case, $\bigcap_{j \in J}(\pi_j \times \pi_j)^{-1}(U_j)$ is open in $\prod_{i \in I}Y_i$ and
\[
(f \times f)(U) = (f \times f)(X) \cap \bigcap_{j \in J}(\pi_j \times \pi_j)^{-1}(U_j)
\]
\end{proof}