Theorems · Theorem · category theory
CategoryTheory.Bicategory.whisker_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),
CategoryTheory.Bicategory.whiskerRight (CategoryTheory.Bicategory.whiskerLeft f η) h =
CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.associator f g h).hom
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.whiskerLeft f (CategoryTheory.Bicategory.whiskerRight η h))
(CategoryTheory.Bicategory.associator f g' h).inv)- Defined in
- Mathlib.CategoryTheory.Bicategory.Basic
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 4 from the axioms · uses no axioms
- Assumes
- CategoryTheory.Bicategory
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Quiver.Homstatement · 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
- CategoryTheory.Bicategory.whiskerRightstatement · cited by 531
- CategoryTheory.Bicategory.whiskerLeftstatement · cited by 524
- CategoryTheory.Bicategory.associatorstatement · cited by 405
Cited by7
Results whose statement or proof uses this declaration.
- CategoryTheory.Bicategory.associator_naturality_middleproof · cited by 4
- CategoryTheory.Oplax.OplaxTrans.whiskerRight_naturality_compproof · cited by 2
- CategoryTheory.Bicategory.associator_inv_naturality_middleproof · cited by 2
- CategoryTheory.Oplax.OplaxTrans.whiskerRight_naturality_naturalityproof · cited by 2
- CategoryTheory.FreeBicategory.liftHom₂_congrproof · cited by 1
- CategoryTheory.Bicategory.whisker_assoc_symmproof · cited by 1
- CategoryTheory.Bicategory.whisker_assoc_assocproof · cited by 0