Mathlib Map

Theorems · Definition · category theory

CategoryTheory.MorphismProperty.presheaf

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    CategoryTheory.MorphismProperty C → CategoryTheory.MorphismProperty (CategoryTheory.Functor Cᵒᵖ (Type v₁))

Given a morphism property P in a category C, a morphism f : F ⟶ G of presheaves in the category Cᵒᵖ ⥤ Type v satisfies the morphism property P.presheaf iff: * The morphism is representable. * For any morphism g : F.obj a ⟶ G, the property P holds for any represented pullback of f by g. This is implemented as a special case of the more general notion of P.relative, to the case when the functor F is yoneda.

Defined in
Mathlib.CategoryTheory.MorphismProperty.Representable
Cited by
17 results in Mathlib
Foundations
Depth 23 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.Category

Around this declaration

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

AlgebraicGeometry.Scheme.LocalRepresentability.glueData · cited by 13LocalRepresentability.glu…AlgebraicGeometry.Scheme.LocalRepresentability.toGlued · cited by 5LocalRepresentability.toG…AlgebraicGeometry.Scheme.LocalRepresentability.yonedaGluedToSheaf · cited by 4LocalRepresentability.yon…AlgebraicGeometry.Scheme.LocalRepresentability.yoneda_toGlued_yonedaGluedToSheaf · cited by 2LocalRepresentability.yon…CategoryTheory.MorphismProperty.presheaf_mono_of_le · cited by 2MorphismProperty.presheaf…AlgebraicGeometry.Scheme.LocalRepresentability.representableBy · cited by 1LocalRepresentability.rep…CategoryTheory.MorphismProperty.presheaf_monomorphisms_le_monomorphisms · cited by 1MorphismProperty.presheaf…CategoryTheory.MorphismProperty.isIso_fst'_self · cited by 0MorphismProperty.isIso_fs…AlgebraicGeometry.Scheme.LocalRepresentability.comp_toGlued_eq · cited by 0LocalRepresentability.com…AlgebraicGeometry.Scheme.LocalRepresentability.glueData_J · cited by 0LocalRepresentability.glu…AlgebraicGeometry.Scheme.LocalRepresentability.glueData_U · cited by 0LocalRepresentability.glu…AlgebraicGeometry.Scheme.LocalRepresentability.glueData_V · cited by 0LocalRepresentability.glu…AlgebraicGeometry.Scheme.LocalRepresentability.glueData_f · cited by 0LocalRepresentability.glu…AlgebraicGeometry.Scheme.LocalRepresentability.glueData_openCover_map · cited by 0LocalRepresentability.glu…AlgebraicGeometry.Scheme.LocalRepresentability.glueData_t · cited by 0LocalRepresentability.glu…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.yoneda · cited by 351CategoryTheory.yonedaCategoryTheory.MorphismProperty.relative · cited by 10MorphismProperty.relativeMorphismProperty.presheafCITED BYCITES

Cites6

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

Cited by22

Results whose statement or proof uses this declaration.