Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.functorHom

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

Composition of homObjFunctor with the co-Yoneda embedding, i.e. Hom(F ⊗ coyoneda(-), G). When F G : C ⥤ Type max v' v u, this is the internal hom of F and G: see Mathlib/CategoryTheory/Closed/FunctorToTypes.lean.

Defined in
Mathlib.CategoryTheory.Functor.FunctorHom
Cited by
16 results in Mathlib
Foundations
Depth 28 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.natTransEquiv · cited by 5Functor.natTransEquivCategoryTheory.FunctorToTypes.rightAdj · cited by 3FunctorToTypes.rightAdjCategoryTheory.FunctorToTypes.functorHomEquiv · cited by 2FunctorToTypes.functorHom…CategoryTheory.Functor.functorHomEquiv · cited by 2Functor.functorHomEquivCategoryTheory.Functor.functorHom_ext · cited by 1Functor.functorHom_extCategoryTheory.Functor.natTransEquiv_apply_app · cited by 0Functor.natTransEquiv_app…CategoryTheory.Functor.natTransEquiv_symm_apply_app · cited by 0Functor.natTransEquiv_sym…CategoryTheory.FunctorToTypes.rightAdj_map_app · cited by 0FunctorToTypes.rightAdj_m…CategoryTheory.FunctorToTypes.functorHomEquiv_apply_app · cited by 0FunctorToTypes.functorHom…CategoryTheory.FunctorToTypes.functorHomEquiv_symm_apply_app · cited by 0FunctorToTypes.functorHom…CategoryTheory.Functor.functorHomEquiv_apply_app · cited by 0Functor.functorHomEquiv_a…CategoryTheory.Functor.functorHomEquiv_symm_apply_app · cited by 0Functor.functorHomEquiv_s…CategoryTheory.Functor.functorHom_ext_iff · cited by 0Functor.functorHom_ext_iffCategoryTheory.Enriched.Functor.associator_hom_apply · cited by 0Functor.associator_hom_ap…CategoryTheory.Enriched.Functor.associator_inv_apply · cited by 0Functor.associator_inv_ap…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Functor.rightOp · cited by 214Functor.rightOpCategoryTheory.coyoneda · cited by 208CategoryTheory.coyonedaCategoryTheory.Functor.homObjFunctor · cited by 10Functor.homObjFunctorFunctor.functorHomCITED BYCITES

Cites6

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

Cited by20

Results whose statement or proof uses this declaration.