Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ShortComplex.Exact.descToInjective

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} C] →
    [inst_1 : CategoryTheory.Abelian C] →
      {S : CategoryTheory.ShortComplex C} →
        S.Exact →
          {J : C} →
            (f : S.X₂ ⟶ J) → [CategoryTheory.Injective J] → CategoryTheory.CategoryStruct.comp S.f f = 0 → (S.X₃ ⟶ J)

If S is an exact short complex and f : S.X₂ ⟶ J is a morphism to an injective object J such that S.f ≫ f = 0, this is a morphism φ : S.X₃ ⟶ J such that S.g ≫ φ = f.

Defined in
Mathlib.Algebra.Homology.ShortComplex.Exact
Cited by
4 results in Mathlib
Foundations
Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.AbelianCategoryTheory.Injective

Around this declaration

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

CategoryTheory.ShortComplex.Exact.comp_descToInjective · cited by 6Exact.comp_descToInjectiveCategoryTheory.InjectiveResolution.descHomotopyZeroZero · cited by 5InjectiveResolution.descH…CategoryTheory.InjectiveResolution.descHomotopyZeroOne · cited by 3InjectiveResolution.descH…CategoryTheory.InjectiveResolution.descHomotopyZeroSucc · cited by 3InjectiveResolution.descH…CochainComplex.isKInjective_of_injective_aux · cited by 1CochainComplex.isKInjecti…CategoryTheory.InjectiveResolution.descFOne · cited by 1InjectiveResolution.descF…CategoryTheory.InjectiveResolution.descFSucc · cited by 1InjectiveResolution.descF…CategoryTheory.ShortComplex.Exact.descToInjective.congr_simp · cited by 0descToInjective.congr_simpCategoryTheory.ShortComplex.Exact.comp_descToInjective_assoc · cited by 0Exact.comp_descToInjectiv…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.ShortComplex · cited by 1850CategoryTheory.ShortCompl…CategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianCategoryTheory.ShortComplex.X₂ · cited by 1115ShortComplex.X₂CategoryTheory.Mono · cited by 893CategoryTheory.MonoCategoryTheory.ShortComplex.X₁ · cited by 889ShortComplex.X₁CategoryTheory.ShortComplex.X₃ · cited by 876ShortComplex.X₃CategoryTheory.ShortComplex.f · cited by 653ShortComplex.fCategoryTheory.ShortComplex.Exact · cited by 292ShortComplex.ExactCategoryTheory.Injective · cited by 70CategoryTheory.InjectiveCategoryTheory.ShortComplex.fromOpcycles · cited by 38ShortComplex.fromOpcyclesCategoryTheory.ShortComplex.descOpcycles · cited by 19ShortComplex.descOpcyclesCategoryTheory.Injective.factorThru · cited by 12Injective.factorThruExact.descToInjectiveCITED BYCITES

Cites15

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

Cited by9

Results whose statement or proof uses this declaration.