Theorems · Theorem · category theory
CategoryTheory.shiftFunctorComm_inv_app_of_add_eq_zero
∀ {C : Type u} {A : Type u_1} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : AddCommMonoid A]
[inst_2 : CategoryTheory.HasShift C A] (m n : A) (hmn : m + n = 0) (X : C),
(CategoryTheory.shiftFunctorComm C m n).inv.app X =
CategoryTheory.CategoryStruct.comp ((CategoryTheory.shiftFunctorCompIsoId C n m ⋯).hom.app X)
((CategoryTheory.shiftFunctorCompIsoId C m n hmn).inv.app X)- 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.
Cites20
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
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement · cited by 16,252
- AddCommMonoidstatement and proof · cited by 12,281
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Iso.invstatement and proof · cited by 6,514
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.Functor.idstatement · cited by 3,333
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.shiftFunctorComm_inv_app_of_add_eq_zero_assocproof · cited by 0