Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Bicategory.LeftExtension.ofCompId

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

Construct a left extension of g : a ⟶ c from a left extension of g ≫ 𝟙 c.

Defined in
Mathlib.CategoryTheory.Bicategory.Extension
Cited by
6 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.LeftExtension.whiskerOfCompIdIsoSelf · cited by 2LeftExtension.whiskerOfCo…CategoryTheory.Bicategory.LeftExtension.whiskerIdCancel · cited by 1LeftExtension.whiskerIdCa…CategoryTheory.Bicategory.LeftExtension.whiskerOfCompIdIsoSelf_hom_right · cited by 0LeftExtension.whiskerOfCo…CategoryTheory.Bicategory.LeftExtension.whiskerOfCompIdIsoSelf_inv_right · cited by 0LeftExtension.whiskerOfCo…CategoryTheory.Bicategory.LeftExtension.IsKan.ofCompId · cited by 0IsKan.ofCompIdCategoryTheory.Bicategory.LeftExtension.ofCompId_hom · cited by 0LeftExtension.ofCompId_homCategoryTheory.Bicategory.LeftExtension.ofCompId_left_as · cited by 0LeftExtension.ofCompId_le…CategoryTheory.Bicategory.LeftExtension.ofCompId_right · cited by 0LeftExtension.ofCompId_ri…CategoryTheory.Bicategory.LeftExtension.whiskerIdCancel_right · cited by 0LeftExtension.whiskerIdCa…Quiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Bicategory · cited by 1587CategoryTheory.BicategoryCategoryTheory.Bicategory.rightUnitor · cited by 308Bicategory.rightUnitorCategoryTheory.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.ofCompIdCITED BYCITES

Cites10

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

Cited by9

Results whose statement or proof uses this declaration.