Subsheaf of types #
We define the sub(pre)sheaf of a type valued presheaf.
Main results #
CategoryTheory.GrothendieckTopology.Subpresheaf: A subpresheaf of a presheaf of types.CategoryTheory.GrothendieckTopology.Subpresheaf.sheafify: The sheafification of a subpresheaf as a subpresheaf. Note that this is a sheaf only when the whole sheaf is.CategoryTheory.GrothendieckTopology.Subpresheaf.sheafify_isSheaf: The sheafification is a sheafCategoryTheory.GrothendieckTopology.Subpresheaf.sheafifyLift: The descent of a map into a sheaf to the sheafification.CategoryTheory.GrothendieckTopology.imageSheaf: The image sheaf of a morphism.CategoryTheory.GrothendieckTopology.imageFactorization: The image sheaf as aLimits.imageFactorization.
A subpresheaf of a presheaf consists of a subset of F.obj U for every U,
compatible with the restriction maps F.map i.
If
Gis a sub-presheaf ofF, then the sections ofGonUforms a subset of sections ofFonU.If
Gis a sub-presheaf ofFandi : U ⟶ V, then for eachG-sections onUx,F i xis inF(V).
Instances For
Equations
- CategoryTheory.GrothendieckTopology.instPartialOrderSubpresheaf = PartialOrder.lift CategoryTheory.GrothendieckTopology.Subpresheaf.obj ⋯
Equations
- ⋯ = ⋯
The subpresheaf as a presheaf.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The inclusion of a subpresheaf to the original presheaf.
Equations
- CategoryTheory.GrothendieckTopology.Subpresheaf.ι G = { app := fun (U : Cᵒᵖ) (x : (CategoryTheory.GrothendieckTopology.Subpresheaf.toPresheaf G).obj U) => ↑x, naturality := ⋯ }
Instances For
Equations
- ⋯ = ⋯
The inclusion of a subpresheaf to a larger subpresheaf
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
If the image of a morphism falls in a subpresheaf, then the morphism factors through it.
Equations
- CategoryTheory.GrothendieckTopology.Subpresheaf.lift G f hf = { app := fun (U : Cᵒᵖ) (x : F'.obj U) => { val := f.app U x, property := ⋯ }, naturality := ⋯ }
Instances For
Given a subpresheaf G of F, an F-section s on U, we may define a sieve of U
consisting of all f : V ⟶ U such that the restriction of s along f is in G.
Equations
- CategoryTheory.GrothendieckTopology.Subpresheaf.sieveOfSection G s = { arrows := fun (V : C) (f : V ⟶ U.unop) => F.map f.op s ∈ G.obj (Opposite.op V), downward_closed := ⋯ }
Instances For
Given an F-section s on U and a subpresheaf G, we may define a family of elements in
G consisting of the restrictions of s
Equations
- CategoryTheory.GrothendieckTopology.Subpresheaf.familyOfElementsOfSection G s i hi = { val := F.map i.op s, property := hi }
Instances For
The sheafification of a subpresheaf as a subpresheaf. Note that this is a sheaf only when the whole presheaf is a sheaf.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The lift of a presheaf morphism onto the sheafification subpresheaf.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The image presheaf of a morphism, whose components are the set-theoretic images.
Equations
- CategoryTheory.GrothendieckTopology.imagePresheaf f = { obj := fun (U : Cᵒᵖ) => Set.range (f.app U), map := ⋯ }
Instances For
A morphism factors through the image presheaf.
Equations
Instances For
A morphism factors through the sheafification of the image presheaf.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- ⋯ = ⋯
The image sheaf of a morphism between sheaves, defined to be the sheafification of
image_presheaf.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A morphism factors through the image sheaf.
Equations
Instances For
The inclusion of the image sheaf to the target.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
The mono factorization given by image_sheaf for a morphism.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The mono factorization given by image_sheaf for a morphism is an image.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- ⋯ = ⋯