Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.partialLeftAdjointHomEquiv

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

Given F : D ⥤ C, this is the canonical bijection (F.partialLeftAdjointObj X ⟶ Y) ≃ (X.obj ⟶ F.obj Y) for all X : F.PartialLeftAdjointSource and Y : D.

Defined in
Mathlib.CategoryTheory.Adjunction.PartialAdjoint
Cited by
7 results in Mathlib
Foundations
Depth 32 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.partialLeftAdjointMap · cited by 5Functor.partialLeftAdjoin…CategoryTheory.Functor.partialLeftAdjointHomEquiv_comp · cited by 2Functor.partialLeftAdjoin…CategoryTheory.Functor.partialLeftAdjointHomEquiv_map · cited by 2Functor.partialLeftAdjoin…CategoryTheory.Functor.corepresentableByCompCoyonedaObjOfIsColimit · cited by 1Functor.corepresentableBy…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.partialLeftAdjointHomEquiv_comp_symm_assoc · cited by 0Functor.partialLeftAdjoin…CategoryTheory.Functor.partialLeftAdjointHomEquiv_map_comp · cited by 0Functor.partialLeftAdjoin…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorEquiv · cited by 8337EquivCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.ObjectProperty.FullSubcategory.obj · cited by 1316FullSubcategory.objCategoryTheory.coyoneda · cited by 208CategoryTheory.coyonedaCategoryTheory.Functor.CorepresentableBy.homEquiv · cited by 45CorepresentableBy.homEquivCategoryTheory.Functor.leftAdjointObjIsDefined · cited by 16Functor.leftAdjointObjIsD…CategoryTheory.Functor.partialLeftAdjointObj · cited by 9Functor.partialLeftAdjoin…CategoryTheory.Functor.PartialLeftAdjointSource · cited by 9Functor.PartialLeftAdjoin…CategoryTheory.Functor.corepresentableBy · cited by 6Functor.corepresentableByFunctor.partialLeftAdjointHom…CITED BYCITES

Cites13

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

Cited by9

Results whose statement or proof uses this declaration.