Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.shiftMap

{C : Type u_1} →
  {A : Type u_3} →
    [inst : CategoryTheory.Category.{v_1, u_1} C] →
      [inst_1 : CategoryTheory.Category.{v_3, u_3} A] →
        (F : CategoryTheory.Functor C A) →
          {M : Type u_4} →
            [inst_2 : AddMonoid M] →
              [inst_3 : CategoryTheory.HasShift C M] →
                [inst_4 : F.ShiftSequence M] →
                  {X Y : C} →
                    {n : M} →
                      (X ⟶ (CategoryTheory.shiftFunctor C n).obj Y) →
                        (a a' : M) → n + a = a' → ((F.shift a).obj X ⟶ (F.shift a').obj Y)

The morphism (F.shift a).obj X ⟶ (F.shift a').obj Y induced by a morphism f : X ⟶ Y⟦n⟧ when n + a = a'.

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

Around this declaration

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

CategoryTheory.Functor.homologySequenceδ · cited by 23Functor.homologySequenceδDerivedCategory.HomologySequence.δ · cited by 15HomologySequence.δCategoryTheory.Functor.comp_homologySequenceδ · cited by 6Functor.comp_homologySequ…CategoryTheory.Functor.homologySequence_exact₁ · cited by 5Functor.homologySequence_…CategoryTheory.Functor.homologySequenceδ_comp · cited by 5Functor.homologySequenceδ…CategoryTheory.Functor.shiftMap_comp · cited by 4Functor.shiftMap_compCategoryTheory.Functor.shiftMap_comp' · cited by 4Functor.shiftMap_comp'HomotopyCategory.homologyFunctor_shiftMap · cited by 3HomotopyCategory.homology…CategoryTheory.Functor.ShiftSequence.induced_shiftMap · cited by 3ShiftSequence.induced_shi…DerivedCategory.shiftMap_homologyFunctor_map_Q · cited by 2DerivedCategory.shiftMap_…DerivedCategory.shiftMap_homologyFunctor_map_Qh · cited by 2DerivedCategory.shiftMap_…CategoryTheory.Functor.shiftMap_zero · cited by 2Functor.shiftMap_zeroCochainComplex.homologySequenceδ_quotient_mapTriangle_obj · cited by 1CochainComplex.homologySe…CochainComplex.homologySequenceδ_quotient_mapTriangle_obj_assoc · cited by 1CochainComplex.homologySe…CategoryTheory.Functor.homologySequenceδ_naturality · cited by 1Functor.homologySequenceδ…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.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.shiftFunctor · cited by 1553CategoryTheory.shiftFunct…CategoryTheory.HasShift · cited by 1527CategoryTheory.HasShiftCategoryTheory.Functor.shift · cited by 85Functor.shiftCategoryTheory.Functor.ShiftSequence · cited by 61Functor.ShiftSequenceCategoryTheory.Functor.shiftIso · cited by 36Functor.shiftIsoFunctor.shiftMapCITED BYCITES

Cites14

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

Cited by26

Results whose statement or proof uses this declaration.