Added the separate and joint continuity theorem.
All checks were successful
Compile Project / Compile (push) Successful in 33s
All checks were successful
Compile Project / Compile (push) Successful in 33s
This commit is contained in:
@@ -8,6 +8,22 @@
|
||||
The set $\cf \subset C(X; Y)$ is \textbf{equicontinuous} if it is equicontinuous at every point in $x$.
|
||||
\end{definition}
|
||||
|
||||
\begin{proposition}
|
||||
\label{proposition:equicontinuous-net}
|
||||
Let $X$ be a topological space, $(Y, \fU)$ be a uniform space, $\cf \subset Y^X$, and $x \in X$, then the following are equivalent:
|
||||
\begin{enumerate}
|
||||
\item $\cf$ is equicontinuous at $x$.
|
||||
\item For $\angles{x_\alpha}_{\alpha \in A} \subset X$ with $x_\alpha \to x$, $\angles{f_\alpha}_{\alpha \in A} \subset \cf$, and $U \in \fU$, there exists $\alpha_0 \in A$ such that $(f_\alpha(x_\alpha), f_\alpha(x)) \in U$ for all $\alpha \ge \alpha_0$.
|
||||
\item For any upward-directed set $A$ with $|A| \le |\cn_X(x)|$, $\angles{x_\alpha}_{\alpha \in A} \subset X$ with $x_\alpha \to x$, $\angles{f_\alpha}_{\alpha \in A} \subset \cf$, and $U \in \fU$, there exists $\alpha_0 \in A$ such that $(f_\alpha(x_\alpha), f_\alpha(x)) \in U$ for all $\alpha \ge \alpha_0$.
|
||||
\end{enumerate}
|
||||
\end{proposition}
|
||||
\begin{proof}
|
||||
(1) $\Rightarrow$ (2): Since $\cf$ is equicontinuous at $x$, there exists $V \in \cn_X(x)$ such that $(f_\alpha(y), f_\alpha(x)) \in U$ for all $y \in V$ and $\alpha \in A$. Given that $x_\alpha \to x$, there exists $\alpha_0 \in A$ such that $x_\alpha \in V$ for all $\alpha \ge \alpha_0$, so $(f_\alpha(x_\alpha), f_\alpha(x)) \in U$ for all $\alpha \ge \alpha_0$.
|
||||
|
||||
$\neg (1) \Rightarrow \neg (3)$: Direct $\cn_X(x)$ under reverse inclusion. If $\cf$ is not equicontinuous at $x$, then there exists $U \in \fU$ such that for every $V \in \cn_X(x)$, there exists $f_V \in \cf$ and $x_V \in V$ with $(f_V(x_V), f_V(x)) \not\in U$. In which case, $x_V \to x$ but $(f_V(x_V), f_V(x)) \not\in U$ for all $V \in \cn_X(x)$.
|
||||
\end{proof}
|
||||
|
||||
|
||||
\begin{definition}[Uniformly Equicontinuous]
|
||||
\label{definition:uniformly-equicontinuous}
|
||||
Let $(X, \fU)$ and $(Y, \fV)$ be uniform spaces, and $\cf \subset UC(X; Y)$, then $\cf$ is \textbf{uniformly equicontinuous} if for every $V \in \fV$, there exists $U \in \fU$ such that $(f \times f)(V) \subset \fU$ for all $f \in \cf$.
|
||||
|
||||
Reference in New Issue
Block a user