Theorems · Theorem · category theory
CategoryTheory.Functor.shiftIso_add
∀ {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] (n m a a' a'' : M) (ha' : n + a = a')
(ha'' : m + a' = a''),
F.shiftIso (m + n) a a'' ⋯ =
CategoryTheory.Functor.isoWhiskerRight (CategoryTheory.shiftFunctorAdd C m n) (F.shift a) ≪≫
(CategoryTheory.shiftFunctor C m).associator (CategoryTheory.shiftFunctor C n) (F.shift a) ≪≫
(CategoryTheory.shiftFunctor C m).isoWhiskerLeft (F.shiftIso n a a' ha') ≪≫ F.shiftIso m a' a'' ha''- Cited by
- 3 results in Mathlib
- Foundations
- Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- AddMonoidstatement and proof · cited by 2,864
- CategoryTheory.shiftFunctorstatement · cited by 1,553
- CategoryTheory.HasShiftstatement and proof · cited by 1,527
- CategoryTheory.Iso.transstatement · cited by 566
- CategoryTheory.Functor.associatorstatement · cited by 276
- CategoryTheory.Functor.isoWhiskerLeftstatement · cited by 177
- CategoryTheory.Functor.isoWhiskerRightstatement · cited by 147
- CategoryTheory.Functor.shiftstatement · cited by 85
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.shiftIso_add'proof · cited by 2
- CategoryTheory.Functor.shiftIso_add_hom_appproof · cited by 0
- CategoryTheory.Functor.shiftIso_add_inv_appproof · cited by 0