The residue field of a prime ideal #
We define Ideal.ResidueField I to be the residue field of the local ring Localization.Prime I,
and provide an IsFractionRing (R ⧸ I) I.ResidueField instance.
The residue field at a prime ideal, defined to be the residue field of the local ring
Localization.Prime I.
We also provide an IsFractionRing (R ⧸ I) I.ResidueField instance.
Equations
Instances For
If I = f⁻¹(J), then there is a canonical embedding κ(I) ↪ κ(J).
Equations
- Ideal.ResidueField.map I J f hf = IsLocalRing.ResidueField.map (Localization.localRingHom I J f hf)
Instances For
If I = f⁻¹(J), then there is a canonical embedding κ(I) ↪ κ(J).
Equations
- Ideal.ResidueField.mapₐ I J f hf = { toRingHom := Ideal.ResidueField.map I J (↑f) hf, commutes' := ⋯ }
Instances For
Equations
The equivalence between a field and the residue field of its prime ideal, induced by the algebra map.
Equations
Instances For
An isomorphism of rings induces an isomorphism of residue fields.
Equations
- J.residueFieldRingEquiv K f h = IsLocalRing.ResidueField.mapEquiv (Localization.localRingEquiv J K f h)
Instances For
An isomorphism of rings induces an isomorphism of residue fields.
Equations
- J.residueFieldAlgEquiv K f h = IsLocalRing.ResidueField.mapAlgEquiv (Localization.localAlgEquiv J K f h)
Instances For
An isomorphism of rings induces an isomorphism of residue fields.
Equations
- I.residueFieldAlgEquiv' J K f h = IsLocalRing.ResidueField.mapAlgEquiv' (Localization.localAlgEquiv' I J K f h)
Instances For
If f sends I to 0 and Iᶜ to units, then f lifts to κ(I).
Equations
- Ideal.ResidueField.lift I f hf₁ hf₂ = IsLocalization.lift ⋯
Instances For
If f sends I to 0 and Iᶜ to units, then f lifts to κ(I).
Equations
- Ideal.ResidueField.liftₐ I f hf₁ hf₂ = { toRingHom := Ideal.ResidueField.lift I f.toRingHom hf₁ hf₂, commutes' := ⋯ }