Mathlib Map

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)).hom

We 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.

CategoryTheory.Bicategory.leftUnitor_inv_whiskerRight · cited by 3Bicategory.leftUnitor_inv…CategoryTheory.Oplax.OplaxTrans.whiskerRight_naturality_id · cited by 2OplaxTrans.whiskerRight_n…CategoryTheory.Bicategory.leftUnitor_comp · cited by 1Bicategory.leftUnitor_compCategoryTheory.Bicategory.conjugateEquiv_whiskerLeft · cited by 0Bicategory.conjugateEquiv…CategoryTheory.Bicategory.conjugateEquiv_whiskerRight · cited by 0Bicategory.conjugateEquiv…CategoryTheory.Bicategory.conjugateEquiv_associator_hom · cited by 0Bicategory.conjugateEquiv…CategoryTheory.Bicategory.leftUnitor_whiskerRight_assoc · cited by 0Bicategory.leftUnitor_whi…Quiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Bicategory · cited by 1587CategoryTheory.BicategoryCategoryTheory.Bicategory.whiskerRight · cited by 531Bicategory.whiskerRightCategoryTheory.Bicategory.whiskerLeft · cited by 524Bicategory.whiskerLeftCategoryTheory.Bicategory.associator · cited by 405Bicategory.associatorCategoryTheory.cancel_epi · cited by 380CategoryTheory.cancel_epiCategoryTheory.Bicategory.leftUnitor · cited by 309Bicategory.leftUnitorCategoryTheory.Bicategory.rightUnitor · cited by 308Bicategory.rightUnitorCategoryTheory.Bicategory.whiskerLeft_comp · cited by 12Bicategory.whiskerLeft_co…CategoryTheory.Bicategory.triangle · cited by 7Bicategory.triangleCategoryTheory.Bicategory.associator_naturality_middle · cited by 4Bicategory.associator_nat…CategoryTheory.Bicategory.comp_whiskerRight_assoc · cited by 4Bicategory.comp_whiskerRi…Bicategory.leftUnitor_whisker…CITED BYCITES

Cites18

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by7

Results whose statement or proof uses this declaration.