Smooth manifolds as locally ringed spaces #
This file equips a smooth manifold with the structure of a locally ringed space.
Main results #
smoothSheafCommRing.isUnit_stalk_iff: The units of the stalk atxof the sheaf of smooth functions from a smooth manifoldMto its scalar field𝕜, considered as a sheaf of commutative rings, are the functions whose values atxare nonzero.
Main definitions #
ChartedSpace.locallyRingedSpace: A smooth manifold can be considered as a locally ringed space.ChartedSpace.locallyRingedSpaceMap: A smooth map between smooth manifolds induces a morphism of locally ringed spaces.
TODO #
- Show that every morphism of locally ringed spaces between two smooth manifolds is induced
by a smooth map via
ChartedSpace.locallyRingedSpaceMap.
The units of the stalk at x of the sheaf of smooth functions from M to 𝕜, considered as a
sheaf of commutative rings, are the functions whose values at x are nonzero.
The non-units of the stalk at x of the sheaf of smooth functions from M to 𝕜, considered
as a sheaf of commutative rings, are the functions whose values at x are zero.
The stalks of the structure sheaf of a smooth manifold are local rings.
A smooth manifold can be considered as a locally ringed space.
Equations
- ChartedSpace.locallyRingedSpace IM M = { carrier := TopCat.of M, presheaf := smoothPresheafCommRing IM (modelWithCornersSelf 𝕜 𝕜) M 𝕜, IsSheaf := ⋯, isLocalRing := ⋯ }
Instances For
Alias of ChartedSpace.locallyRingedSpace.
A smooth manifold can be considered as a locally ringed space.
Instances For
(Implementation): Use ChartedSpace.locallyRingedSpaceMap.
Equations
- ChartedSpace.locallyRingedSpaceMapAux f hf = { base := TopCat.ofHom { toFun := f, continuous_toFun := ⋯ }, c := (ContMDiff.smoothSheafCommRingHom IN N f hf).hom }
Instances For
(Implementation): Use ChartedSpace.stalkMap_locallyRingedSpaceMap_evalHom.
A smooth function of manifolds f : M → N induces a morphism of locally ringed spaces.
Equations
- ChartedSpace.locallyRingedSpaceMap f hf = { toHom := ChartedSpace.locallyRingedSpaceMapAux f hf, prop := ⋯ }
Instances For
Viewing a manifold as a locally ringed space commutes with restriction to open subsets.
Equations
- One or more equations did not get rendered due to their size.