Theorems · Theorem · category theory
CategoryTheory.Pseudofunctor.StrongTrans.whiskerRight_naturality_comp_app
∀ {B : Type u_1} [inst : CategoryTheory.Bicategory B] {F G : CategoryTheory.Pseudofunctor B CategoryTheory.Cat}
(η : F ⟶ G) {a b c : B} {a' : CategoryTheory.Cat} (f : a ⟶ b) (g : b ⟶ c) (h : G.obj c ⟶ a') (X : ↑(F.obj a)),
CategoryTheory.CategoryStruct.comp
(h.toFunctor.map ((η.naturality (CategoryTheory.CategoryStruct.comp f g)).hom.toNatTrans.app X))
(h.toFunctor.map ((G.mapComp f g).hom.toNatTrans.app ((η.app a).toFunctor.obj X))) =
CategoryTheory.CategoryStruct.comp
(h.toFunctor.map ((η.app c).toFunctor.map ((F.mapComp f g).hom.toNatTrans.app X)))
(CategoryTheory.CategoryStruct.comp
(h.toFunctor.map
(CategoryTheory.CategoryStruct.id
((η.app c).toFunctor.obj ((F.map g).toFunctor.obj ((F.map f).toFunctor.obj X)))))
(CategoryTheory.CategoryStruct.comp
(h.toFunctor.map ((η.naturality g).hom.toNatTrans.app ((F.map f).toFunctor.obj X)))
(CategoryTheory.CategoryStruct.comp
(h.toFunctor.map
(CategoryTheory.CategoryStruct.id
((G.map g).toFunctor.obj ((η.app b).toFunctor.obj ((F.map f).toFunctor.obj X)))))
(CategoryTheory.CategoryStruct.comp
(h.toFunctor.map ((G.map g).toFunctor.map ((η.naturality f).hom.toNatTrans.app X)))
(h.toFunctor.map
(CategoryTheory.CategoryStruct.id
((G.map g).toFunctor.obj ((G.map f).toFunctor.obj ((η.app a).toFunctor.obj X)))))))))- Cited by
- 0 results in Mathlib
- Foundations
- Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.Bicategory
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites35
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 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.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 · cited by 6,529
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.Category.comp_idproof · cited by 2,119
- CategoryTheory.Category.id_compproof · cited by 1,998
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.