began yoneda chapter

This commit is contained in:
CDaut 2022-11-04 11:53:28 +01:00 committed by CDaut
parent 8608077522
commit 159805ad0a
3 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,4 @@
\section{Das Yoneda Lemma}
Sei $\mathcal{F}:\mathscr{C}\mapsto\cat{set}$ ein Funktor und $x\in\ob\mathscr{C}$. Dann gilt:\\
$\text{NatTrafo}(\mor{\mathscr{C}}{X}{\_}, \mathcal{F}(\_))\cong\mathcal{F}(X)$ mit\\
$\eta\xrightarrow{Yo}\eta_X(\text{id}_X)$

BIN
main.pdf

Binary file not shown.

View file

@ -33,4 +33,5 @@ every edge/.style = {draw, -to}
\include{./chapters/Grundlagen.tex} \include{./chapters/Grundlagen.tex}
\include{./chapters/Kegel_und_Ko.tex} \include{./chapters/Kegel_und_Ko.tex}
\include{./chapters/nat_trafo.tex} \include{./chapters/nat_trafo.tex}
\include{./chapters/yoneda.tex}
\end{document} \end{document}