Residue Field of local rings #
Main definitions #
IsLocalRing.ResidueField
: The quotient of a local ring by its maximal ideal.IsLocalRing.residue
: The quotient map from a local ring to its residue field.
The residue field of a local ring is the quotient of the ring by its maximal ideal.
Equations
Instances For
instance
IsLocalRing.instCommRingResidueField
(R : Type u_1)
[CommRing R]
[IsLocalRing R]
:
CommRing (ResidueField R)
noncomputable instance
IsLocalRing.ResidueField.field
(R : Type u_1)
[CommRing R]
[IsLocalRing R]
:
Field (ResidueField R)
The quotient map from a local ring to its residue field.