Theorems · Definition · category theory
CategoryTheory.ShiftMkCore.add
{C : Type u} →
{A : Type u_1} →
[inst : CategoryTheory.Category.{v, u} C] →
[inst_1 : AddMonoid A] →
(self : CategoryTheory.ShiftMkCore C A) → (n m : A) → self.F (n + m) ≅ (self.F n).comp (self.F m)the composition of shift functors identifies to the shift by the sum
- Defined in
- Mathlib.CategoryTheory.Shift.Basic
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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.ShiftMkCorestatement and proof · cited by 14
- CategoryTheory.ShiftMkCore.Fstatement · cited by 9
Cited by9
Results whose statement or proof uses this declaration.
- CategoryTheory.ShiftMkCore.assoc_hom_appstatement · cited by 2
- CategoryTheory.ShiftMkCore.shiftFunctorAdd_eqstatement · cited by 1
- CategoryTheory.ShiftMkCore.zero_add_hom_appstatement · cited by 1
- CategoryTheory.ShiftMkCore.add_zero_hom_appstatement · cited by 1
- CategoryTheory.ShiftMkCore.assoc_inv_appstatement and proof · cited by 1
- CategoryTheory.ShiftMkCore.zero_add_inv_appstatement and proof · cited by 0
- CategoryTheory.ShiftMkCore.add_zero_inv_appstatement and proof · cited by 0
- CategoryTheory.ShiftMkCore.assoc_hom_app_assocstatement and proof · cited by 0
- CategoryTheory.ShiftMkCore.assoc_inv_app_assocstatement and proof · cited by 0