Residue fields of points #
Main definitions #
The following are in the AlgebraicGeometry.Scheme namespace:
AlgebraicGeometry.Scheme.residueField: The residue field of the stalk atx.AlgebraicGeometry.Scheme.evaluation: For open subsetsUofXcontainingx, the evaluation map from sections overUto the residue field atx.AlgebraicGeometry.Scheme.Hom.residueFieldMap: A morphism of schemes induce a homomorphism of residue fields.AlgebraicGeometry.Scheme.fromSpecResidueField: The canonical mapSpec κ(x) ⟶ X.AlgebraicGeometry.Scheme.SpecToEquivOfField: morphismsSpec K ⟶ Xfor a fieldKcorrespond to pairs ofx : Xwith embeddingκ(x) ⟶ K.
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
Equations
The residue map from the stalk to the residue field.
Equations
- X.residue x = CommRingCat.ofHom (IsLocalRing.residue ↑(X.presheaf.stalk x))
Instances For
See AlgebraicGeometry.IsClosedImmersion.Spec_map_residue for the stronger result that
Spec.map (X.residue x) is a closed immersion.
If K is a field and f : 𝒪_{X, x} ⟶ K is a ring map, then this is the induced
map κ(x) ⟶ K.
Equations
Instances For
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 U x hx = CategoryTheory.CategoryStruct.comp (X.presheaf.germ U x hx) (X.residue x)
Instances For
The global evaluation map from Γ(X, ⊤) to the residue field at x.
Equations
- X.Γevaluation x = X.evaluation ⊤ x trivial
Instances For
Alias of AlgebraicGeometry.Scheme.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.
Equations
Instances For
The isomorphism between residue fields of equal points.
Instances For
The canonical map Spec κ(x) ⟶ X.
Equations
Instances For
Equations
Equations
A helper lemma to work with AlgebraicGeometry.Scheme.SpecToEquivOfField.
For a field K and a scheme X, the morphisms Spec K ⟶ X bijectively correspond
to pairs of points x of X and embeddings κ(x) ⟶ K.
Equations
- One or more equations did not get rendered due to their size.