Theorems · Theorem · category theory
CategoryTheory.Bicategory.leftUnitor_whiskerRight
∀ {B : Type u} [inst : CategoryTheory.Bicategory B] {a b c : B} (f : a ⟶ b) (g : b ⟶ c),
CategoryTheory.Bicategory.whiskerRight (CategoryTheory.Bicategory.leftUnitor f).hom g =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.associator (CategoryTheory.CategoryStruct.id a) f g).hom
(CategoryTheory.Bicategory.leftUnitor (CategoryTheory.CategoryStruct.comp f g)).homWe state it as a simp lemma, which is regarded as an involved version of
id_whiskerRight f g : 𝟙 f ▷ g = 𝟙 (f ≫ g).
- Defined in
- Mathlib.CategoryTheory.Bicategory.Basic
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.Bicategory
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- CategoryTheory.Bicategory.whiskerRightstatement and proof · cited by 531
- CategoryTheory.Bicategory.whiskerLeftproof · cited by 524
- CategoryTheory.Bicategory.associatorstatement and proof · cited by 405
- CategoryTheory.cancel_epiproof · cited by 380
- CategoryTheory.Bicategory.leftUnitorstatement and proof · cited by 309
- CategoryTheory.Bicategory.rightUnitorproof · cited by 308
- CategoryTheory.Bicategory.whiskerLeft_compproof · cited by 12
Cited by7
Results whose statement or proof uses this declaration.
- CategoryTheory.Bicategory.leftUnitor_inv_whiskerRightproof · cited by 3
- CategoryTheory.Oplax.OplaxTrans.whiskerRight_naturality_idproof · cited by 2
- CategoryTheory.Bicategory.leftUnitor_compproof · cited by 1
- CategoryTheory.Bicategory.conjugateEquiv_whiskerLeftproof · cited by 0
- CategoryTheory.Bicategory.conjugateEquiv_whiskerRightproof · cited by 0
- CategoryTheory.Bicategory.conjugateEquiv_associator_homproof · cited by 0
- CategoryTheory.Bicategory.leftUnitor_whiskerRight_assocproof · cited by 0