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
G
is a sub-presheaf ofF
, then the sections ofG
onU
forms a subset of sections ofF
onU
.If
G
is a sub-presheaf ofF
andi : U ⟶ V
, then for eachG
-sections onU
x
,F i x
is inF(V)
.
Instances For
If G
is a sub-presheaf of F
and i : U ⟶ V
, then for each G
-sections on U
x
,
F i x
is in F(V)
.
Equations
- CategoryTheory.GrothendieckTopology.instPartialOrderSubpresheaf = PartialOrder.lift CategoryTheory.GrothendieckTopology.Subpresheaf.obj ⋯
Equations
- ⋯ = ⋯
The subpresheaf as a presheaf.
Equations
Instances For
Equations
- CategoryTheory.GrothendieckTopology.instCoeHeadObjOppositeToPresheaf G = { coe := Subtype.val }
The inclusion of a subpresheaf to the original presheaf.
Instances For
Equations
- ⋯ = ⋯
The inclusion of a subpresheaf to a larger subpresheaf
Equations
- CategoryTheory.GrothendieckTopology.Subpresheaf.homOfLe h = { app := fun (U : Cᵒᵖ) (x : G.toPresheaf.obj U) => ⟨↑x, ⋯⟩, naturality := ⋯ }
Instances For
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
If the image of a morphism falls in a subpresheaf, then the morphism factors through it.
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
- G.sieveOfSection s = { arrows := fun (V : C) (f : V ⟶ Opposite.unop U) => 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
- G.familyOfElementsOfSection s i hi = ⟨F.map i.op s, 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
- CategoryTheory.GrothendieckTopology.Subpresheaf.sheafify J G = { obj := fun (U : Cᵒᵖ) => {s : F.obj U | G.sieveOfSection s ∈ J (Opposite.unop U)}, map := ⋯ }
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
- J.toImagePresheafSheafify f = CategoryTheory.CategoryStruct.comp (CategoryTheory.GrothendieckTopology.toImagePresheaf f) (CategoryTheory.GrothendieckTopology.Subpresheaf.homOfLe ⋯)
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
- CategoryTheory.GrothendieckTopology.toImageSheaf f = { val := J.toImagePresheafSheafify f.val }
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
- ⋯ = ⋯