Checking the sheaf condition on the underlying presheaf of types. #
If G : C ⥤ D
is a functor which reflects isomorphisms and preserves limits
(we assume all limits exist in C
),
then checking the sheaf condition for a presheaf F : presheaf C X
is equivalent to checking the sheaf condition for F ⋙ G
.
The important special case is when
C
is a concrete category with a forgetful functor
that preserves limits and reflects isomorphisms.
Then to check the sheaf condition it suffices
to check it on the underlying sheaf of types.
References #
- https://stacks.math.columbia.edu/tag/0073
If G : C ⥤ D
is a functor which reflects isomorphisms and preserves limits
(we assume all limits exist in C
),
then checking the sheaf condition for a presheaf F : presheaf C X
is equivalent to checking the sheaf condition for F ⋙ G
.
The important special case is when
C
is a concrete category with a forgetful functor
that preserves limits and reflects isomorphisms.
Then to check the sheaf condition it suffices to check it on the underlying sheaf of types.
Another useful example is the forgetful functor TopCommRing ⥤ Top
.
See
As an example, we now have everything we need to check the sheaf condition for a presheaf of commutative rings, merely by checking the sheaf condition for the underlying sheaf of types.
example (X : TopCat) (F : Presheaf CommRingCat X)
(h : Presheaf.IsSheaf (F ⋙ (forget CommRingCat))) :
F.IsSheaf :=
(isSheaf_iff_isSheaf_comp (forget CommRingCat) F).mpr h