Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ShortComplex.Exact.desc

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} C] →
    [inst_1 : CategoryTheory.Preadditive C] →
      {S : CategoryTheory.ShortComplex C} →
        [CategoryTheory.Balanced C] →
          S.Exact →
            {A : C} →
              (k : S.X₂ ⟶ A) → CategoryTheory.CategoryStruct.comp S.f k = 0 → [CategoryTheory.Epi S.g] → S.X₃ ⟶ A

If a short complex S in a balanced category is exact and such that S.g is an epi, then a morphism k : S.X₂ ⟶ A such that S.f ≫ k = 0 descends to a morphism S.X₃ ⟶ A.

Defined in
Mathlib.Algebra.Homology.ShortComplex.Exact
Cited by
6 results in Mathlib
Foundations
Depth 47 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.PreadditiveCategoryTheory.BalancedCategoryTheory.Epi

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.ShortComplex.SnakeInput.δ · cited by 18SnakeInput.δCategoryTheory.ShortComplex.Exact.g_desc · cited by 5Exact.g_descCategoryTheory.Abelian.SpectralObject.descCycles · cited by 3SpectralObject.descCyclesCategoryTheory.Abelian.SpectralObject.descE · cited by 3SpectralObject.descECategoryTheory.Abelian.SpectralObject.toCycles_πE_descE · cited by 2SpectralObject.toCycles_π…CategoryTheory.ShortComplex.Exact.g_desc_assoc · cited by 1Exact.g_desc_assocCategoryTheory.ShortComplex.SnakeInput.δ_L₃_f · cited by 1SnakeInput.δ_L₃_fCategoryTheory.ShortComplex.Splitting.ofExactOfRetraction · cited by 1Splitting.ofExactOfRetrac…CategoryTheory.ShortComplex.Exact.desc.congr_simp · cited by 0desc.congr_simpCategoryTheory.ShortComplex.Exact.desc' · cited by 0Exact.desc'CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Preadditive · cited by 3309CategoryTheory.PreadditiveCategoryTheory.ShortComplex · cited by 1850CategoryTheory.ShortCompl…CategoryTheory.ShortComplex.X₂ · cited by 1115ShortComplex.X₂CategoryTheory.ShortComplex.X₁ · cited by 889ShortComplex.X₁CategoryTheory.ShortComplex.X₃ · cited by 876ShortComplex.X₃CategoryTheory.Epi · cited by 688CategoryTheory.EpiCategoryTheory.ShortComplex.g · cited by 658ShortComplex.gCategoryTheory.ShortComplex.f · cited by 653ShortComplex.fCategoryTheory.ShortComplex.Exact · cited by 292ShortComplex.ExactCategoryTheory.Limits.IsColimit.desc · cited by 144IsColimit.descCategoryTheory.Limits.CokernelCofork.ofπ · cited by 77CokernelCofork.ofπCategoryTheory.Balanced · cited by 61CategoryTheory.BalancedExact.descCITED BYCITES

Cites16

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by10

Results whose statement or proof uses this declaration.