Does the abelianisation functor $\mathrm{Grp} → \mathrm{AbGrp}$ preserve composition

abelian-groupsabstract-algebracategory-theoryfunctors

I am to show there is a functor $F : \mathrm{Grp} → \mathrm{AbGrp}$. I have already checked that the assignments $F_0(G) := G_{\mathrm{ab}} := G/[G,G]$ and $F_1 (f \colon G → H) := \bar{f}: G_{\mathrm{ab}} → H_{\mathrm{ab}}$ are well-defined. (Using some elementary algebra theorems about factoring through quotients.)

In checking that $F$ preserves composition, however, I run into some trouble. I have seen that for $f \colon G → H$ and $g \colon H → K$ group homomorphisms, $F_1(g ∘ f) = \overline{g ∘ f}$ and $F_1(f) ∘ F_1(g) = \bar{f} ∘ \bar{g}$ are both maps $G_{\mathrm{ab}} → K_{\mathrm{ab}}$. (All this required some verification using factorisation through quotient groups to the abelianised groups.)

However, I fail to see that these maps are the same! I could of course evaluate them on the elements of $G_{\mathrm{ab}}$, but I’m learning category theory and therefore want to show this not the ‘intrinsic’ way but the ‘extrinsic’ way. Now I drew the following diagrams, to show my thinking:

I drew the following diagrams

such that both $\bar{f}, \bar{g}$, and $\overline{g ∘ f}$ appear.

Now what I know is that, for instance $g ∘ f = \overline{g ∘ f} ∘ \pi_G$.

What I’d like to do is just chase the diagrams to show $\overline{g ∘ f} = \bar{g} ∘ \bar{f}$ holds.

What would help is if $\pi_H$ would be the identity¹, which would be so if $H$ were already abelian. Because then, we would just conclude that
$$\overline{g ∘ f} ∘ \pi_G = \bar{g} ∘ \bar{f} ∘ \pi_G \,.
$$

Which would bring us a lot closer. (Still not sure how to finish then, though.)

¹In a sense, this should indeed be true, because $\bar{f}$, I think, should automatically map to an abelian group (one of the aforementioned elementary algebra theorems). HOWEVER, and this is where I get really confused, at no point was $H$ itself to be required anything but a general group!

I feel like I’m really close here, so could someone help me fill in the gaps / patch up the mistakes in my thinking?

Best wishes!

Best Answer

Your diagrams are wrong: you claim that $\overline{f}$ is a morphism from $G_{\mathrm{ab}}$ to $H_{\mathrm{ab}}$, but in the diagram it is drawn from $G_{\mathrm{ab}}$ to $H$. Similarly for $\overline{g}$.

However, if we draw the arrows correctly, then your approach works:

The universal property of the abelianization tells us that for every group $G$, every abelian group $A$ and every homomorphism $f$ from $G$ to $A$, there exists a unique morphism $\overline{f}$ from $G_{\mathrm{ab}}$ to $A$ with $\overline{f} ∘ π_G = f$.

It follows that for every homomorphism $f \colon G \to H$, there exists a unique homomorphism $f_{\mathrm{ab}} \colon G_{\mathrm{ab}} \to H_{\mathrm{ab}}$ that it makes the following diagram commute: $$ \require{AMScd} \begin{CD} G_{\mathrm{ab}} @>{f_{\mathrm{ab}}}>> H_{\mathrm{ab}} \\ @A{π_G}AA @AA{π_H}A \\ G @>>{f}> H \end{CD} $$ More explicitly, we apply the universal property to the composite $π_H ∘ f \colon G \to H_{\mathrm{ab}}$, so that $$ f_{\mathrm{ab}} = \overline{π_H ∘ f} \,. $$ Note that this does not tell us what $f_{\mathrm{ab}}$ does on elements; instead, we have constructed $f_{\mathrm{ab}}$ purely in terms of commutative diagrams.

We can now check the functoriality of this construction.

For every group $G$, the following diagram commutes: $$ \require{AMScd} \begin{CD} G_{\mathrm{ab}} @>{\mathrm{id}_{G_\mathrm{ab}}}>> G_{\mathrm{ab}} \\ @A{π_G}AA @AA{π_G}A \\ G @>>{\mathrm{id}_G}> G \end{CD} $$ The commutativity of this diagram tells us that $\mathrm{id}_{G_\mathrm{ab}}$ satisfies the defining property of $(\mathrm{id}_G)_{\mathrm{ab}}$. Therefore, $(\mathrm{id}_G)_{\mathrm{ab}} = \mathrm{id}_{G_{\mathrm{ab}}}$.

Suppose now that $f \colon G \to H$ and $g \colon H \to K$ are two composable homomorphisms. We than have the following commutative diagram: $$ \require{AMScd} \begin{CD} G_{\mathrm{ab}} @>{f_{\mathrm{ab}}}>> H_{\mathrm{ab}} @>{g_{\mathrm{ab}}}>> K_{\mathrm{ab}} \\ @A{π_G}AA @AA{π_H}A @AA{π_K}A \\ G @>>{f}> H @>>{g}> K \end{CD} $$ By leaving out the middle column of this diagram we arrive at the following commutative diagram: $$ \require{AMScd} \begin{CD} G_{\mathrm{ab}} @>{g_{\mathrm{ab}} ∘ f_{\mathrm{ab}}}>> K_{\mathrm{ab}} \\ @A{π_G}AA @AA{π_K}A \\ G @>>{g ∘ f}> K \end{CD} $$ The commutativity of this diagram tells us that the composite $g_{\mathrm{ab}} ∘ f_{\mathrm{ab}}$ satisfies the defining property of the homomorphsim $(g ∘ f)_{\mathrm{ab}}$. Therefore, $(g ∘ f)_{\mathrm{ab}} = g_{\mathrm{ab}} ∘ f_{\mathrm{ab}}$.

Related Question