Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.costructuredArrowMapCocone

{C : Type u_1} →
  {D : Type u_2} →
    {H : Type u_4} →
      [inst : CategoryTheory.Category.{v_1, u_1} C] →
        [inst_1 : CategoryTheory.Category.{v_2, u_2} D] →
          [inst_2 : CategoryTheory.Category.{v_4, u_4} H] →
            (L : CategoryTheory.Functor C D) →
              (F : CategoryTheory.Functor C H) →
                (G : CategoryTheory.Functor D H) →
                  (F ⟶ L.comp G) →
                    (Y : D) → CategoryTheory.Limits.Cocone ((CategoryTheory.CostructuredArrow.proj L Y).comp F)

An auxiliary cocone used in the lemma pointwiseLeftKanExtension_desc_app

Defined in
Mathlib.CategoryTheory.Functor.KanExtension.Pointwise
Cited by
8 results in Mathlib
Foundations
Depth 27 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Functor.pointwiseLeftKanExtension_desc_app · cited by 5Functor.pointwiseLeftKanE…CategoryTheory.Functor.costructuredArrowMapCocone_ι_app · cited by 4Functor.costructuredArrow…Condensed.lanPresheafExt_inv · cited by 1Condensed.lanPresheafExt_…LightCondensed.lanPresheafExt_inv · cited by 1LightCondensed.lanPreshea…CategoryTheory.Functor.costructuredArrowMapCocone_pt · cited by 0Functor.costructuredArrow…Condensed.lanPresheafExt_hom · cited by 0Condensed.lanPresheafExt_…LightCondensed.lanPresheafExt_hom · cited by 0LightCondensed.lanPreshea…CategoryTheory.MonoidalCategory.DayFunctor.ι_comp_isoPointwiseLeftKanExtension_inv · cited by 0DayFunctor.ι_comp_isoPoin…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Limits.Cocone · cited by 746Limits.CoconeCategoryTheory.CostructuredArrow · cited by 536CategoryTheory.Costructur…CategoryTheory.CostructuredArrow.left · cited by 202CostructuredArrow.leftCategoryTheory.CostructuredArrow.hom · cited by 179CostructuredArrow.homCategoryTheory.CostructuredArrow.proj · cited by 122CostructuredArrow.projFunctor.costructuredArrowMapC…CITED BYCITES

Cites13

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

Cited by8

Results whose statement or proof uses this declaration.