Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.LeftExtension.coconeAt

{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} →
                L.LeftExtension F →
                  (Y : D) → CategoryTheory.Limits.Cocone ((CategoryTheory.CostructuredArrow.proj L Y).comp F)

The cocone for CostructuredArrow.proj L Y ⋙ F attached to E : LeftExtension L F. The point of this cocone is E.right.obj Y

Defined in
Mathlib.CategoryTheory.Functor.KanExtension.Pointwise
Cited by
20 results in Mathlib
Foundations
Depth 29 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.LeftExtension.IsPointwiseLeftKanExtensionAt · cited by 13LeftExtension.IsPointwise…CategoryTheory.Functor.LeftExtension.coconeAtWhiskerRightIso · cited by 3LeftExtension.coconeAtWhi…CategoryTheory.Functor.LeftExtension.coconeAtFunctor · cited by 2LeftExtension.coconeAtFun…CategoryTheory.ObjectProperty.IsStrongGenerator.isDense_colimitsCardinalClosure_ι · cited by 2IsStrongGenerator.isDense…CategoryTheory.Presheaf.isLeftKanExtension_along_uliftYoneda_iff · cited by 1Presheaf.isLeftKanExtensi…CategoryTheory.Functor.IsDense.of_fullyFaithful_restrictedULiftYoneda · cited by 1IsDense.of_fullyFaithful_…CategoryTheory.IsCardinalFilteredGenerator.of_isDense · cited by 1IsCardinalFilteredGenerat…CategoryTheory.Functor.DenseAt.ofNatIso · cited by 1DenseAt.ofNatIsoCategoryTheory.Functor.DenseAt.precompEquivOfFinal · cited by 1DenseAt.precompEquivOfFin…CategoryTheory.Functor.LeftExtension.IsPointwiseLeftKanExtensionAt.comp_homEquiv_symm · cited by 1IsPointwiseLeftKanExtensi…CategoryTheory.Functor.LeftExtension.IsPointwiseLeftKanExtensionAt.hasPointwiseLeftKanExtensionAt · cited by 1IsPointwiseLeftKanExtensi…CategoryTheory.Functor.LeftExtension.coconeAt_ι_app · cited by 1LeftExtension.coconeAt_ι_…CategoryTheory.Functor.LeftExtension.isPointwiseLeftKanExtensionAtCompTwoSquareEquiv · cited by 1LeftExtension.isPointwise…CategoryTheory.Presheaf.uliftYonedaAdjunction_homEquiv_app · cited by 1Presheaf.uliftYonedaAdjun…CategoryTheory.Functor.DenseAt.hasPointwiseLeftKanExtensionAt · cited by 0DenseAt.hasPointwiseLeftK…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.StructuredArrow.right · cited by 213StructuredArrow.rightCategoryTheory.CostructuredArrow.left · cited by 202CostructuredArrow.leftCategoryTheory.CostructuredArrow.hom · cited by 179CostructuredArrow.homCategoryTheory.StructuredArrow.hom · cited by 150StructuredArrow.homCategoryTheory.CostructuredArrow.proj · cited by 122CostructuredArrow.projLeftExtension.coconeAtCITED BYCITES

Cites16

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

Cited by32

Results whose statement or proof uses this declaration.