Construct additive inverse in an abelian category

abelian-categoriesabelian-groupscategory-theory

A (locally small) abelian category has a canonical addition structure on its hom sets. In fact, this structure forms an abelian group.

Let $A$ be an abelian category. Here, an abelian category is a category with a $0$ object, binary products and coproducts, and kernels and cokernels, such that all epis are conormal and all monos are normal.

I have constructed the sum of morphisms $f, g : A \rightarrow B$ in the natural way. I have also found what the zero object should be. But I cannot manage to construct the additive inverse of a morphism. Can someone help me on this matter?

Best Answer

Suppose $f\colon A\to B$. You get a map $M=\begin{pmatrix} 1 & f \\ 0 & 1\end{pmatrix}$ on $A\oplus B$. Let $(a,b)\colon K\to A\oplus B$ be the kernel. Thus the composite $(a,af+b)\colon K\to A\oplus B$ is the zero morphism, so $a=0$, and consequently $b=0$. Thus $M$ has zero kernel, so is a monomorphism.

Dually, let $\begin{pmatrix} a \\ b\end{pmatrix}\colon A\oplus B\to C$ be the cokernel of $M$. Hence the composite $\begin{pmatrix} a+fb \\ b\end{pmatrix}$ is the zero morphism, so $b=0$, and consequently $a=0$. So $M$ is an epimorphism, and hence an isomorphism since we are in an abelian category.

Let $M^{-1}=\begin{pmatrix} a & b \\ c & d\end{pmatrix}$ be the inverse with components some appropriate morphisms. Then one finds $$ \begin{pmatrix}a+fc & b+fd \\ c & d \end{pmatrix}=\begin{pmatrix} 1 & 0 \\ 0 & 1\end{pmatrix} $$ so that $c=0$, hence $a=1$, $d=1$, and $b+f=0$, so $f$ has an inverse under $+$.

Related Question