Maximal spectrum of a commutative ring #
The maximal spectrum of a commutative ring is the type of all maximal ideals. It is naturally a subset of the prime spectrum endowed with the subspace topology.
Main definitions #
MaximalSpectrum R
: The maximal spectrum of a commutative ringR
, i.e., the set of all maximal ideals ofR
.
Implementation notes #
The Zariski topology on the maximal spectrum is defined as the subspace topology induced by the natural inclusion into the prime spectrum to avoid API duplication for zero loci.
The maximal spectrum of a commutative ring R
is the type of all maximal ideals of R
.
- asIdeal : Ideal R
- IsMaximal : Ideal.IsMaximal self.asIdeal
Instances For
Equations
- ⋯ = ⋯
The natural inclusion from the maximal spectrum to the prime spectrum.
Equations
- MaximalSpectrum.toPrimeSpectrum x = { asIdeal := x.asIdeal, IsPrime := ⋯ }
Instances For
The Zariski topology on the maximal spectrum of a commutative ring is defined as the subspace topology induced by the natural inclusion into the prime spectrum.
Equations
- MaximalSpectrum.zariskiTopology = TopologicalSpace.induced MaximalSpectrum.toPrimeSpectrum PrimeSpectrum.zariskiTopology
Equations
- ⋯ = ⋯
An integral domain is equal to the intersection of its localizations at all its maximal ideals viewed as subalgebras of its field of fractions.
An integral domain is equal to the intersection of its localizations at all its prime ideals viewed as subalgebras of its field of fractions.