Skip to content

Commit 5dec441

Browse files
author
marcbezem
committed
fixes of \Sub and subtype in Ch3
1 parent d3337a9 commit 5dec441

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

circle.tex

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ \chapter{The universal symmetry: the circle}
1818
The type $\Prop$ of propositions has the property that
1919
given any type $A$ a function $A\to\Prop$ provides exactly
2020
the same information as picking a subtype of $A$,
21-
see \cref{lem:Prop-Set-pointed-families}\ref{lem:Prop-families}.
21+
see \cref{def:subtype} and \cref{lem:Sub(T)=Inj(T)}.
2222
\end{enumerate}
2323
We are interested in symmetries, and so we should search for a type $X$
2424
which is so that given \emph{any} type $A$ the type of functions
@@ -648,15 +648,16 @@ \section{\Coverings}
648648
\cref{rem:diagram}.
649649

650650
\begin{remark}\label{rem:subtype-diagram}
651-
Consider the left diagram below, where $i_1, i_2$
652-
are injections constituting $S$ as a subtype of $X$ and
653-
$T$ as a subtype of $Y$, respectively (see \cref{def:subtype}).\footnote{%
651+
Consider the left diagram below, where $i_1, i_2$ are injections
652+
constituting $S$ as a subtype of $X$ and $T$ as a subtype of $Y$, respectively, in the sense of \cref{def:injtype}.\footnote{%
654653
To stress that a function is an injection we may decorate
655-
the $\to$ in its type with a hook: $\hookrightarrow$.}
654+
the $\to$ in its type with a hook: $\mono$.}
656655
This diagram represents the identity type $f\circ i_1 \eqto i_2\circ g$.
657656
Since $i_2$ is an injection, the type
658-
$\sum_{g:S\to T} (f\circ i_1 \eqto i_2\circ g)$ is a proposition.\footnote{%
659-
Use \cref{xca:prod-of-fibs} to see this.}
657+
$\sum_{g:S\to T} (f\circ i_1 \eqto i_2\circ g)$ is a proposition,\footnote{%
658+
Consider $\inv i_2(f(i_1(s)))$ for all $s:S$,
659+
and then use \cref{xca:AC-in-TT}.}
660+
which may or may not be true. So, when is it true?
660661
\[
661662
\begin{tikzcd}
662663
X \ar[r,"f"] & Y &&
@@ -667,8 +668,8 @@ \section{\Coverings}
667668
\]
668669
In the right diagram we depict the case
669670
in which $S$ is given by a predicate $P: X\to\Prop$
670-
and $T$ is given by a predicate $Q: Y\to\Prop$,
671-
with the injections being first projections of the right type.
671+
and $T$ by a predicate $Q: Y\to\Prop$,
672+
with the injections being first projections.
672673
We can now apply the universal property of subtypes
673674
\cref{xca:subtype-univ-prop} to $Y_Q$ with
674675
$(f\circ\fst) : X_P \to Y$ and get that the three propositions

0 commit comments

Comments
 (0)