mathlib3 documentation

algebraic_geometry.prime_spectrum.maximal

Maximal spectrum of a commutative ring #

THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.

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 #

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.

theorem maximal_spectrum.ext {R : Type u} {_inst_1 : comm_ring R} (x y : maximal_spectrum R) (h : x.as_ideal = y.as_ideal) :
x = y
theorem maximal_spectrum.ext_iff {R : Type u} {_inst_1 : comm_ring R} (x y : maximal_spectrum R) :
@[ext]
structure maximal_spectrum (R : Type u) [comm_ring R] :

The maximal spectrum of a commutative ring R is the type of all maximal ideals of R.

Instances for maximal_spectrum
@[protected, instance]

The natural inclusion from the maximal spectrum to the prime spectrum.

Equations
@[protected, instance]

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
@[protected, instance]

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.