Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Bicategory.lanLiftDesc

{B : Type u} →
  [inst : CategoryTheory.Bicategory B] →
    {a b c : B} →
      {f : b ⟶ a} →
        {g : c ⟶ a} →
          [inst_1 : CategoryTheory.Bicategory.HasLeftKanLift f g] →
            (s : CategoryTheory.Bicategory.LeftLift f g) → CategoryTheory.Bicategory.lanLift f g ⟶ s.lift

The family of 2-morphisms out of the left Kan lift f₊ g.

Defined in
Mathlib.CategoryTheory.Bicategory.Kan.HasKan
Cited by
5 results in Mathlib
Foundations
Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.BicategoryCategoryTheory.Bicategory.HasLeftKanLift

Around this declaration

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

Cites8

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

Cited by5

Results whose statement or proof uses this declaration.