Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.mapDerivedCategory

{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₂) →
                  [F.Additive] →
                    [CategoryTheory.Limits.PreservesFiniteLimits F] →
                      [CategoryTheory.Limits.PreservesFiniteColimits F] →
                        CategoryTheory.Functor (DerivedCategory C₁) (DerivedCategory C₂)

The functor DerivedCategory C₁ ⥤ DerivedCategory C₂ induced by an exact functor F : C₁ ⥤ C₂ between abelian categories.

Defined in
Mathlib.Algebra.Homology.DerivedCategory.ExactFunctor
Cited by
18 results in Mathlib
Foundations
Depth 99 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.Functor.mapDerivedCategoryFactors · cited by 10Functor.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.Abelian.Ext.mapExactFunctor_extClass · cited by 2Ext.mapExactFunctor_extCl…CategoryTheory.ShortComplex.ShortExact.mapShiftedHom_singleδ' · cited by 2ShortExact.mapShiftedHom_…CategoryTheory.Functor.mapDerivedCategoryFactors_hom_naturality · cited by 1Functor.mapDerivedCategor…CategoryTheory.Functor.mapDerivedCategoryFactors_hom_naturality_assoc · cited by 1Functor.mapDerivedCategor…CategoryTheory.Functor.mapDerivedCategoryFactorsh · cited by 1Functor.mapDerivedCategor…CategoryTheory.Functor.mapDerivedCategorySingleFunctor_inv_app_mapDerivedCategoryFactors_hom_app · cited by 1Functor.mapDerivedCategor…CategoryTheory.DerivedCategory.map_triangleOfSESδ · cited by 1DerivedCategory.map_trian…CategoryTheory.ShortComplex.ShortExact.mapShiftedHom_singleδ · cited by 1ShortExact.mapShiftedHom_…CategoryTheory.ShortComplex.ShortExact.mapShiftedHom_singleδ'_assoc · cited by 1ShortExact.mapShiftedHom_…CategoryTheory.ShortComplex.ShortExact.mapShiftedHom_singleδ_assoc · cited by 0ShortExact.mapShiftedHom_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianCategoryTheory.Functor.Additive · cited by 1179Functor.AdditiveComplexShape.up · cited by 1123ComplexShape.upHasDerivedCategory · cited by 190HasDerivedCategoryDerivedCategory · cited by 165DerivedCategoryCategoryTheory.Limits.PreservesFiniteLimits · cited by 121Limits.PreservesFiniteLim…CategoryTheory.Limits.PreservesFiniteColimits · cited by 102Limits.PreservesFiniteCol…CategoryTheory.Functor.mapHomologicalComplexUpToQuasiIso · cited by 3Functor.mapHomologicalCom…Functor.mapDerivedCategoryCITED BYCITES

Cites10

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

Cited by21

Results whose statement or proof uses this declaration.