Theorems · Theorem · category theory
CategoryTheory.Bicategory.whiskerRight_comp
∀ {B : Type u} [self : CategoryTheory.Bicategory B] {a b c d : B} {f f' : a ⟶ b} (η : f ⟶ f') (g : b ⟶ c) (h : c ⟶ d),
CategoryTheory.Bicategory.whiskerRight η (CategoryTheory.CategoryStruct.comp g h) =
CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.associator f g h).inv
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.whiskerRight (CategoryTheory.Bicategory.whiskerRight η g) h)
(CategoryTheory.Bicategory.associator f' g h).hom)- Defined in
- Mathlib.CategoryTheory.Bicategory.Basic
- Cited by
- 14 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.
Cites7
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.associatorstatement · cited by 405
Cited by14
Results whose statement or proof uses this declaration.
- CategoryTheory.Bicategory.associator_naturality_leftproof · cited by 2
- CategoryTheory.FreeBicategory.liftHom₂_congrproof · cited by 1
- CategoryTheory.Bicategory.toNatTrans_mateEquivproof · cited by 1
- CategoryTheory.Bicategory.rightZigzagIso_invproof · cited by 1
- CategoryTheory.Bicategory.whiskerRight_comp_symmproof · cited by 1
- CategoryTheory.Bicategory.associator_inv_naturality_leftproof · cited by 1
- CategoryTheory.Bicategory.leftZigzagIso_invproof · cited by 1
- CategoryTheory.Adjunction.toCat_comp_toCatproof · cited by 0
- CategoryTheory.Bicategory.Adjunction.ofCat_compproof · cited by 0
- CategoryTheory.Bicategory.conjugateEquiv_associator_homproof · cited by 0
- CategoryTheory.Bicategory.whiskerRight_comp_assocproof · cited by 0
- CategoryTheory.Pseudofunctor.leftZigzag_mapproof · cited by 0