Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ProjectiveResolution.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.ProjectiveResolution X) →
            {n : ℕ} →
              (f : R.complex.X n ⟶ Y) →
                (m : ℕ) →
                  n + 1 = m →
                    CategoryTheory.CategoryStruct.comp (R.complex.d m n) f = 0 → CategoryTheory.Abelian.Ext X Y n

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

Defined in
Mathlib.CategoryTheory.Abelian.Projective.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.ProjectiveResolution.extEquivCohomologyClass_extMk · cited by 1ProjectiveResolution.extE…CategoryTheory.ProjectiveResolution.extMk_hom · cited by 1ProjectiveResolution.extM…CategoryTheory.ProjectiveResolution.sub_extMk · cited by 0ProjectiveResolution.sub_…CategoryTheory.ProjectiveResolution.extMk.congr_simp · cited by 0extMk.congr_simpCategoryTheory.ProjectiveResolution.extMk_comp_mk₀ · cited by 0ProjectiveResolution.extM…CategoryTheory.ProjectiveResolution.add_extMk · cited by 0ProjectiveResolution.add_…CategoryTheory.ProjectiveResolution.extMk_eq_zero_iff · cited by 0ProjectiveResolution.extM…CategoryTheory.ProjectiveResolution.extMk_surjective · cited by 0ProjectiveResolution.extM…CategoryTheory.ProjectiveResolution.extMk_zero · cited by 0ProjectiveResolution.extM…CategoryTheory.ProjectiveResolution.mk₀_comp_extMk · cited by 0ProjectiveResolution.mk₀_…CategoryTheory.ProjectiveResolution.neg_extMk · cited by 0ProjectiveResolution.neg_…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homEquiv.symm · cited by 3681Equiv.symmHomologicalComplex.X · cited by 1839HomologicalComplex.XCategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianComplexShape.down · cited by 605ComplexShape.downHomologicalComplex.d · cited by 598HomologicalComplex.dCategoryTheory.HasExt · cited by 218CategoryTheory.HasExtCategoryTheory.Abelian.Ext · cited by 191Abelian.ExtCategoryTheory.ProjectiveResolution · cited by 92CategoryTheory.Projective…CategoryTheory.ProjectiveResolution.complex · cited by 82ProjectiveResolution.comp…CochainComplex.HomComplex.CohomologyClass.mk · cited by 34CohomologyClass.mkProjectiveResolution.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.