4

From splitting lemma, we know in $R$-Mod Category, short exact sequence $0 \to A \stackrel{f}{\rightarrow} B \stackrel{g}{\rightarrow} C \to0$ splits if it satisfies one of the following equivalent conditions:

$(1)\ \exists f_1\in\text{Hom}(B,A)\text{ s.t. } f_1\circ f=\text{Id}_A$. $(2)\ \exists g_1\in\text{Hom}(C,B)\text{ s.t. } g\circ g_1=\text{Id}_C$.

$(3)\ \text{Im }f=\text{Ker }g$ is direct summand of $B$.

$(4)\ \exists \text{ isomorphism } h:B\to A \oplus C \text{ s.t. } $

$h \circ f \text{ is natural injection and }g \circ h^{-1} \text{ is natural projection.}$

And $0 \to A \stackrel{f}{\rightarrow} B \stackrel{g}{\rightarrow} C \to0$ splits $\implies B\cong A \oplus C$.

If we only have $B\cong A \oplus C$, is there any example for $0 \to A \to B \to C \to0$ doesn't split?


Related questions:

$(1)$ Example for infinitely generated modules.

$(2)$ Example for abelian groups.

As proved in answer below, it's ture for modules on commutative ring with finite length.


Special thanks for jgon, for his knowledge, time, patience and friendliness.

Andrews
  • 4,293
  • You mean, there exists an isomorphism, but it just doesn't satisfy the injection/projection conditions? – rschwieb Dec 13 '18 at 14:40
  • What do you mean by "drop the condition"? – positron0802 Dec 13 '18 at 14:57
  • 1
    I'm confused. Are you looking for another answer? How is this not answered by your linked question (2) (after all, abelian groups are $\Bbb{Z}$-modules)? Your answer doesn't prove that short exact sequences of finitely generated modules split when the middle module is isomorphic to the direct sum. It proves that they split when the modules have finite length. Finite generation is equivalent to finite length only when $R$ is Artinian. Also the answer to the linked question gives an example of a sequence of f.g. modules over a noncommutative ring that doesn't split. – jgon Mar 27 '19 at 16:25
  • @jgon Thank you for your edit and kindly explaination, and sorry for my mistake. The linked questions completely answered my question. The answer below surely proves they split when the modules have finite length. I could't open that link when I edit hours ago so I made a big mistake. Thank you for your time and patience. – Andrews Mar 27 '19 at 20:39
  • If R is a local ring (commutative and Noetherian), then Miyata's Theorem says $B \cong A \oplus C$ if and only if the sequence is split. I think Miyata's works without local too but I'm not positive. – Tim Dec 10 '21 at 02:50

1 Answers1

1

Let $R$ be a commutative ring and let $$\begin{equation}\label{eq:ses}0\to A\to B\to C\to 0\tag{*}\end{equation}$$ be a short exact sequence of modules of finite length over $R$. We show that if $B\cong A\oplus C$, then $\eqref{eq:ses}$ splits.

Since $B\cong A\oplus C$, we have that $$\newcommand\Hom{\operatorname{Hom}}\Hom_R(C,B)\cong\Hom_R(C,A)\oplus\Hom_R(C,C).$$ Hence $$\ell(\Hom_R(C,B))=\ell(\Hom_R(C,A))+\ell(\Hom_R(C,C))$$ where $\ell$ denotes length.

Write $f:B\to C$ for the map in $\eqref{eq:ses}$. Apply $\Hom_R(C,-)$ to the sequence $\eqref{eq:ses}$.

From the left exactness of $\Hom_R(C,-)$, we obtain the exact sequence $$0\to \Hom_R(C,A)\to \Hom_R(C,B)\to \Hom_R(C,C),$$ where the map $f_* : \Hom_R(C,B)\to \Hom_R(C,C)$ is given by $g\mapsto f\circ g$.

Let $N$ denote the cokernel of $f_*$, which evidently has finite length. It follows that $$0\to \Hom_R(C,A)\to \Hom_R(C,B)\to \Hom_R(C,C)\to N \to 0$$ is exact, and hence that $\ell(N)=0$.

Hence $f_*$ is surjective, which shows that the sequence $\eqref{eq:ses}$ splits.

Here ring $R$ is commutative to make Hom$_R(C, - )$ a $R$-module.

Andrews
  • 4,293
  • 1
    The proof only needs that the hom spaces have finite length, so the result holds in any hom-finite abelian category. In particular, this includes coherent sheaves on a projective $k$-scheme, for a field $k$. – Andrew Hubery Mar 27 '19 at 21:42