Short exact sequences in abelian categories #
In an abelian category, a left-split or right-split short exact sequence admits a splitting.
To construct a splitting of A -fβΆ B -gβΆ C
it suffices to supply
a morphism i : B βΆ A β C
such that f β« i
is the canonical map biprod.inl : A βΆ A β C
and
i β« q = g
, where q
is the canonical map biprod.snd : A β C βΆ C
,
together with proofs that f
is mono and g
is epi.
The morphism i
is then automatically an isomorphism.
Equations
- CategoryTheory.Splitting.mk' h i h1 h2 = let_fun this := (_ : CategoryTheory.IsIso i); { iso := CategoryTheory.asIso i, comp_iso_eq_inl := h1, iso_comp_snd_eq := h2 }
Instances For
To construct a splitting of A -fβΆ B -gβΆ C
it suffices to supply
a morphism i : A β C βΆ B
such that p β« i = f
where p
is the canonical map
biprod.inl : A βΆ A β C
, and i β« g
is the canonical map biprod.snd : A β C βΆ C
,
together with proofs that f
is mono and g
is epi.
The morphism i
is then automatically an isomorphism.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A short exact sequence that is left split admits a splitting.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A short exact sequence that is right split admits a splitting.
Equations
- One or more equations did not get rendered due to their size.