Theorems · Theorem · category theory
CategoryTheory.shiftFunctorAdd_assoc
∀ (C : Type u) {A : Type u_1} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : AddMonoid A]
[inst_2 : CategoryTheory.HasShift C A] (a₁ a₂ a₃ : A),
CategoryTheory.shiftFunctorAdd C (a₁ + a₂) a₃ ≪≫
CategoryTheory.Functor.isoWhiskerRight (CategoryTheory.shiftFunctorAdd C a₁ a₂)
(CategoryTheory.shiftFunctor C a₃) ≪≫
(CategoryTheory.shiftFunctor C a₁).associator (CategoryTheory.shiftFunctor C a₂)
(CategoryTheory.shiftFunctor C a₃) =
CategoryTheory.shiftFunctorAdd' C a₁ (a₂ + a₃) (a₁ + a₂ + a₃) ⋯ ≪≫
(CategoryTheory.shiftFunctor C a₁).isoWhiskerLeft (CategoryTheory.shiftFunctorAdd C a₂ a₃)- Defined in
- Mathlib.CategoryTheory.Shift.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- CategoryTheory.Functor.objproof · cited by 19,642
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Functorstatement · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
- CategoryTheory.Iso.homproof · cited by 7,684
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- AddMonoidstatement and proof · cited by 2,864
- CategoryTheory.Category.comp_idproof · cited by 2,119
- CategoryTheory.shiftFunctorstatement and proof · cited by 1,553
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.shiftFunctorAdd_assoc_hom_appproof · cited by 1
- CategoryTheory.shiftFunctorAdd_assoc_inv_appproof · cited by 1