Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Bicategory.LanLift.CommuteWith.isKan

{B : Type u} →
  [inst : CategoryTheory.Bicategory B] →
    {a b c : B} →
      (f : b ⟶ a) →
        (g : c ⟶ a) →
          [inst_1 : CategoryTheory.Bicategory.HasLeftKanLift f g] →
            {x : B} →
              (h : x ⟶ c) →
                [CategoryTheory.Bicategory.LanLift.CommuteWith f g h] →
                  ((CategoryTheory.Bicategory.lanLiftLeftLift f g).whisker h).IsKan

Evidence that h commutes with the left Kan lift f₊ g.

Defined in
Mathlib.CategoryTheory.Bicategory.Kan.HasKan
Cited by
4 results in Mathlib
Foundations
Depth 30 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.BicategoryCategoryTheory.Bicategory.HasLeftKanLiftCategoryTheory.Bicategory.LanLift.CommuteWith

Around this declaration

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

Cites9

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

Cited by6

Results whose statement or proof uses this declaration.