[step:Show that postcomposition by $f$ sends $0_{X,A}$ to $0_{X,B}$]
Fix objects $A,B,X \in \mathcal C$ and a morphism $f \in \mathcal C(A,B)$. Define the postcomposition map
\begin{align*}
P_f:\mathcal C(X,A) &\to \mathcal C(X,B) \\
g &\mapsto f \circ g .
\end{align*}
Since $\mathcal C$ is preadditive, composition is additive in each variable. Therefore $P_f$ is a homomorphism of abelian groups.
The element $0_{X,A}$ is the additive identity in $\mathcal C(X,A)$. Hence
\begin{align*}
P_f(0_{X,A})
&= P_f(0_{X,A}+0_{X,A}) \\
&= P_f(0_{X,A})+P_f(0_{X,A}).
\end{align*}
Adding the additive inverse of $P_f(0_{X,A})$ in the abelian group $\mathcal C(X,B)$ to both sides gives
\begin{align*}
P_f(0_{X,A})=0_{X,B}.
\end{align*}
By the definition of $P_f$, this is exactly
\begin{align*}
f\circ 0_{X,A}=0_{X,B}.
\end{align*}
[/step]