Theorems · Theorem · category theory
CategoryTheory.SingleFunctors.shiftIso_add
∀ {C : Type u_1} {D : Type u_2} [inst : CategoryTheory.Category.{v_1, u_1} C]
[inst_1 : CategoryTheory.Category.{v_2, u_2} D] {A : Type u_5} [inst_2 : AddMonoid A]
[inst_3 : CategoryTheory.HasShift D A] (self : CategoryTheory.SingleFunctors C D A) (n m a a' a'' : A)
(ha' : n + a = a') (ha'' : m + a' = a''),
self.shiftIso (m + n) a a'' ⋯ =
(self.functor a'').isoWhiskerLeft (CategoryTheory.shiftFunctorAdd D m n) ≪≫
((self.functor a'').associator (CategoryTheory.shiftFunctor D m) (CategoryTheory.shiftFunctor D n)).symm ≪≫
CategoryTheory.Functor.isoWhiskerRight (self.shiftIso m a' a'' ha'') (CategoryTheory.shiftFunctor D n) ≪≫
self.shiftIso n a a' ha'shiftIso (m + n) is determined by shiftIso m and shiftIso n.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 33 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 · 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.symmstatement · cited by 993
- CategoryTheory.Iso.transstatement · cited by 566
- CategoryTheory.Functor.associatorstatement · cited by 276
- CategoryTheory.Functor.isoWhiskerLeftstatement · cited by 177
- CategoryTheory.Functor.isoWhiskerRightstatement · cited by 147
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.SingleFunctors.shiftIso_add'proof · cited by 2
- CategoryTheory.SingleFunctors.shiftIso_add_hom_appproof · cited by 0
- CategoryTheory.SingleFunctors.shiftIso_add_inv_appproof · cited by 0