module Cat.Instances.Sheaves where
The topos of sheaves🔗
This module collects a compendium of the nice properties enjoyed by the category of sheaves on a site.
_,_] : ∀ {ℓ} (C : Precategory ℓ ℓ) (J : Coverage C ℓ) → Precategory (lsuc ℓ) ℓ
Sh[= Sheaves J _ Sh[ C , J ]
module _ {â„“} {C : Precategory â„“ â„“} {J : Coverage C â„“} where
Monadicity🔗
Since the sheafification construction provides a left adjoint to the fully faithful inclusion of presheaves into sheaves, we can immediately conclude that the category of sheaves on a site is monadic over the presheaves on that same site.
: Functor (PSh â„“ C) Sh[ C , J ]
Sheafification = free-objects→functor (Small.make-free-sheaf J)
Sheafification
: Sheafification ⊣ forget-sheaf J _
Sheafification⊣ι = free-objects→left-adjoint (Small.make-free-sheaf J) Sheafification⊣ι
Note that since the category of is defined to literally have the same as the category of presheaves on the action of the forgetful functor on morphisms is definitionally the identity.
: is-reflective Sheafification⊣ι
Sheafification-is-reflective = id-equiv
Sheafification-is-reflective
: is-monadic Sheafification⊣ι
Sheafification-is-monadic = is-reflective→is-monadic _ id-equiv Sheafification-is-monadic
Limits and colimits🔗
By general properties of reflective subcategories, we have that the category of sheaves on a site is complete and cocomplete; Completeness is by an equivalence with the Eilenberg-Moore category of the sheafification monad (which has all limits which does), and cocompleteness follows by computing the colimit in presheaves, then sheafifying the result.
: is-complete â„“ â„“ Sh[ C , J ]
Sh[]-is-complete = equivalence→complete
Sh[]-is-complete (is-equivalence.inverse-equivalence Sheafification-is-monadic)
(Eilenberg-Moore-is-complete _
(Functor-cat-is-complete (Sets-is-complete {ι = ℓ} {ℓ} {ℓ})))
: is-cocomplete â„“ â„“ Sh[ C , J ]
Sh[]-is-cocomplete = done where
Sh[]-is-cocomplete F : Colimit (forget-sheaf J _ F∘ F)
psh-colim = Functor-cat-is-cocomplete (Sets-is-cocomplete {ι = ℓ} {ℓ} {ℓ}) _
psh-colim
: Colimit ((Sheafification F∘ forget-sheaf J _) F∘ F)
sheafified = subst Colimit F∘-assoc $
sheafified
left-adjoint-colimit Sheafification⊣ι psh-colim
= natural-iso→colimit
done (F∘-iso-id-l (is-reflective→counit-iso Sheafification⊣ι id-equiv))
sheafified
Cartesian closure🔗
Since sheaves are an exponential ideal in presheaves, meaning that is a sheaf whenever is, we can conclude that the category of sheaves on a site is also Cartesian closed.
: Cartesian-closed Sh[ C , J ] (Sh[]-products J) (Sh[]-terminal J)
Sh[]-cc .has-exp (A , _) (B , bshf) = exp where
Sh[]-cc = PSh-closed C .has-exp A B
exp'
: Exponential Sh[ C , J ] _ _ _ _
exp .B^A .fst = exp' .B^A
exp .B^A .snd = is-sheaf-exponential J A B bshf
exp .ev = exp' .ev
exp .has-is-exp .Æ› = exp' .Æ›
exp .has-is-exp .commutes = exp' .commutes
exp .has-is-exp .unique = exp' .unique exp