This commit is contained in:
CDaut 2022-10-13 18:00:03 +02:00 committed by CDaut
parent fb7eeff3a0
commit fcddaee2f2
2 changed files with 4 additions and 4 deletions

View file

@ -124,7 +124,7 @@ zu können und diese so in Relation zu setzen definieren wir Funktoren.
sodass $\mathcal{F}(f\circ g)=\mathcal{F}(f)\circ\mathcal{F}(g)$ sodass $\mathcal{F}(f\circ g)=\mathcal{F}(f)\circ\mathcal{F}(g)$
\end{itemize} \end{itemize}
\begin{center} \begin{center}
\begin{tikzpicture} \begin{tikzpicture}[baseline=-15mm]
\node(A) at (0,0){$A$}; \node(A) at (0,0){$A$};
\node(C) at (0,-3){$C$}; \node(C) at (0,-3){$C$};
\node(B) at (1,-1.5){$B$}; \node(B) at (1,-1.5){$B$};
@ -135,10 +135,10 @@ zu können und diese so in Relation zu setzen definieren wir Funktoren.
(B) edge node[right]{$g$} (C) (B) edge node[right]{$g$} (C)
; ;
\end{tikzpicture} \end{tikzpicture}
\hspace{10mm} \hspace{5mm}
Wird vom Funktor abgebildet auf Wird vom Funktor abgebildet auf
\hspace{10mm} \hspace{5mm}
\begin{tikzpicture} \begin{tikzpicture}[baseline=-15mm]
\node(A) at (0,0){$\mathcal{F}(A)$}; \node(A) at (0,0){$\mathcal{F}(A)$};
\node(C) at (0,-3){$\mathcal{F}(C)$}; \node(C) at (0,-3){$\mathcal{F}(C)$};
\node(B) at (1,-1.5){$\mathcal{F}(B)$}; \node(B) at (1,-1.5){$\mathcal{F}(B)$};

BIN
main.pdf

Binary file not shown.