Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ProjectiveResolution.extAddEquivCohomologyClass

{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 : ℕ} →
              CategoryTheory.Abelian.Ext X Y n ≃+
                CochainComplex.HomComplex.CohomologyClass R.cochainComplex ((CochainComplex.singleFunctor C 0).obj Y) ↑n

If R is a projective resolution of X, then Ext X Y n identifies to the type of cohomology classes of degree n from R.cochainComplex to (singleFunctor C 0).obj Y.

Defined in
Mathlib.CategoryTheory.Abelian.Projective.Ext
Cited by
9 results in Mathlib
Foundations
Depth 128 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_symm_neg · cited by 1ProjectiveResolution.extE…CategoryTheory.ProjectiveResolution.extEquivCohomologyClass_symm_sub · cited by 1ProjectiveResolution.extE…CategoryTheory.ProjectiveResolution.extEquivCohomologyClass_symm_zero · cited by 1ProjectiveResolution.extE…CategoryTheory.ProjectiveResolution.extEquivCohomologyClass_zero · cited by 1ProjectiveResolution.extE…CategoryTheory.ProjectiveResolution.extAddEquivCohomologyClass_apply · cited by 0ProjectiveResolution.extA…CategoryTheory.ProjectiveResolution.extAddEquivCohomologyClass_symm_apply · cited by 0ProjectiveResolution.extA…CategoryTheory.ProjectiveResolution.extEquivCohomologyClass_add · cited by 0ProjectiveResolution.extE…CategoryTheory.ProjectiveResolution.extEquivCohomologyClass_neg · cited by 0ProjectiveResolution.extE…CategoryTheory.ProjectiveResolution.extEquivCohomologyClass_sub · cited by 0ProjectiveResolution.extE…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objEquiv · cited by 8337EquivEquiv.symm · cited by 3681Equiv.symmCategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianComplexShape.up · cited by 1123ComplexShape.upAddEquiv · cited by 1087AddEquivCochainComplex · cited by 1016CochainComplexAddEquiv.symm · cited by 530AddEquiv.symmCategoryTheory.HasExt · cited by 218CategoryTheory.HasExtCategoryTheory.Abelian.Ext · cited by 191Abelian.ExtCochainComplex.singleFunctor · cited by 111CochainComplex.singleFunc…CategoryTheory.ProjectiveResolution · cited by 92CategoryTheory.Projective…CochainComplex.HomComplex.CohomologyClass · cited by 49HomComplex.CohomologyClassCategoryTheory.ProjectiveResolution.cochainComplex · cited by 30ProjectiveResolution.coch…ProjectiveResolution.extAddEq…CITED BYCITES

Cites16

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.