Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.mapDerivedCategoryFactors

{C₁ : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C₁] →
    [inst_1 : CategoryTheory.Abelian C₁] →
      [inst_2 : HasDerivedCategory C₁] →
        {C₂ : Type u₂} →
          [inst_3 : CategoryTheory.Category.{v₂, u₂} C₂] →
            [inst_4 : CategoryTheory.Abelian C₂] →
              [inst_5 : HasDerivedCategory C₂] →
                (F : CategoryTheory.Functor C₁ C₂) →
                  [inst_6 : F.Additive] →
                    [inst_7 : CategoryTheory.Limits.PreservesFiniteLimits F] →
                      [inst_8 : CategoryTheory.Limits.PreservesFiniteColimits F] →
                        DerivedCategory.Q.comp F.mapDerivedCategory ≅
                          (F.mapHomologicalComplex (ComplexShape.up ℤ)).comp DerivedCategory.Q

The functor F.mapDerivedCategory is induced by F.mapHomologicalComplex (ComplexShape.up ℤ).

Defined in
Mathlib.Algebra.Homology.DerivedCategory.ExactFunctor
Cited by
10 results in Mathlib
Foundations
Depth 100 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.AbelianHasDerivedCategoryCategoryTheory.CategoryCategoryTheory.AbelianHasDerivedCategoryCategoryTheory.Functor.AdditiveCategoryTheory.Limits.PreservesFiniteLimitsCategoryTheory.Limits.PreservesFiniteColimits

Around this declaration

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

CategoryTheory.Functor.mapDerivedCategorySingleFunctor · cited by 13Functor.mapDerivedCategor…CategoryTheory.Abelian.Ext.mapExactFunctor_hom · cited by 4Ext.mapExactFunctor_homCategoryTheory.Functor.mapDerivedCategoryFactors_inv_app_mapDerivedCategorySingleFunctor_hom_app · cited by 2Functor.mapDerivedCategor…CategoryTheory.Functor.mapDerivedCategorySingleFunctor_inv_app_mapDerivedCategoryFactors_hom_app_assoc · cited by 2Functor.mapDerivedCategor…CategoryTheory.ShortComplex.ShortExact.mapShiftedHom_singleδ' · cited by 2ShortExact.mapShiftedHom_…CategoryTheory.DerivedCategory.map_triangleOfSESδ · cited by 1DerivedCategory.map_trian…CategoryTheory.Functor.mapDerivedCategoryFactors_hom_naturality · cited by 1Functor.mapDerivedCategor…CategoryTheory.Functor.mapDerivedCategoryFactors_hom_naturality_assoc · cited by 1Functor.mapDerivedCategor…CategoryTheory.Functor.mapDerivedCategorySingleFunctor_inv_app_mapDerivedCategoryFactors_hom_app · cited by 1Functor.mapDerivedCategor…CategoryTheory.Functor.mapDerivedCategoryFactors_inv_app_mapDerivedCategorySingleFunctor_hom_app_assoc · cited by 0Functor.mapDerivedCategor…CategoryTheory.Functor.mapDerivedCategoryFactorsh_hom_app · cited by 0Functor.mapDerivedCategor…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianHomologicalComplex · cited by 1691HomologicalComplexCategoryTheory.Functor.Additive · cited by 1179Functor.AdditiveComplexShape.up · cited by 1123ComplexShape.upCochainComplex · cited by 1016CochainComplexHasDerivedCategory · cited by 190HasDerivedCategoryDerivedCategory · cited by 165DerivedCategoryCategoryTheory.Functor.mapHomologicalComplex · cited by 145Functor.mapHomologicalCom…CategoryTheory.Limits.PreservesFiniteLimits · cited by 121Limits.PreservesFiniteLim…DerivedCategory.Q · cited by 102DerivedCategory.QCategoryTheory.Limits.PreservesFiniteColimits · cited by 102Limits.PreservesFiniteCol…Functor.mapDerivedCategoryFac…CITED BYCITES

Cites17

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.