Kokern Definition

This commit is contained in:
CDaut 2022-10-16 21:57:39 +02:00 committed by CDaut
parent ab54b3ad33
commit 0d8cd2eeae
2 changed files with 32 additions and 1 deletions

View file

@ -582,7 +582,7 @@ aussehen können.
$0_{A,B}\in\mor{\mathscr{C}}{A}{B}$ ist dabei so definiert, dass für jeden Morphismus $0_{A,B}\in\mor{\mathscr{C}}{A}{B}$ ist dabei so definiert, dass für jeden Morphismus
$f\in\mor{\mathscr{C}}{A}{B}$ $0_{A,B}+f=f=f+0_{A,B}$ gilt. Nicht in jeder Kategorie $f\in\mor{\mathscr{C}}{A}{B}$ $0_{A,B}+f=f=f+0_{A,B}$ gilt. Nicht in jeder Kategorie
existiert solch eine Abbildung.\\ existiert solch eine Abbildung.\\
Gesucht ist also ein Kegel $K$ und eine Abbildung $\iota$, sodass folgendes Diagramm Gesucht ist also ein Limes $K$ und eine Abbildung $\iota$, sodass folgendes Diagramm
kommutiert und $0\circ\iota=f\circ\iota$ gilt:\\ kommutiert und $0\circ\iota=f\circ\iota$ gilt:\\
\begin{figure}[h] \begin{figure}[h]
\begin{center} \begin{center}
@ -626,3 +626,34 @@ aussehen können.
\end{center} \end{center}
Wobei $Kern(f):=\{v\in V|f(v)=0\}$ und $\varphi(t)=g(t)$ Wobei $Kern(f):=\{v\in V|f(v)=0\}$ und $\varphi(t)=g(t)$
\end{example} \end{example}
\begin{example}{Kokern\\}
Ein Kokern ist der Kolimes über dem Diagramm
\begin{tikzpicture}[baseline=-1mm]
\node (L) at (0,0){$\bullet$};
\node (R) at (1,0){$\bullet$};
\draw
(L) edge node[above]{$0$} (R)
(L) edge[bend right] (R)
;
\end{tikzpicture}. Gesucht ist also ein Kolimes, sodass folgendes Diagramm kommutiert:
\begin{figure}[h]
\begin{center}
\begin{tikzpicture}
\node (L) at (0,0){$\bullet$};
\node (R) at (2,0){$\bullet$};
\node[red] (KK) at (4,0){$\bullet$};
\node[blue] (Keg) at (4,1.5){$\bullet$};
\draw
(L) edge node[above]{$0$} (R)
(L) edge[bend right] node[below]{$f$} (R)
(R) edge[red] (KK)
(R) edge[blue] node[above]{$g$} (Keg)
(KK) edge[dotted] (Keg)
;
\end{tikzpicture}
\end{center}
\caption{Das Kommutative Diagramm für einen Kokern}
\end{figure}
\end{example}

BIN
main.pdf

Binary file not shown.