Residue fields of points #
Any point x of a locally ringed space X comes with a natural residue field, namely the residue
field of the stalk at x. Moreover, for every open subset of X containing x, we have a
canonical evaluation map from Γ(X, U) to the residue field of X at x.
Main definitions #
The following are in the AlgebraicGeometry.LocallyRingedSpace namespace:
residueField: the residue field of the stalk atx.evaluation: for open subsetsUofXcontainingx, the evaluation map from sections overUto the residue field atx.evaluationMap: a morphism of locally ringed spaces induces a morphism, i.e. extension, of residue fields.
The residue field of X at a point x is the residue field of the stalk of X
at x.
Equations
- X.residueField x = CommRingCat.of (IsLocalRing.ResidueField ↑(X.presheaf.stalk x))
Instances For
Equations
If U is an open of X containing x, we have a canonical ring map from the sections
over U to the residue field of x.
If we interpret sections over U as functions of X defined on U, then this ring map
corresponds to evaluation at x.
Equations
- X.evaluation x = CategoryTheory.CategoryStruct.comp (X.presheaf.germ U ↑x ⋯) (CommRingCat.ofHom (IsLocalRing.residue ↑(X.presheaf.stalk ↑x)))
Instances For
The global evaluation map from Γ(X, ⊤) to the residue field at x.
Equations
- X.Γevaluation x = X.evaluation ⟨x, ⋯⟩
Instances For
Alias of AlgebraicGeometry.LocallyRingedSpace.evaluation_eq_zero_iff_notMem_basicOpen.
Alias of AlgebraicGeometry.LocallyRingedSpace.Γevaluation_eq_zero_iff_notMem_basicOpen.
If X ⟶ Y is a morphism of locally ringed spaces and x a point of X, we obtain
a morphism of residue fields in the other direction.