Global-functions actions on sheaves of modules #
This file constructs the canonical action of the ring of global functions on a sheaf of modules on a scheme. It also records the restriction of this action to the base ring for a scheme over a commutative ring.
These constructions are independent of sheaf cohomology. They supply the scalar actions used by
TauCeti.AlgebraicGeometry.Cohomology.Module.Basic.
Multiplication by a global function, as a morphism of sheaves of modules.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The action of global functions on a sheaf of modules, bundled as a ring homomorphism into the endomorphism ring of the sheaf.
Equations
- M.globalSectionsAction = { toFun := M.globalSectionsSmul, map_one' := ⋯, map_mul' := ⋯, map_zero' := ⋯, map_add' := ⋯ }
Instances For
Multiplication by a global function is natural in the sheaf of modules.
Multiplication by a global function is natural in the sheaf of modules.
The homomorphism from the base ring to global functions on a scheme over that ring.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The base ring acts through the pullback along the structure morphism: r is sent to the
global function obtained by pulling back the function on Spec R corresponding to r.
Global sections of a sheaf of modules on a scheme over a commutative ring form a module over
the base ring. The priority is below the default so that the canonical action of
Γ(X, ⊤) is still the one found when the base ring is the ring of global functions itself.