Presheaves of functions #
We construct some simple examples of presheaves of functions on a topological space.
presheafToTypes X T, whereT : X โ Type, is the presheaf of dependently-typed (not-necessarily continuous) functionspresheafToType X T, whereT : Type, is the presheaf of (not-necessarily-continuous) functions to a fixed target typeTpresheafToTop X T, whereT : TopCat, is the presheaf of continuous functions into a topological spaceTpresheafToTopCommRing X R, whereR : TopCommRingCatis the presheaf valued inCommRingof functions into a topological ringR- as an example of the previous construction,
presheafToTopCommRing X (TopCommRingCat.of โ)is the presheaf of rings of continuous complex-valued functions onX.
The presheaf of dependently typed functions on X, with fibres given by a type family T.
There is no requirement that the functions are continuous, here.
Equations
Instances For
@[simp]
theorem
TopCat.presheafToTypes_obj
(X : TopCat)
{T : โX โ Type u_1}
{U : (TopologicalSpace.Opens โX)แตแต}
:
@[simp]
theorem
TopCat.presheafToTypes_map
(X : TopCat)
{T : โX โ Type u_1}
{U V : (TopologicalSpace.Opens โX)แตแต}
{i : U โถ V}
{f : (X.presheafToTypes T).obj U}
:
The presheaf of functions on X with values in a type T.
There is no requirement that the functions are continuous, here.
Equations
Instances For
@[simp]
theorem
TopCat.presheafToType_obj
(X : TopCat)
{T : Type u_1}
{U : (TopologicalSpace.Opens โX)แตแต}
:
@[simp]
theorem
TopCat.presheafToType_map
(X : TopCat)
{T : Type u_1}
{U V : (TopologicalSpace.Opens โX)แตแต}
{i : U โถ V}
{f : (X.presheafToType T).obj U}
:
The presheaf of continuous functions on X with values in fixed target topological space
T.
Equations
Instances For
@[simp]