Theorems · Theorem · category theory
CategoryTheory.Functor.commShiftIso_comp_inv_app
∀ {C : Type u_1} {D : Type u_2} {E : Type u_3} [inst : CategoryTheory.Category.{v_1, u_1} C]
[inst_1 : CategoryTheory.Category.{v_2, u_2} D] [inst_2 : CategoryTheory.Category.{v_3, u_3} E]
(F : CategoryTheory.Functor C D) (G : CategoryTheory.Functor D E) {A : Type u_4} [inst_3 : AddMonoid A]
[inst_4 : CategoryTheory.HasShift C A] [inst_5 : CategoryTheory.HasShift D A] [inst_6 : CategoryTheory.HasShift E A]
[inst_7 : F.CommShift A] [inst_8 : G.CommShift A] (a : A) (X : C),
(CategoryTheory.Functor.commShiftIso (F.comp G) a).inv.app X =
CategoryTheory.CategoryStruct.comp ((CategoryTheory.Functor.commShiftIso G a).inv.app (F.obj X))
(G.map ((CategoryTheory.Functor.commShiftIso F a).inv.app X))Alias of CategoryTheory.Functor.CommShift.comp_commShiftIso_inv_app.
- Defined in
- Mathlib.CategoryTheory.Shift.CommShift
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 40 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement · cited by 32,673
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.Functorstatement · cited by 16,252
- CategoryTheory.Functor.mapstatement · cited by 8,698
- CategoryTheory.NatTrans.appstatement · cited by 7,406
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Iso.invstatement · cited by 6,514
- AddMonoidstatement · cited by 2,864
- CategoryTheory.shiftFunctorstatement · cited by 1,553
- CategoryTheory.HasShiftstatement · cited by 1,527
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.LocalizerMorphism.equiv_smallShiftedHomMapproof · cited by 3
- CategoryTheory.LocalizerMorphism.commShift_iso_inv_appproof · cited by 1
- CategoryTheory.LocalizerMorphism.smallShiftedHomMap_mkproof · cited by 1
- CategoryTheory.DerivedCategory.map_triangleOfSESδproof · cited by 1