Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Bicategory.whiskerLeftIso

{B : Type u} →
  [inst : CategoryTheory.Bicategory B] →
    {a b c : B} →
      (f : a ⟶ b) →
        {g h : b ⟶ c} → (g ≅ h) → (CategoryTheory.CategoryStruct.comp f g ≅ CategoryTheory.CategoryStruct.comp f h)

The left whiskering of a 2-isomorphism is a 2-isomorphism.

Defined in
Mathlib.CategoryTheory.Bicategory.Basic
Cited by
48 results in Mathlib
Foundations
Depth 10 from the axioms · uses propext
Assumes
CategoryTheory.Bicategory

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Bicategory.leftZigzagIso · cited by 9Bicategory.leftZigzagIsoCategoryTheory.Bicategory.mateEquiv_apply' · cited by 9Bicategory.mateEquiv_appl…CategoryTheory.Bicategory.whiskerLeftIso_inv · cited by 9Bicategory.whiskerLeftIso…CategoryTheory.Bicategory.whiskerLeftIso_hom · cited by 7Bicategory.whiskerLeftIso…CategoryTheory.Bicategory.rightZigzagIso · cited by 5Bicategory.rightZigzagIsoCategoryTheory.Oplax.StrongTrans.vcomp · cited by 5StrongTrans.vcompCategoryTheory.Pseudofunctor.mapComp'_comp_id · cited by 4Pseudofunctor.mapComp'_co…CategoryTheory.Bicategory.mateEquiv_vcomp · cited by 4Bicategory.mateEquiv_vcompCategoryTheory.Lax.StrongTrans.vComp · cited by 3StrongTrans.vCompCategoryTheory.Bicategory.mateEquiv_hcomp · cited by 3Bicategory.mateEquiv_hcompCategoryTheory.Bicategory.conjugateEquiv_id · cited by 3Bicategory.conjugateEquiv…CategoryTheory.Bicategory.mateEquiv_symm_apply' · cited by 2Bicategory.mateEquiv_symm…CategoryTheory.Bicategory.conjugateEquiv_comp · cited by 2Bicategory.conjugateEquiv…CategoryTheory.Pseudofunctor.mapComp_id_right · cited by 2Pseudofunctor.mapComp_id_…CategoryTheory.Pseudofunctor.StrongTrans.naturality_id_iso · cited by 1StrongTrans.naturality_id…Quiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Bicategory · cited by 1587CategoryTheory.BicategoryCategoryTheory.Bicategory.whiskerLeft · cited by 524Bicategory.whiskerLeftBicategory.whiskerLeftIsoCITED BYCITES

Cites7

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

Cited by53

Results whose statement or proof uses this declaration.