Mathlib Map

Theorems · Definition · category theory

CategoryTheory.InjectiveResolution.extMk

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.Abelian C] →
      [inst_2 : CategoryTheory.HasExt C] →
        {X Y : C} →
          (R : CategoryTheory.InjectiveResolution Y) →
            {n : ℕ} →
              (f : X ⟶ R.cocomplex.X n) →
                (m : ℕ) →
                  n + 1 = m →
                    CategoryTheory.CategoryStruct.comp f (R.cocomplex.d n m) = 0 → CategoryTheory.Abelian.Ext X Y n

Given an injective resolution R of an object Y of an abelian category, this is a constructor for elements in Ext X Y n which takes as an input a "cocycle" f : X ⟶ R.cocomplex.X n.

Defined in
Mathlib.CategoryTheory.Abelian.Injective.Ext
Cited by
11 results in Mathlib
Foundations
Depth 125 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.AbelianCategoryTheory.HasExt

Around this declaration

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

CategoryTheory.InjectiveResolution.extEquivCohomologyClass_extMk · cited by 1InjectiveResolution.extEq…CategoryTheory.InjectiveResolution.extMk_hom · cited by 1InjectiveResolution.extMk…CategoryTheory.InjectiveResolution.sub_extMk · cited by 0InjectiveResolution.sub_e…CategoryTheory.InjectiveResolution.extMk_comp_mk₀ · cited by 0InjectiveResolution.extMk…CategoryTheory.InjectiveResolution.extMk_eq_zero_iff · cited by 0InjectiveResolution.extMk…CategoryTheory.InjectiveResolution.extMk_surjective · cited by 0InjectiveResolution.extMk…CategoryTheory.InjectiveResolution.extMk_zero · cited by 0InjectiveResolution.extMk…CategoryTheory.InjectiveResolution.extMk.congr_simp · cited by 0extMk.congr_simpCategoryTheory.InjectiveResolution.mk₀_comp_extMk · cited by 0InjectiveResolution.mk₀_c…CategoryTheory.InjectiveResolution.neg_extMk · cited by 0InjectiveResolution.neg_e…CategoryTheory.InjectiveResolution.add_extMk · cited by 0InjectiveResolution.add_e…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.inv · cited by 6514Iso.invEquiv.symm · cited by 3681Equiv.symmHomologicalComplex.X · cited by 1839HomologicalComplex.XCategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianComplexShape.up · cited by 1123ComplexShape.upHomologicalComplex.d · cited by 598HomologicalComplex.dCategoryTheory.HasExt · cited by 218CategoryTheory.HasExtCategoryTheory.Abelian.Ext · cited by 191Abelian.ExtCategoryTheory.InjectiveResolution · cited by 90CategoryTheory.InjectiveR…CategoryTheory.InjectiveResolution.cocomplex · cited by 73InjectiveResolution.cocom…CochainComplex.HomComplex.CohomologyClass.mk · cited by 34CohomologyClass.mkInjectiveResolution.extMkCITED BYCITES

Cites18

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

Cited by11

Results whose statement or proof uses this declaration.