Sheaf conditions for presheaves of (continuous) functions. #
We show that
Top.Presheaf.toType_isSheaf
: not-necessarily-continuous functions into a type form a sheafTop.Presheaf.toTypes_isSheaf
: in fact, these may be dependent functions into a type family
For
Top.sheafToTop
: continuous functions into a topological space form a sheaf please seeTopology/Sheaves/LocalPredicate.lean
, where we set up a general framework for constructing sub(pre)sheaves of the sheaf of dependent functions.
Future work #
Obviously there's more to do:
- sections of a fiber bundle
- various classes of smooth and structure preserving functions
- functions into spaces with algebraic structure, which the sections inherit
theorem
TopCat.Presheaf.toTypes_isSheaf
(X : TopCat)
(T : ↑X → Type u)
:
(X.presheafToTypes T).IsSheaf
We show that the presheaf of functions to a type T
(no continuity assumptions, just plain functions)
form a sheaf.
In fact, the proof is identical when we do this for dependent functions to a type family T
,
so we do the more general case.
The presheaf of not-necessarily-continuous functions to
a target type T
satisfies the sheaf condition.
The sheaf of not-necessarily-continuous functions on X
with values in type family
T : X → Type u
.
Equations
- X.sheafToTypes T = { val := X.presheafToTypes T, cond := ⋯ }
Instances For
The sheaf of not-necessarily-continuous functions on X
with values in a type T
.
Equations
- X.sheafToType T = { val := X.presheafToType T, cond := ⋯ }