Theorems · Theorem · category theory
CategoryTheory.Pseudofunctor.StrongTrans.whiskerRight_naturality_comp
∀ {B : Type u₁} [inst : CategoryTheory.Bicategory B] {C : Type u₂} [inst_1 : CategoryTheory.Bicategory C]
{F G : CategoryTheory.Pseudofunctor B C} (η : F ⟶ G) {a b c : B} {a' : C} (f : a ⟶ b) (g : b ⟶ c) (h : G.obj c ⟶ a'),
CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.whiskerRight (η.naturality (CategoryTheory.CategoryStruct.comp f g)).hom h)
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.associator (η.app a) (G.map (CategoryTheory.CategoryStruct.comp f g)) h).hom
(CategoryTheory.Bicategory.whiskerLeft (η.app a)
(CategoryTheory.Bicategory.whiskerRight (G.mapComp f g).hom h))) =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.whiskerRight (CategoryTheory.Bicategory.whiskerRight (F.mapComp f g).hom (η.app c)) h)
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.whiskerRight (CategoryTheory.Bicategory.associator (F.map f) (F.map g) (η.app c)).hom
h)
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.associator (F.map f) (CategoryTheory.CategoryStruct.comp (F.map g) (η.app c))
h).hom
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.whiskerLeft (F.map f)
(CategoryTheory.Bicategory.whiskerRight (η.naturality g).hom h))
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.associator (F.map f) (CategoryTheory.CategoryStruct.comp (η.app b) (G.map g))
h).inv
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.whiskerRight
(CategoryTheory.Bicategory.associator (F.map f) (η.app b) (G.map g)).inv h)
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.whiskerRight
(CategoryTheory.Bicategory.whiskerRight (η.naturality f).hom (G.map g)) h)
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.whiskerRight
(CategoryTheory.Bicategory.associator (η.app a) (G.map f) (G.map g)).hom h)
(CategoryTheory.Bicategory.associator (η.app a)
(CategoryTheory.CategoryStruct.comp (G.map f) (G.map g)) h).hom)))))))- 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.
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.Iso.homstatement · cited by 7,684
- CategoryTheory.Iso.invstatement · cited by 6,514
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- Prefunctor.objstatement and proof · cited by 1,241
- CategoryTheory.PrelaxFunctor.toPrelaxFunctorStructstatement and proof · cited by 1,154
- CategoryTheory.PrelaxFunctorStruct.toPrefunctorstatement and proof · cited by 1,142
- Prefunctor.mapstatement · cited by 952
- CategoryTheory.Pseudofunctor.toPrelaxFunctorstatement and proof · cited by 640
- CategoryTheory.Pseudofunctorstatement and proof · cited by 571
- CategoryTheory.Bicategory.whiskerRightstatement · cited by 531
Cited by2
Results whose statement or proof uses this declaration.