Skip to content

Commit 34cfbbe

Browse files
committed
xy to tikz: convert the preimage diagram
1 parent 156fd03 commit 34cfbbe

File tree

1 file changed

+26
-5
lines changed

1 file changed

+26
-5
lines changed

subgroups.tex

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -337,11 +337,32 @@ \subsection{Kernels and cokernels}
337337
\end{xca}
338338

339339

340-
The kernel, cokernel and image constructions satisfy a lot of important relations which we will review in a moment, but in our setup many of them are just complicated ways of interpreting the following fact about preimages (see the illustration\footnote{$$\xymatrix{
341-
F_2^{-1}(x_1,p_2)\ar[r]^H_\simeq\ar[d]_{\fst}&f_1^{-1}(x_1)\ar[d]^{\fst}\ar[dl]_{F_1}&\\
342-
(f_2f_1)^{-1}(x_2)\ar[r]^{\fst}\ar[d]^{F_2}&X_0\ar[r]^{f_2f_1}\ar[d]^{f_1}&X_2\ar@{=}[d]\\
343-
f_2^{-1}(x_2)\ar[r]^{\fst}&X_1\ar[r]^{f_2}&X_2.}
344-
$$} in the margin for an overview)
340+
The kernel, cokernel and image constructions satisfy a lot of important relations which we will review in a moment, but in our setup many of them are just complicated ways of interpreting the following fact about preimages (see the illustration\footnote{
341+
\[
342+
\begin{tikzpicture}[scale=1.5]
343+
\path (-.5,2) node (02) {$F_2^{-1}(x_1,p_2)$}
344+
(1,2) node (12) {$f_1^{-1}(x_1)$}
345+
(-.5,1) node (01) {$(f_2f_1)^{-1}(x_2)$}
346+
(1,1) node (11) {$X_0$}
347+
(2,1) node (21) {$X_2$}
348+
(-.5,0) node (00) {$f_2^{-1}(x_2)$}
349+
(1,0) node (10) {$X_1$}
350+
(2,0) node (20) {$X_2$};
351+
\draw[->]
352+
(02) edge node[left] {$\fst$} (01)
353+
(01) edge node[left] {$F_2$} (00)
354+
(12) edge node[right] {$\fst$} (11)
355+
(11) edge node[right] {$f_1$} (10)
356+
(21) edge[-,double] (20)
357+
(02) edge node[above] {$H$} node[below] {$\simeq$} (12)
358+
(01) edge node[above] {$\fst$} (11)
359+
(11) edge node[above] {$f_2f_1$} (21)
360+
(00) edge node[above] {$\fst$} (10)
361+
(10) edge node[above] {$f_2$} (20)
362+
(12) edge node[above left] {$F_1$} (01);
363+
\end{tikzpicture}
364+
\]
365+
} in the margin for an overview)
345366
\begin{lemma}
346367
\label{lem:fibersofcomposites}
347368
Consider pointed functions $(f_1,p_1):(X_0,x_0)\to_*(X_1,x_1)$ and $(f_2,p_2):(X_1,x_1)\to_*(X_2,x_2)$ and the resulting functions

0 commit comments

Comments
 (0)