Residue Field of local rings #
We prove basic properties of the residue field of a local ring.
Equations
- IsLocalRing.ResidueField.algebra R = { smul := IsLocalRing.ResidueField.algebra._aux_1 R, algebraMap := IsLocalRing.ResidueField.algebra._aux_3 R, commutes' := ⋯, smul_def' := ⋯ }
Equations
- IsLocalRing.instModuleResidueFieldOfAlgebra R = { toDistribMulAction := Algebra.toModule.toDistribMulAction, add_smul := ⋯, zero_smul := ⋯ }
A local ring homomorphism into a field can be descended onto the residue field.
Equations
Instances For
The map on residue fields induced by a local homomorphism between local rings
Equations
Instances For
Applying IsLocalRing.ResidueField.map to the identity ring homomorphism gives the identity
ring homomorphism.
The composite of two IsLocalRing.ResidueField.maps is the IsLocalRing.ResidueField.map of
the composite.
A ring isomorphism defines an isomorphism of residue fields.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The group homomorphism from RingAut R to RingAut k where k
is the residue field of R.
Equations
- IsLocalRing.ResidueField.mapAut = { toFun := IsLocalRing.ResidueField.mapEquiv, map_one' := ⋯, map_mul' := ⋯ }
Instances For
If G acts on R as a MulSemiringAction, then it also acts on IsLocalRing.ResidueField R.
Equations
- IsLocalRing.ResidueField.instModule = { toDistribMulAction := Algebra.toModule.toDistribMulAction, add_smul := ⋯, zero_smul := ⋯ }
A local algebra homomorphism induces an algebra homomorphism on the residue fields.
See mapAlgHom' for a variant where the base ring R is also quotiented.
Equations
- IsLocalRing.ResidueField.mapAlgHom e = { toRingHom := IsLocalRing.ResidueField.map ↑e, commutes' := ⋯ }
Instances For
A local algebra isomorphism induces an algebra isomorphism on the residue fields.
See mapAlgEquiv' for a variant where the base ring R is also quotiented.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A local algebra homomorphism induces an algebra homomorphism on the residue fields.
See mapAlgHom for a variant where the base ring R is not quotiented.
Equations
Instances For
A local algebra isomorphism induces an algebra isomorphism on the residue fields.
See mapAlgEquiv for a variant where the base ring R is not quotiented.