Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix diagram and proof of Theorem 3.3.8 (set bundle over circle) #190

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions circle.tex
Original file line number Diff line number Diff line change
Expand Up @@ -706,17 +706,17 @@ \section{\Coverings}
\bigl(\Sc\to\UU \ar[r,equivr,"g"]\bigr) &
\sum_{X:\UU}(X\equivto X) \ar[u,hookrightarrow]
\\
\SetBundle \ar[r,equivl,"f"'] \ar[u,hookrightarrow] &
\SetBundle(\Sc) \ar[r,equivl,"f"'] \ar[u,hookrightarrow] &
\bigl(\Sc\to\Set\bigr) \ar[r,equivl,"g"'] \ar[u,hookrightarrow] &
\sum_{X:\Set}(X\equivto X) \ar[u,hookrightarrow]
\end{tikzcd}
\]
\end{theorem}
\begin{proof}
We prove first that $\preim$ respects the subtypes.
Let $A:\UU$ and $h: \Sc\to A$ such that $(A,h)$ is a \covering.
This means that $\inv h(a)$ is a set, for any $a:A$.
Since $\preim(A,h)(a) \jdeq \inv h(a)$, we immediately get
Let $A:\UU$ and $h: A \to \Sc$ such that $(A,h)$ is a \covering.
This means that $\inv h(x)$ is a set, for any $x:\Sc$.
Since $\preim(A,h)(x) \jdeq \inv h(x)$, we immediately get
that $\preim(A,h) : \Sc\to\Set$.
In order to prove that $\inv\preim$ also respects the subtypes
one simply reverses this argument.
Expand Down