Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.DenseAt

{C : Type u₁} →
  {D : Type u₂} →
    [inst : CategoryTheory.Category.{v₁, u₁} C] →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] → CategoryTheory.Functor C D → D → Type (max u₁ u₂ v₂)

A functor F : C ⥤ D is dense at Y : D if the obvious natural transformation F ⟶ F ⋙ 𝟭 D makes 𝟭 D a pointwise left Kan extension of F along itself at Y, i.e. Y identifies to the colimit of the obvious functor CostructuredArrow F Y ⥤ D.

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

Around this declaration

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

CategoryTheory.Functor.isDenseAt · cited by 6Functor.isDenseAtCategoryTheory.Functor.denseAt · cited by 6Functor.denseAtCategoryTheory.Functor.congr_isDenseAt · cited by 1Functor.congr_isDenseAtCategoryTheory.ObjectProperty.ind_iff_exists · cited by 1ObjectProperty.ind_iff_ex…CategoryTheory.Functor.DenseAt.ofNatIso · cited by 1DenseAt.ofNatIsoCategoryTheory.Functor.DenseAt.precompEquivOfFinal · cited by 1DenseAt.precompEquivOfFin…CategoryTheory.IsCardinalFilteredGenerator.of_isDense · cited by 1IsCardinalFilteredGenerat…CategoryTheory.denseAtUliftYoneda · cited by 0CategoryTheory.denseAtUli…CategoryTheory.denseAtYoneda · cited by 0CategoryTheory.denseAtYon…CategoryTheory.Functor.denseAt.congr_simp · cited by 0denseAt.congr_simpCategoryTheory.Functor.DenseAt.hasPointwiseLeftKanExtensionAt · cited by 0DenseAt.hasPointwiseLeftK…CategoryTheory.Functor.DenseAt.ofIso · cited by 0DenseAt.ofIsoCategoryTheory.Functor.DenseAt.postcompEquivalence · cited by 0DenseAt.postcompEquivalen…CategoryTheory.Functor.DenseAt.precompOfFinal · cited by 0DenseAt.precompOfFinalCategoryTheory.Functor.denseAtEquiv · cited by 0Functor.denseAtEquivCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.Functor.rightUnitor · cited by 149Functor.rightUnitorCategoryTheory.Functor.LeftExtension.mk · cited by 31LeftExtension.mkCategoryTheory.Functor.LeftExtension.IsPointwiseLeftKanExtensionAt · cited by 13LeftExtension.IsPointwise…Functor.DenseAtCITED BYCITES

Cites7

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

Cited by15

Results whose statement or proof uses this declaration.