Theorems · Theorem · category theory
CategoryTheory.ShiftMkCore.assoc_inv_app
∀ {C : Type u} {A : Type u_1} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : AddMonoid A]
(h : CategoryTheory.ShiftMkCore C A) (m₁ m₂ m₃ : A) (X : C),
CategoryTheory.CategoryStruct.comp ((h.F m₃).map ((h.add m₁ m₂).inv.app X)) ((h.add (m₁ + m₂) m₃).inv.app X) =
CategoryTheory.CategoryStruct.comp ((h.add m₂ m₃).inv.app ((h.F m₁).obj X))
(CategoryTheory.CategoryStruct.comp ((h.add m₁ (m₂ + m₃)).inv.app X) (CategoryTheory.eqToHom ⋯))- Defined in
- Mathlib.CategoryTheory.Shift.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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 and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Iso.homproof · cited by 7,684
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Iso.invstatement and proof · cited by 6,514
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.ShiftMkCore.assoc_inv_app_assocproof · cited by 0