Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ProjectiveResolution.isoLeftDerivedObj

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {D : Type u_1} →
      [inst_1 : CategoryTheory.Category.{v_1, u_1} D] →
        [inst_2 : CategoryTheory.Abelian C] →
          [inst_3 : CategoryTheory.HasProjectiveResolutions C] →
            [inst_4 : CategoryTheory.Abelian D] →
              {X : C} →
                (P : CategoryTheory.ProjectiveResolution X) →
                  (F : CategoryTheory.Functor C D) →
                    [inst_5 : F.Additive] →
                      (n : ℕ) →
                        (F.leftDerived n).obj X ≅
                          (HomologicalComplex.homologyFunctor D (ComplexShape.down ℕ) n).obj
                            ((F.mapHomologicalComplex (ComplexShape.down ℕ)).obj P.complex)

We can compute a left derived functor using a chosen projective resolution.

Defined in
Mathlib.CategoryTheory.Abelian.LeftDerived
Cited by
8 results in Mathlib
Foundations
Depth 110 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.AbelianCategoryTheory.HasProjectiveResolutionsCategoryTheory.AbelianCategoryTheory.Functor.Additive

Around this declaration

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

CategoryTheory.Functor.isZero_leftDerived_obj_projective_succ · cited by 3Functor.isZero_leftDerive…CategoryTheory.ProjectiveResolution.isoLeftDerivedObj_hom_naturality · cited by 3ProjectiveResolution.isoL…CategoryTheory.ProjectiveResolution.isoExt · cited by 1ProjectiveResolution.isoE…CategoryTheory.ProjectiveResolution.isoLeftDerivedObj_inv_naturality · cited by 1ProjectiveResolution.isoL…CategoryTheory.Functor.leftDerived_map_eq · cited by 0Functor.leftDerived_map_eqCategoryTheory.ProjectiveResolution.isoLeftDerivedObj_hom_naturality_assoc · cited by 0ProjectiveResolution.isoL…CategoryTheory.ProjectiveResolution.isoLeftDerivedObj_inv_naturality_assoc · cited by 0ProjectiveResolution.isoL…Rep.torIso · cited by 0Rep.torIsoCategoryTheory.ProjectiveResolution.fromLeftDerivedZero_eq · cited by 0ProjectiveResolution.from…CategoryTheory.ProjectiveResolution.leftDerived_app_eq · cited by 0ProjectiveResolution.left…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianHomologicalComplex · cited by 1691HomologicalComplexCategoryTheory.Functor.Additive · cited by 1179Functor.AdditiveComplexShape.down · cited by 605ComplexShape.downCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Iso.app · cited by 253Iso.appCategoryTheory.Functor.mapIso · cited by 224Functor.mapIsoCategoryTheory.Functor.mapHomologicalComplex · cited by 145Functor.mapHomologicalCom…CategoryTheory.ProjectiveResolution · cited by 92CategoryTheory.Projective…CategoryTheory.ProjectiveResolution.complex · cited by 82ProjectiveResolution.comp…HomologicalComplex.homologyFunctor · cited by 70HomologicalComplex.homolo…ProjectiveResolution.isoLeftD…CITED BYCITES

Cites20

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.