|
| 1 | +\documentclass[a4paper,12pt,reqno]{amsart} |
| 2 | +\usepackage[utf8]{inputenc} |
| 3 | +\usepackage[top=25truemm,bottom=25truemm,left=20truemm,right=20truemm]{geometry} |
| 4 | +\usepackage{parskip} |
| 5 | +\usepackage{tikz-cd} |
| 6 | + |
| 7 | +\usepackage{amsmath, amssymb, amsfonts, amscd, amsthm, mathtools} |
| 8 | +\usepackage{hyperref} |
| 9 | + |
| 10 | +\theoremstyle{plain} |
| 11 | +\newtheorem{prop}{Proposition} |
| 12 | +\newtheorem{cor}[prop]{Corollary} |
| 13 | + |
| 14 | +\theoremstyle{definition} |
| 15 | +\newtheorem{defi}[prop]{Definition} |
| 16 | + |
| 17 | +\DeclareMathOperator{\id}{id} |
| 18 | +\DeclareMathOperator{\eq}{eq} |
| 19 | +\DeclareMathOperator{\Grp}{\mathbf{Grp}} |
| 20 | + |
| 21 | +\newcommand{\C}{\mathcal{C}} |
| 22 | + |
| 23 | +\title{Cocongruences on groups are effective} |
| 24 | +\author{Martin Brandenburg} |
| 25 | +\date{\today} |
| 26 | + |
| 27 | +\begin{document} |
| 28 | +\maketitle |
| 29 | + |
| 30 | +Our goal is to prove that every cocongruence in the category $\Grp$ is effective. We will establish a more general result for categories in which pushouts and monomorphisms interact in a suitable way. |
| 31 | + |
| 32 | +\begin{defi} |
| 33 | +We shall say that a category $\C$ has \emph{good pushouts of monomorphisms} if it has pushouts of monomorphisms and if, for every diagram of monomorphisms |
| 34 | +\[\begin{tikzcd} |
| 35 | +B \ar{r} & B' \\ |
| 36 | +A \ar{r} \ar{u} \ar{d} & A' \ar{u} \ar{d} \\ |
| 37 | +C \ar{r} & C' |
| 38 | +\end{tikzcd}\] |
| 39 | +in which each square is a pullback, the induced morphism |
| 40 | +\[B \sqcup_A C \to B' \sqcup_{A'} C'\] |
| 41 | +is also a monomorphism. |
| 42 | +\end{defi} |
| 43 | + |
| 44 | +\begin{prop} |
| 45 | +The category $\Grp$ has good pushouts of monomorphisms. |
| 46 | +\end{prop} |
| 47 | + |
| 48 | +\begin{proof} |
| 49 | +Consider a diagram as above. We regard every monomorphism in it as an inclusion. Choose a system of representatives $S \subseteq B$ for the right $A$-cosets in $B$, meaning that the multiplication map $\cdot : A \times S \to B$ is bijective. Likewise, choose $T \subseteq C$ such that the multiplication map $\cdot : A \times T \to C$ is bijective. We may assume that $1 \in S$ and $1 \in T$. |
| 50 | + |
| 51 | +It is well known (see, for example, Serre's book \emph{Trees}, Ch.\ I, §1, Thm.\ 1) that every element of the amalgamated free product $B \sqcup_A C$ has a unique representation of the form |
| 52 | +\[w = a \cdot x_1 \cdots x_n,\] |
| 53 | +where $a \in A$, each $x_i$ lies either in $S \setminus \{1\}$ or in $T \setminus \{1\}$, and these choices alternate. |
| 54 | + |
| 55 | +The map |
| 56 | +\[A \backslash B \to A' \backslash B', \, Ab \mapsto A'b\] |
| 57 | +is injective. Indeed, if $b_1,b_2 \in B$ satisfy $A' b_1 = A' b_2$, then $b_1 b_2^{-1} \in A'$. Since $B \cap A' = A$, it follows that $b_1 b_2^{-1} \in A$, and hence $A b_1 = A b_2$. |
| 58 | + |
| 59 | +Therefore, we may extend $S$ to a system of representatives $S' \subseteq B'$ for the right $A'$-cosets in $B'$. Likewise, we may extend $T$ to a system of representatives $T' \subseteq C'$ for the right $A'$-cosets in $C'$. |
| 60 | + |
| 61 | +With respect to these systems, an element $w \in B \sqcup_A C$ written in normal form as above remains in normal form after being mapped to $B' \sqcup_{A'} C'$. This shows that the induced map is injective. |
| 62 | +\end{proof} |
| 63 | + |
| 64 | +\begin{prop} |
| 65 | +Let $\C$ be a balanced category with good pushouts of monomorphisms and equalizers of monomorphisms. Then every cocongruence in $\C$ is effective. |
| 66 | +\end{prop} |
| 67 | + |
| 68 | +\begin{proof} |
| 69 | +Let $X \in \C$ be an object, and let $i_1,i_2 : X \rightrightarrows Y$ be a cocongruence. Since it is coreflexive, there exists a morphism $r : Y \to X$ satisfying |
| 70 | +\[r \circ i_1 = \id_X, \quad r \circ i_2 = \id_X.\] |
| 71 | +In particular, $i_1$ and $i_2$ are monomorphisms. Since the cocongruence is cotransitive, there exists a morphism |
| 72 | +\[c : Y \to Y \sqcup_{i_2,X,i_1} Y\] |
| 73 | +satisfying |
| 74 | +\[c \circ i_1 = u_1 \circ i_1, \quad c \circ i_2 = u_2 \circ i_2,\] |
| 75 | +where $u_1,u_2 : Y \rightrightarrows Y \sqcup_{i_2,X,i_1} Y$ are the pushout inclusions satisfying $u_1 i_2 = u_2 i_1$. We will not use the fact that the cocongruence is cosymmetric; this will follow automatically. Define the monomorphism |
| 76 | +\[E := \eq(i_1,i_2) \hookrightarrow X.\] |
| 77 | + |
| 78 | +Since $i_1$ and $i_2$ agree on $E$, there exists a unique morphism |
| 79 | +\[\varphi : X \sqcup_E X \to Y\] |
| 80 | +defined by $\varphi \circ j_1 = i_1$ and $\varphi \circ j_2 = i_2$, where $j_1,j_2 : X \rightrightarrows X \sqcup_E X$ are the two inclusions. |
| 81 | + |
| 82 | +We must show that $\varphi$ is an isomorphism. It is clearly an epimorphism, since $i_1$ and $i_2$ are jointly epimorphic by assumption. Since $\C$ is balanced, it therefore suffices to prove that $\varphi$ is a monomorphism. |
| 83 | + |
| 84 | +We will show that even the morphism |
| 85 | +\[\gamma := c \circ \varphi : X \sqcup_E X \to Y \sqcup_{i_2,X,i_1} Y\] |
| 86 | +is a monomorphism. It is characterized by |
| 87 | +\[\gamma \circ j_1 = c \circ \varphi \circ j_1 = c \circ i_1 = u_1 \circ i_1,\] |
| 88 | +\[\gamma \circ j_2 = c \circ \varphi \circ j_2 = c \circ i_2 = u_2 \circ i_2.\] |
| 89 | + |
| 90 | +In other words, $\gamma$ is induced by the diagram of monomorphisms |
| 91 | +\[\begin{tikzcd} |
| 92 | +X \ar{r}{i_1} & Y \\ |
| 93 | +E \ar{r} \ar{u} \ar{d} & X \ar{u}[swap]{i_2} \ar{d}{i_1} \\ |
| 94 | +X \ar{r}[swap]{i_2} & Y |
| 95 | +\end{tikzcd}\] |
| 96 | + |
| 97 | +Since $\C$ has good pushouts of monomorphisms, it suffices to verify that both squares are pullbacks. Observe that the two squares are symmetric, so it is enough to consider one of them. To verify the universal property, let $a : T \to X$ and $b : T \to X$ be morphisms satisfying $i_1 \circ a = i_2 \circ b$. Applying $r : Y \to X$, we obtain |
| 98 | +\[a = r \circ i_1 \circ a = r \circ i_2 \circ b = b.\] |
| 99 | + |
| 100 | +Thus, $a$ is simply a morphism equalizing $i_1$ and $i_2$, so it factors uniquely through $E \hookrightarrow X$. |
| 101 | +\end{proof} |
| 102 | + |
| 103 | +\begin{cor} |
| 104 | +Every cocongruence in the category $\Grp$ is effective. |
| 105 | +\end{cor} |
| 106 | + |
| 107 | + |
| 108 | +\end{document} |
0 commit comments