Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ShiftedHom.map

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} C] →
    {D : Type u_2} →
      [inst_1 : CategoryTheory.Category.{v_2, u_2} D] →
        {M : Type u_4} →
          [inst_2 : AddMonoid M] →
            [inst_3 : CategoryTheory.HasShift C M] →
              [inst_4 : CategoryTheory.HasShift D M] →
                {X Y : C} →
                  {a : M} →
                    CategoryTheory.ShiftedHom X Y a →
                      (F : CategoryTheory.Functor C D) →
                        [F.CommShift M] → CategoryTheory.ShiftedHom (F.obj X) (F.obj Y) a

The action on ShiftedHom of a functor which commutes with the shift.

Defined in
Mathlib.CategoryTheory.Shift.ShiftedHom
Cited by
41 results in Mathlib
Foundations
Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryAddMonoidCategoryTheory.HasShiftCategoryTheory.HasShiftCategoryTheory.Functor.CommShift

Around this declaration

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

CategoryTheory.ShiftedHom.map_comp · cited by 5ShiftedHom.map_compCategoryTheory.ShiftedHom.map_mk₀ · cited by 5ShiftedHom.map_mk₀CategoryTheory.Abelian.Ext.mapExactFunctor_hom · cited by 4Ext.mapExactFunctor_homCochainComplex.HomComplex.CohomologyClass.equiv_toSmallShiftedHom_mk · cited by 4CohomologyClass.equiv_toS…CategoryTheory.InjectiveResolution.extEquivCohomologyClass_symm_mk_hom · cited by 3InjectiveResolution.extEq…CategoryTheory.LocalizerMorphism.equiv_smallShiftedHomMap · cited by 3LocalizerMorphism.equiv_s…CategoryTheory.ProjectiveResolution.extEquivCohomologyClass_symm_mk_hom · cited by 3ProjectiveResolution.extE…HomotopyCategory.homologyFunctor_shiftMap · cited by 3HomotopyCategory.homology…CategoryTheory.Abelian.Ext.mapExactFunctor_extClass · cited by 2Ext.mapExactFunctor_extCl…CategoryTheory.Localization.SmallShiftedHom.equiv_mk · cited by 2SmallShiftedHom.equiv_mkCategoryTheory.ShortComplex.ShortExact.mapShiftedHom_singleδ' · cited by 2ShortExact.mapShiftedHom_…DerivedCategory.shiftMap_homologyFunctor_map_Q · cited by 2DerivedCategory.shiftMap_…DerivedCategory.shiftMap_homologyFunctor_map_Qh · cited by 2DerivedCategory.shiftMap_…CategoryTheory.ShiftedHom.map_naturality_1 · cited by 2ShiftedHom.map_naturality…CategoryTheory.LocalizerMorphism.smallShiftedHomMap_mk₀ · cited by 1LocalizerMorphism.smallSh…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.NatTrans.app · cited by 7406NatTrans.appAddMonoid · cited by 2864AddMonoidCategoryTheory.HasShift · cited by 1527CategoryTheory.HasShiftCategoryTheory.Functor.CommShift · cited by 249Functor.CommShiftCategoryTheory.Functor.CommShift.commShiftIso · cited by 202CommShift.commShiftIsoCategoryTheory.ShiftedHom · cited by 88CategoryTheory.ShiftedHomShiftedHom.mapCITED BYCITES

Cites12

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

Cited by41

Results whose statement or proof uses this declaration.