Dernières modifications

This commit is contained in:
Samy Avrillon 2024-09-03 22:58:12 +02:00
parent b8ed28e8e4
commit 3955bd89f2
Signed by: Mysaa
GPG Key ID: 0220AC4A3D6A328B
2 changed files with 42 additions and 18 deletions

View File

@ -336,6 +336,7 @@
\end{frame} \end{frame}
\begin{frame}{Constructing $G_3$} \begin{frame}{Constructing $G_3$}
\vspace{-2ex}
\begin{columns} \begin{columns}
\begin{column}{.5\textwidth} \begin{column}{.5\textwidth}
\begin{center} \begin{center}
@ -356,30 +357,41 @@
\end{array}\] \end{array}\]
} }
\pause \pause
\[\begin{array}{ccccccc} \renewcommand{\arraystretch}{0.5}
\[\begin{array}{ccccccccc}
X_\UU & = & X_\UU & = &
\{\star\} & \uplus & \{\star\} & \uplus &
Y_\Con & \uplus& Y_\Con & \uplus&
\displaystyle\coprod_{\Delta \in Y_\Con}Y_\Ty(\Delta) \\ \displaystyle\coprod_{\Delta \in Y_\Con}Y_\Ty(\Delta) &
X_\El(\inj_1(\star)) & = & \xrightarrow{X_\El}&\Set\\
Y_\Con &&&&\\ \pause
X_\El(\inj_2(\Gamma)) & = & && \tikzmark{1}{\star} &&&&&&\tikzmark{2}{Y_\Con}\\
&&Y_\Ty(\Gamma) &&\\ X_\El & &
X_\El(\inj_3(\Delta,A)) & = & &&\tikzmark{3}{\Gamma}&&&&\tikzmark{4}{Y_\Ty(\Gamma)}\\
&&&& Y_\Tm(\Delta,A)\\ &&&&&& \tikzmark{5}{(\Delta,A)}&& \tikzmark{6}{Y_\Tm(\Delta,A)}\\
\end{array}\] \end{array}\]
\begin{tikzpicture}[overlay,remember picture]
\draw[|->] (1) to (2);
\draw[|->] (3) to (4);
\draw[|->] (5) to (6);
\end{tikzpicture}
\pause \pause
\begin{columns}
\begin{column}{.5\textwidth}
\[\begin{array}{lcl} \[\begin{array}{lcl}
\XCon_X &=& \inj_1(\star)\\ \XCon_X &=& \star \in \{\star\}\\
\XTy_X(\Gamma) &=& \inj_2(\Gamma) \\ \XTy_X(\Gamma) &=& \Gamma \in Y_\Con \\
\XTm_X(\Delta,A) &=& \inj_3(\Delta,A) \XTm_X(\Delta,A) &=& (\Delta,A) \in \displaystyle\coprod_{\Delta \in Y_\Con}Y_\Ty(\Delta)
\end{array}\] \end{array}\]
\end{column}
\pause \pause
\vspace{-1.5ex} \begin{column}{.5\textwidth}
\begin{tcolorbox} \begin{tcolorbox}
All sorts of $X_\UU$ are in the image of some constructor $(\XCon_X,\XTy_X,\XTm_X)$ All sorts of $X_\UU$ are in the image of some constructor $(\XCon_X,\XTy_X,\XTm_X)$
\end{tcolorbox} \end{tcolorbox}
\end{column}
\end{columns}
\end{frame} \end{frame}
\begin{frame}{Constructing $F_3$} \begin{frame}{Constructing $F_3$}
@ -405,7 +417,7 @@
\pause[5] \pause[5]
\vspace{-.5ex} \vspace{-.5ex}
\begin{tcolorbox} \begin{tcolorbox}
Each object of $Y$ are associated by $X_\El$ to some constructor The preimage by $X_\El$ of each object of $Y$ is a sort of $X_\UU$ constructed by some constructor
\end{tcolorbox} \end{tcolorbox}
\end{frame} \end{frame}
@ -417,13 +429,18 @@
\pause \pause
\begin{remark} \begin{remark}
All sorts of $G_3Y$ are reached by some constructor of $G_3Y$ Morphisms of $\BB_3$ and $\CC_3$ both respect constructors
\pause
\uncover<3>{\ding{220}$\Hom_{\BB_3}\left(G_3Y,X\right)$ transforms constructible into constructible} All sorts of $G_3Y_\UU$ are in the image of some constructor $(\XCon_{G_3Y},\XTy_{G_3Y},\XTm_{G_3Y})$
Each object of $F_3X$ are associated by $X_\El$ to some constructor of $X$ \ding{220}$\Hom_{\BB_3}\left(G_3Y,X\right)$ morphisms are only defined on constructors
\uncover<3>{\ding{220}$\Hom_{\CC_3}\left(Y,F_3X\right)$ transforms constructible into constructible} \pause
The preimage by $X_\El$ of each object of $F_3X$ is a sort of $X_\UU$ constructed by some constructor
\ding{220}$\Hom_{\CC_3}\left(Y,F_3X\right)$ morphisms only send to constructible terms
\end{remark} \end{remark}
\end{frame} \end{frame}
@ -431,7 +448,7 @@
\begin{frame}{Conclusion} \begin{frame}{Conclusion}
\begin{center} \begin{center}
\hspace{2ex}$\CC$ \hspace{3.5cm} $\BB$ \hspace{9.2ex}$\CC$ \hspace{3.7cm} $\BB$
\vspace{.5cm} \vspace{.5cm}
\includesvg[scale=.4]{graphs/diagrammeFG.svg} \includesvg[scale=.4]{graphs/diagrammeFG.svg}
@ -510,3 +527,4 @@

View File

@ -191,3 +191,9 @@
\tableofcontents[currentsection,hideothersubsections,sections=\value{section}] \tableofcontents[currentsection,hideothersubsections,sections=\value{section}]
\end{frame} \end{frame}
} }
\newcommand{\tikzmark}[2]{\tikz[remember picture] \node (#1) {$#2$};}
\makeatletter
\newcommand{\mathleft}{\@fleqntrue\@mathmargin0pt}
\newcommand{\mathcenter}{\@fleqnfalse}
\makeatother