Polished A-A and added new lines for broken enumerates.
Some checks failed
Compile Project / Compile (push) Failing after 12s

This commit is contained in:
Bokuan Li
2026-05-05 01:50:35 -04:00
parent 47a7e1de68
commit 0f2e69d1f9
81 changed files with 441 additions and 185 deletions

View File

@@ -8,7 +8,8 @@
\begin{enumerate}
\item[(a)] $\bigcup_{i \in I}U_i = X$.
\item[(b)] For each $i, j \in I$, either $U_i \cap U_j = \emptyset$, or $f_i|_{U_i \cap U_j} = f_j|_{U_i \cap U_j}$.
\end{enumerate}
\end\{enumerate\}
then there exists a unique $f: X \to Y$ such that $f|_{U_i} = f_i$ for all $i \in I$.
\end{lemma}
\begin{proof}
@@ -16,7 +17,8 @@
\begin{enumerate}
\item By assumption (a), $\bracs{x|(x, y) \in \Gamma} = \bigcup_{i \in I}U_i = X$.
\item For any $x \in X$, there exists $y \in Y$ with $(x, y) \in \Gamma$, and $i \in I$ such that $(x, y) \in \Gamma_i$. If $(x, y') \in \Gamma_j \subset \Gamma$, then $x \in U_i \cap U_j \ne \emptyset$. By assumption (b), $y = y'$.
\end{enumerate}
\end\{enumerate\}
Thus $\Gamma$ is the graph of a function $f: X \to Y$ with $f|_{U_i} = f_i$ for all $i \in I$.
\end{proof}
@@ -27,7 +29,8 @@
\item[(a)] $\bigcup_{V \in \fF}V = E$.
\item[(b)] For each $V, W \in \fF$, $T_V|_{V \cap W} = T_W|_{V \cap W}$.
\item[(c)] $\fF$ is upward-directed with respect to includion.
\end{enumerate}
\end\{enumerate\}
then there exists a unique $T \in \hom(E; F)$ such that $T|_{V} = T_V$ for all $V \in \fF$.
\end{lemma}
\begin{proof}