Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.partialLeftAdjointObj

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

Given F : D ⥤ C, this is F.partialLeftAdjoint on objects: it sends X : C such that F.leftAdjointObjIsDefined X holds to an object of D which represents the functor F ⋙ coyoneda.obj (op X.obj).

Defined in
Mathlib.CategoryTheory.Adjunction.PartialAdjoint
Cited by
9 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.partialLeftAdjointHomEquiv · cited by 7Functor.partialLeftAdjoin…CategoryTheory.Functor.partialLeftAdjointMap · cited by 5Functor.partialLeftAdjoin…CategoryTheory.Functor.partialLeftAdjoint · cited by 3Functor.partialLeftAdjointCategoryTheory.Functor.partialLeftAdjointHomEquiv_comp · cited by 2Functor.partialLeftAdjoin…CategoryTheory.Functor.partialLeftAdjointHomEquiv_map · cited by 2Functor.partialLeftAdjoin…CategoryTheory.Functor.partialLeftAdjointHomEquiv_comp_symm · cited by 1Functor.partialLeftAdjoin…CategoryTheory.Functor.partialLeftAdjointHomEquiv_symm_comp · cited by 1Functor.partialLeftAdjoin…CategoryTheory.Functor.partialLeftAdjointHomEquiv_symm_comp_assoc · cited by 0Functor.partialLeftAdjoin…CategoryTheory.Functor.partialLeftAdjoint_map · cited by 0Functor.partialLeftAdjoin…CategoryTheory.Functor.partialLeftAdjoint_obj · cited by 0Functor.partialLeftAdjoin…CategoryTheory.Functor.partialLeftAdjointHomEquiv_comp_symm_assoc · cited by 0Functor.partialLeftAdjoin…CategoryTheory.Functor.partialLeftAdjointHomEquiv_map_comp · cited by 0Functor.partialLeftAdjoin…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.ObjectProperty.FullSubcategory.obj · cited by 1316FullSubcategory.objCategoryTheory.coyoneda · cited by 208CategoryTheory.coyonedaCategoryTheory.Functor.PartialLeftAdjointSource · cited by 9Functor.PartialLeftAdjoin…CategoryTheory.Functor.coreprX · cited by 3Functor.coreprXFunctor.partialLeftAdjointObjCITED BYCITES

Cites8

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

Cited by12

Results whose statement or proof uses this declaration.