Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Bicategory.LeftExtension.whisker

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

Whisker a 1-morphism to an extension. `` b △ \ | \ extension △ f | \ | unit | ◿ a - - - ▷ c - - - ▷ x g h ``

Defined in
Mathlib.CategoryTheory.Bicategory.Extension
Cited by
15 results in Mathlib
Foundations
Depth 27 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.Lan.CommuteWith.isKan · cited by 4CommuteWith.isKanCategoryTheory.Bicategory.LeftExtension.whiskerOfCompIdIsoSelf · cited by 2LeftExtension.whiskerOfCo…CategoryTheory.Bicategory.LeftExtension.whiskering · cited by 2LeftExtension.whiskeringCategoryTheory.Bicategory.Lan.CommuteWith.lanCompIsoWhisker · cited by 2CommuteWith.lanCompIsoWhi…CategoryTheory.Bicategory.LeftExtension.IsAbsKan.isKan · cited by 1IsAbsKan.isKanCategoryTheory.Bicategory.LeftExtension.IsKan.adjunction · cited by 1IsKan.adjunctionCategoryTheory.Bicategory.LeftExtension.IsAbsKan · cited by 1LeftExtension.IsAbsKanCategoryTheory.Bicategory.LeftExtension.whiskerHom · cited by 1LeftExtension.whiskerHomCategoryTheory.Bicategory.LeftExtension.whiskerIdCancel · cited by 1LeftExtension.whiskerIdCa…CategoryTheory.Bicategory.LeftExtension.whiskerIso · cited by 0LeftExtension.whiskerIsoCategoryTheory.Bicategory.LeftExtension.whiskerOfCompIdIsoSelf_hom_right · cited by 0LeftExtension.whiskerOfCo…CategoryTheory.Bicategory.LeftExtension.whiskerOfCompIdIsoSelf_inv_right · cited by 0LeftExtension.whiskerOfCo…CategoryTheory.Bicategory.LeftExtension.whisker_extension · cited by 0LeftExtension.whisker_ext…CategoryTheory.Bicategory.LeftExtension.whisker_unit · cited by 0LeftExtension.whisker_unitCategoryTheory.Bicategory.LeftExtension.whiskering_map · cited by 0LeftExtension.whiskering_…Quiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Bicategory · cited by 1587CategoryTheory.BicategoryCategoryTheory.Bicategory.whiskerRight · cited by 531Bicategory.whiskerRightCategoryTheory.Bicategory.associator · cited by 405Bicategory.associatorCategoryTheory.Bicategory.LeftExtension · cited by 29Bicategory.LeftExtensionCategoryTheory.Bicategory.LeftExtension.extension · cited by 19LeftExtension.extensionCategoryTheory.Bicategory.LeftExtension.unit · cited by 12LeftExtension.unitCategoryTheory.Bicategory.LeftExtension.mk · cited by 0LeftExtension.mkLeftExtension.whiskerCITED BYCITES

Cites10

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

Cited by31

Results whose statement or proof uses this declaration.