Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Bicategory.LeftLift.whisker

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

Whisker a 1-morphism to a lift. `` b ◹ | lift / | △ / | f | unit / ▽ x - - - ▷ c - - - ▷ a h g ``

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.LanLift.CommuteWith.isKan · cited by 4CommuteWith.isKanCategoryTheory.Bicategory.LeftLift.whiskering · cited by 2LeftLift.whiskeringCategoryTheory.Bicategory.LeftLift.whiskerOfIdCompIsoSelf · cited by 2LeftLift.whiskerOfIdCompI…CategoryTheory.Bicategory.LanLift.CommuteWith.lanLiftCompIsoWhisker · cited by 2CommuteWith.lanLiftCompIs…CategoryTheory.Bicategory.LeftLift.IsAbsKan · cited by 1LeftLift.IsAbsKanCategoryTheory.Bicategory.LeftLift.whiskerHom · cited by 1LeftLift.whiskerHomCategoryTheory.Bicategory.LeftLift.whiskerIdCancel · cited by 1LeftLift.whiskerIdCancelCategoryTheory.Bicategory.LeftLift.IsAbsKan.isKan · cited by 1IsAbsKan.isKanCategoryTheory.Bicategory.LeftLift.IsKan.adjunction · cited by 1IsKan.adjunctionCategoryTheory.Bicategory.LeftLift.whiskerHom_right · cited by 0LeftLift.whiskerHom_rightCategoryTheory.Bicategory.LeftLift.whiskerIdCancel_right · cited by 0LeftLift.whiskerIdCancel_…CategoryTheory.Bicategory.LeftLift.whiskerIso · cited by 0LeftLift.whiskerIsoCategoryTheory.Bicategory.LeftLift.whiskerOfIdCompIsoSelf_hom_right · cited by 0LeftLift.whiskerOfIdCompI…CategoryTheory.Bicategory.LeftLift.whiskerOfIdCompIsoSelf_inv_right · cited by 0LeftLift.whiskerOfIdCompI…CategoryTheory.Bicategory.LeftLift.whisker_lift · cited by 0LeftLift.whisker_liftQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Bicategory · cited by 1587CategoryTheory.BicategoryCategoryTheory.Bicategory.whiskerLeft · cited by 524Bicategory.whiskerLeftCategoryTheory.Bicategory.associator · cited by 405Bicategory.associatorCategoryTheory.Bicategory.LeftLift · cited by 29Bicategory.LeftLiftCategoryTheory.Bicategory.LeftLift.lift · cited by 21LeftLift.liftCategoryTheory.Bicategory.LeftLift.unit · cited by 12LeftLift.unitCategoryTheory.Bicategory.LeftLift.mk · cited by 0LeftLift.mkLeftLift.whiskerCITED BYCITES

Cites10

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

Cited by30

Results whose statement or proof uses this declaration.