Theorems · Theorem · category theory
CategoryTheory.Bicategory.whiskerRight_comp_symm
∀ {B : Type u} [inst : CategoryTheory.Bicategory B] {a b c d : B} {f f' : a ⟶ b} (η : f ⟶ f') (g : b ⟶ c) (h : c ⟶ d),
CategoryTheory.Bicategory.whiskerRight (CategoryTheory.Bicategory.whiskerRight η g) h =
CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.associator f g h).hom
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.whiskerRight η (CategoryTheory.CategoryStruct.comp g h))
(CategoryTheory.Bicategory.associator f' g h).inv)- Defined in
- Mathlib.CategoryTheory.Bicategory.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses propext, Quot.sound
- Assumes
- CategoryTheory.Bicategory
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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.Category.comp_idproof · cited by 2,119
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- CategoryTheory.Bicategory.whiskerRightstatement and proof · cited by 531
- CategoryTheory.Bicategory.associatorstatement and proof · cited by 405
- CategoryTheory.Iso.hom_inv_idproof · cited by 264
- CategoryTheory.Iso.hom_inv_id_assocproof · cited by 187
- CategoryTheory.Bicategory.whiskerRight_compproof · cited by 14
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Bicategory.whiskerRight_comp_symm_assocproof · cited by 0