Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Bicategory.Adjunction.isAbsoluteLeftKanLift

{B : Type u} →
  [inst : CategoryTheory.Bicategory B] →
    {a b : B} →
      {f : a ⟶ b} →
        {u : b ⟶ a} →
          (adj : CategoryTheory.Bicategory.Adjunction f u) → (CategoryTheory.Bicategory.LeftLift.mk f adj.unit).IsAbsKan

For an adjunction f ⊣ u, f is an absolute left Kan lift of the identity along u. The unit of this Kan lift is given by the unit of the adjunction.

Defined in
Mathlib.CategoryTheory.Bicategory.Kan.Adjunction
Cited by
1 results in Mathlib
Foundations
Depth 30 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.

Cites16

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

Cited by2

Results whose statement or proof uses this declaration.