Theorems · Theorem · category theory
CategoryTheory.SingleFunctors.map_lift_shiftIso_hom_app_assoc
∀ {C : Type u_1} {D : Type u_2} {E : Type u_3} [inst : CategoryTheory.Category.{u_7, u_1} C]
[inst_1 : CategoryTheory.Category.{u_6, u_2} D] [inst_2 : CategoryTheory.Category.{u_5, u_3} E] {A : Type u_4}
[inst_3 : AddMonoid A] [inst_4 : CategoryTheory.HasShift D A] [inst_5 : CategoryTheory.HasShift E A]
(F : CategoryTheory.SingleFunctors C E A) (G : CategoryTheory.Functor D E) [inst_6 : G.CommShift A] [inst_7 : G.Full]
[inst_8 : G.Faithful] (Φ : A → CategoryTheory.Functor C D) (hΦ : (a : A) → (Φ a).comp G ≅ F.functor a) (n a a' : A)
(h : n + a = a') (X : C) {Z : E} (h_1 : G.obj ((Φ a).obj X) ⟶ Z),
CategoryTheory.CategoryStruct.comp (G.map (((F.lift G Φ hΦ).shiftIso n a a' h).hom.app X)) h_1 =
CategoryTheory.CategoryStruct.comp ((CategoryTheory.Functor.commShiftIso G n).hom.app ((Φ a').obj X))
(CategoryTheory.CategoryStruct.comp ((CategoryTheory.shiftFunctor E n).map ((hΦ a').hom.app X))
(CategoryTheory.CategoryStruct.comp ((F.shiftIso n a a' h).hom.app X)
(CategoryTheory.CategoryStruct.comp ((hΦ a).inv.app X) h_1)))- Cited by
- 0 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.
Cites24
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 and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Iso.homstatement and proof · 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.Isostatement and proof · cited by 3,963
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.