Documentation

Mathlib.Algebra.Homology.ShortComplex.ShortExact

Short exact short complexes #

A short complex S : ShortComplex C is short exact (S.ShortExact) when it is exact, S.f is a mono and S.g is an epi.

A short complex S is short exact if it is exact, S.f is a mono and S.g is an epi.

Instances For

    If S is a short exact short complex in a balanced category, then S.X₁ is the kernel of S.g.

    Instances For

      If S is a short exact short complex in a balanced category, then S.X₃ is the cokernel of S.f.

      Instances For
        theorem CategoryTheory.ShortComplex.Exact.shortExact {C : Type u_1} [Category.{v_1, u_1} C] [Preadditive C] {S : ShortComplex C} (hS : S.Exact) (h : S.HomologyData) :
        { X₁ := h.left.K, X₂ := S.X₂, X₃ := h.right.Q, f := h.left.i, g := h.right.p, zero := }.ShortExact

        Is S is an exact short complex and h : S.HomologyData, there is a short exact sequence 0 ⟶ h.left.K ⟶ S.X₂ ⟶ h.right.Q ⟶ 0.

        A choice of splitting for a short exact short complex S in a balanced category such that S.X₁ is injective.

        Instances For

          A choice of splitting for a short exact short complex S in a balanced category such that S.X₃ is projective.

          Instances For