Skip to content

Commit

Permalink
must rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Jlh18 committed Aug 10, 2024
1 parent 1fd5346 commit b1c22f5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions Notes/natural_model_univ/groupoid_model.tex
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,12 @@ \subsection{$\Pi$ and $\Si$ structure}
and $\tp \triangleleft \tp$
extracts the underlying type and dependent type $(A, B)$.

\[ Q \, \Ga \iso \{ (\be : \ga \to \ptgrpd, \al : \Ga \to \ptgrpd, B : \Ga \cdot U \circ \al \to \grpd) \st U \circ \be = \ev{\al}{\be} \}\]
\[ Q \, \Ga \iso
\{ (\be : \ga \to \ptgrpd, \al : \Ga \to \ptgrpd,
B : \Ga \cdot U \circ \al \to \grpd)
\st U \circ \be = \ev{\al}{\be}
\}
\]
\end{prop}
\begin{proof}
Extending the diagram from \cref{dependent_pair_classifier}
Expand Down Expand Up @@ -942,10 +947,21 @@ \subsection{$\Pi$ and $\Si$ structure}

\begin{defn}[Interpretation of $\Si$]
We define the natural transformation
$\Si : \Poly{\tp} \Type \to \Type$
\[\Si : \Poly{\tp} \Type \to \Type\]
as that which is induced (\cref{BC_iff_nat_trans}) by the $\Si$-former operation (\cref{pi_classifier_op}).

Define $\pair : Q \to \Term$ such that TODO.
Define $\pair : Q \to \Term$ such that for some $\Ga$
\begin{align*}
& Q \, \Ga \\
\iso &
\{ (\be : \ga \to \ptgrpd, \al : \Ga \to \ptgrpd,
B : \Ga \cdot U \circ \al \to \grpd) \st U \circ \be = \ev{\al}{\be} \}
\\
\to & [\Ga, \ptgrpd]
\end{align*}
where the arrow takes $(\be,\al,B)$ to the following functor:
on objects $x \in \Ga$, return $(\Si_{A} B \, x, (a_{x}, b_{a_{x}}))$
% where $\al \, x = (A x, a_{x})$ and $\be \, x = (B (x , a_{x}))$ this needs computation of $U \circ \be = \ev{\al}{B} !!$

$\Si$ and $\pair$ combine to give us a pullback square
% https://q.uiver.app/#q=WzAsNCxbMCwwLCJRIl0sWzAsMSwiXFxQb2x5e1xcdHB9e1xcVHlwZX0iXSxbMSwwLCJcXFRlcm0iXSxbMSwxLCJcXFR5cGUiXSxbMCwxLCJcXHRwIFxcdHJpYW5nbGVsZWZ0IFxcdHAiLDJdLFswLDIsIlxccGFpciJdLFsyLDMsIlxcdHAiXSxbMSwzLCJcXFNpIiwyXSxbMCwzLCIiLDEseyJzdHlsZSI6eyJuYW1lIjoiY29ybmVyIn19XV0=
Expand Down
Binary file modified Notes/natural_model_univ/main.pdf
Binary file not shown.

0 comments on commit b1c22f5

Please sign in to comment.