Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.mapDerivedCategorySingleFunctor

{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] →
                        (n : ℤ) →
                          (DerivedCategory.singleFunctor C₁ n).comp F.mapDerivedCategory ≅
                            F.comp (DerivedCategory.singleFunctor C₂ n)

DerivedCategory.singleFunctor commutes with F and F.mapDerivedCategory.

Defined in
Mathlib.Algebra.Homology.DerivedCategory.ExactFunctor
Cited by
13 results in Mathlib
Foundations
Depth 107 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.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.mapDerivedCategorySingleFunctor_inv_app_mapDerivedCategoryFactors_hom_app · cited by 1Functor.mapDerivedCategor…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.Functor.mapDerivedCategoryFactors_inv_app_mapDerivedCategorySingleFunctor_hom_app_assoc · cited by 0Functor.mapDerivedCategor…CategoryTheory.Abelian.Ext.mapExactFunctor_add · cited by 0Ext.mapExactFunctor_addCategoryTheory.Abelian.Ext.mapExactFunctor_zero · cited by 0Ext.mapExactFunctor_zeroCategoryTheory.Functor.mapExactFunctor_smul · cited by 0Functor.mapExactFunctor_s…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.AbelianCategoryTheory.Functor.Additive · cited by 1179Functor.AdditiveComplexShape.up · cited by 1123ComplexShape.upCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Functor.associator · cited by 276Functor.associatorHasDerivedCategory · cited by 190HasDerivedCategoryCategoryTheory.Functor.isoWhiskerLeft · cited by 177Functor.isoWhiskerLeftDerivedCategory · cited by 165DerivedCategoryCategoryTheory.Functor.isoWhiskerRight · cited by 147Functor.isoWhiskerRightCategoryTheory.Functor.mapHomologicalComplex · cited by 145Functor.mapHomologicalCom…Functor.mapDerivedCategorySin…CITED BYCITES

Cites25

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

Cited by13

Results whose statement or proof uses this declaration.