Theorems · Theorem · category theory
CategoryTheory.Bicategory.whisker_assoc_assoc
∀ {B : Type u} [self : CategoryTheory.Bicategory B] {a b c d : B} (f : a ⟶ b) {g g' : b ⟶ c} (η : g ⟶ g') (h : c ⟶ d)
{Z : a ⟶ d} (h_1 : CategoryTheory.CategoryStruct.comp (CategoryTheory.CategoryStruct.comp f g') h ⟶ Z),
CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.whiskerRight (CategoryTheory.Bicategory.whiskerLeft f η) h) h_1 =
CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.associator f g h).hom
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.whiskerLeft f (CategoryTheory.Bicategory.whiskerRight η h))
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.associator f g' h).inv h_1))- Defined in
- Mathlib.CategoryTheory.Bicategory.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses Quot.sound
- Assumes
- CategoryTheory.Bicategory
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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 and proof · cited by 17,999
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Iso.invstatement and proof · cited by 6,514
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- CategoryTheory.Bicategory.whiskerRightstatement and proof · cited by 531
- CategoryTheory.Bicategory.whiskerLeftstatement and proof · cited by 524
- CategoryTheory.Bicategory.associatorstatement and proof · cited by 405
- CategoryTheory.Bicategory.whisker_assocproof · cited by 7
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.