Mathlib Map

Theorems · Definition · category theory

CategoryTheory.presheafHom

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

Given two presheaves F and G on a category C with values in a category A, this presheafHom F G is the presheaf of types which sends an object X : C to the type of morphisms between the "restrictions" of F and G to the category Over X.

Defined in
Mathlib.CategoryTheory.Sites.SheafHom
Cited by
10 results in Mathlib
Foundations
Depth 33 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.presheafHom_map_app · cited by 2CategoryTheory.presheafHo…CategoryTheory.presheafHom_map_app_op_mk_id · cited by 2CategoryTheory.presheafHo…CategoryTheory.Presheaf.functorEnrichedHomCoyonedaObjEquiv · cited by 2Presheaf.functorEnrichedH…CategoryTheory.PresheafHom.IsSheafFor.app · cited by 2IsSheafFor.appCategoryTheory.PresheafHom.isAmalgamation_iff · cited by 1PresheafHom.isAmalgamatio…CategoryTheory.Presheaf.isSheaf_functorEnrichedHom · cited by 1Presheaf.isSheaf_functorE…CategoryTheory.presheafHom_isSheafFor · cited by 1CategoryTheory.presheafHo…CategoryTheory.Presheaf.functorEnrichedHomCoyonedaObjEquiv_naturality · cited by 1Presheaf.functorEnrichedH…CategoryTheory.PresheafHom.IsSheafFor.app_cond · cited by 1IsSheafFor.app_condCategoryTheory.PresheafHom.IsSheafFor.exists_app · cited by 1IsSheafFor.exists_appCategoryTheory.Presheaf.IsSheaf.hom · cited by 1IsSheaf.homCategoryTheory.presheafHomSectionsEquiv · cited by 0CategoryTheory.presheafHo…CategoryTheory.presheafHom_obj · cited by 0CategoryTheory.presheafHo…CategoryTheory.sheafHom'Iso · cited by 0CategoryTheory.sheafHom'I…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeCategoryTheory.Functor.comp · cited by 6529Functor.compOpposite.unop · cited by 2231Opposite.unopCategoryTheory.Functor.op · cited by 997Functor.opQuiver.Hom.unop · cited by 903Hom.unopCategoryTheory.Functor.whiskerLeft · cited by 496Functor.whiskerLeftTypeCat.ofHom · cited by 389TypeCat.ofHomCategoryTheory.Over.forget · cited by 164Over.forgetCategoryTheory.Over.map · cited by 97Over.mapCategoryTheory.presheafHomCITED BYCITES

Cites12

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

Cited by14

Results whose statement or proof uses this declaration.