Mathlib Map

Theorems · Definition · category theory

CategoryTheory.shiftFunctorAdd

(C : Type u) →
  {A : Type u_1} →
    [inst : CategoryTheory.Category.{v, u} C] →
      [inst_1 : AddMonoid A] →
        [inst_2 : CategoryTheory.HasShift C A] →
          (i j : A) →
            CategoryTheory.shiftFunctor C (i + j) ≅
              (CategoryTheory.shiftFunctor C i).comp (CategoryTheory.shiftFunctor C j)

Shifting by i + j is the same as shifting by i and then shifting by j.

Defined in
Mathlib.CategoryTheory.Shift.Basic
Cited by
54 results in Mathlib
Foundations
Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryAddMonoidCategoryTheory.HasShift

Around this declaration

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

CategoryTheory.shiftFunctorAdd' · cited by 95CategoryTheory.shiftFunct…CategoryTheory.shiftFunctorComm · cited by 29CategoryTheory.shiftFunct…CategoryTheory.shiftFunctorAdd'_eq_shiftFunctorAdd · cited by 15CategoryTheory.shiftFunct…CategoryTheory.Functor.shiftIso_add · cited by 3Functor.shiftIso_addCategoryTheory.SingleFunctors.shiftIso_add · cited by 3SingleFunctors.shiftIso_a…CategoryTheory.Functor.CommShift.isoAdd_hom_app · cited by 3CommShift.isoAdd_hom_appCategoryTheory.shiftFunctorAdd'_add_zero · cited by 3CategoryTheory.shiftFunct…CategoryTheory.shiftFunctorAdd'_assoc · cited by 3CategoryTheory.shiftFunct…CategoryTheory.HasShift.Induced.add · cited by 3Induced.addCategoryTheory.Functor.shiftIso_add' · cited by 2Functor.shiftIso_add'CategoryTheory.SingleFunctors.shiftIso_add' · cited by 2SingleFunctors.shiftIso_a…CategoryTheory.Functor.FullyFaithful.hasShift.add · cited by 2hasShift.addCategoryTheory.shiftFunctorAdd_assoc · cited by 2CategoryTheory.shiftFunct…CategoryTheory.shiftFunctorAdd'_zero_add · cited by 2CategoryTheory.shiftFunct…CategoryTheory.SingleFunctors.mk.inj · cited by 1mk.injCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoAddMonoid · cited by 2864AddMonoidCategoryTheory.shiftFunctor · cited by 1553CategoryTheory.shiftFunct…CategoryTheory.HasShift · cited by 1527CategoryTheory.HasShiftCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Functor.Monoidal.μIso · cited by 23Monoidal.μIsoCategoryTheory.shiftMonoidalFunctor · cited by 5CategoryTheory.shiftMonoi…CategoryTheory.shiftFunctorAddCITED BYCITES

Cites10

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

Cited by71

Results whose statement or proof uses this declaration.