Skip to content

Commit 14eb86b

Browse files
authored
Merge pull request #1174 from enklht/typos
Fix Minor Typos in Proofs of Corollary 4.9.3 and Theorem 4.8.4
2 parents e1422c2 + c881a86 commit 14eb86b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

equivalences.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,8 @@ \section{The object classifier}
886886
\begin{align*}
887887
a & \mapsto \pairr{f(a),\; \pairr{a,\refl{f(a)}}}\\
888888
& \mapsto \pairr{f(a), \; \hfiber{f}{f(a)}, \; \refl{\hfiber{f}{f(a)}}, \; \pairr{a,\refl{f(a)}}}\\
889-
& \mapsto \pairr{f(a), \; \hfiber{f}{f(a)}, \; \pairr{a,\refl{f(a)}}, \; \refl{\hfiber{f}{f(a)}}}.
889+
& \mapsto \pairr{f(a), \; \hfiber{f}{f(a)}, \; \pairr{a,\refl{f(a)}}, \; \refl{\hfiber{f}{f(a)}}}\\
890+
& \mapsto \pairr{f(a), \; \pairr{\hfiber{f}{f(a)}, \; \pairr{a,\refl{f(a)}}}, \; \refl{\hfiber{f}{f(a)}}}.
890891
\end{align*}
891892
Therefore, we get homotopies $f\htpy\proj1\circ e$ and $\vartheta_f\htpy \proj2\circ e$.
892893
\end{proof}
@@ -944,7 +945,7 @@ \section{Univalence implies function extensionality}
944945
\end{cor}
945946

946947
\begin{proof}
947-
By \cref{thm:fiber-of-a-fibration}, for $\proj{1}:\sm{x:A}P(X)\to A$ and $x:A$ we have an equivalence
948+
By \cref{thm:fiber-of-a-fibration}, for $\proj{1}:(\sm{x:A}P(x))\to A$ and $x:A$ we have an equivalence
948949
\begin{equation*}
949950
\eqv{\hfiber{\proj{1}}{x}}{P(x)}.
950951
\end{equation*}

errata.tex

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,14 @@
479479
& 358-g9543064
480480
& The text should be ``Show that for any $A,B:\UU$, the following type is equivalent to $\eqv A B$. Can you extract from this a definition of a type satisfying the three desiderata of $\isequiv(f)$?''\\
481481
%
482+
\cref{thm:object-classifier}
483+
& merge of 367864df
484+
& To maintain consistency, one line was added at the end of the computation of the composite equivalence in the proof.
485+
%
486+
\cref{thm:fiber-of-a-fibration}
487+
& merge of edb908a2
488+
& The type of $\proj{1}$ should be $(\sm{x:A}P(x))\to A$.
489+
%
482490
% Chapter 5
483491
%
484492
\cref{sec:appetizer-univalence}

0 commit comments

Comments
 (0)