Projective spectrum of a graded ring #
The projective spectrum of a graded commutative ring is the subtype of all homogeneous ideals that are prime and do not contain the irrelevant ideal. It is naturally endowed with a topology: the Zariski topology.
Notation #
R
is a commutative semiring;A
is a commutative ring and anR
-algebra;๐ : โ โ Submodule R A
is the grading ofA
;
Main definitions #
ProjectiveSpectrum ๐
: The projective spectrum of a graded ringA
, or equivalently, the set of all homogeneous ideals ofA
that is both prime and relevant i.e. not containing irrelevant ideal. Henceforth, we call elements of projective spectrum relevant homogeneous prime ideals.ProjectiveSpectrum.zeroLocus ๐ s
: The zero locus of a subsets
ofA
is the subset ofProjectiveSpectrum ๐
consisting of all relevant homogeneous prime ideals that contains
.ProjectiveSpectrum.vanishingIdeal t
: The vanishing ideal of a subsett
ofProjectiveSpectrum ๐
is the intersection of points int
(viewed as relevant homogeneous prime ideals).ProjectiveSpectrum.Top
: the topological space ofProjectiveSpectrum ๐
endowed with the Zariski topology.
The projective spectrum of a graded commutative ring is the subtype of all homogeneous ideals that are prime and do not contain the irrelevant ideal.
- asHomogeneousIdeal : HomogeneousIdeal ๐
- isPrime : self.asHomogeneousIdeal.toIdeal.IsPrime
- not_irrelevant_le : ยฌHomogeneousIdeal.irrelevant ๐ โค self.asHomogeneousIdeal
Instances For
The zero locus of a set s
of elements of a commutative ring A
is the set of all relevant
homogeneous prime ideals of the ring that contain the set s
.
An element f
of A
can be thought of as a dependent function on the projective spectrum of ๐
.
At a point x
(a homogeneous prime ideal) the function (i.e., element) f
takes values in the
quotient ring A
modulo the prime ideal x
. In this manner, zeroLocus s
is exactly the subset
of ProjectiveSpectrum ๐
where all "functions" in s
vanish simultaneously.
Equations
- ProjectiveSpectrum.zeroLocus ๐ s = {x : ProjectiveSpectrum ๐ | s โ โx.asHomogeneousIdeal}
Instances For
The vanishing ideal of a set t
of points of the projective spectrum of a commutative ring R
is the intersection of all the relevant homogeneous prime ideals in the set t
.
An element f
of A
can be thought of as a dependent function on the projective spectrum of ๐
.
At a point x
(a homogeneous prime ideal) the function (i.e., element) f
takes values in the
quotient ring A
modulo the prime ideal x
. In this manner, vanishingIdeal t
is exactly the
ideal of A
consisting of all "functions" that vanish on all of t
.
Equations
- ProjectiveSpectrum.vanishingIdeal t = โจ x โ t, x.asHomogeneousIdeal
Instances For
zeroLocus
and vanishingIdeal
form a galois connection.
zeroLocus
and vanishingIdeal
form a galois connection.
The Zariski topology on the prime spectrum of a commutative ring is defined via the closed sets of the topology: they are exactly those sets that are the zero locus of a subset of the ring.
Equations
- ProjectiveSpectrum.zariskiTopology ๐ = TopologicalSpace.ofClosed (Set.range (ProjectiveSpectrum.zeroLocus ๐)) โฏ โฏ โฏ
The underlying topology of Proj
is the projective spectrum of graded ring A
.
Equations
- ProjectiveSpectrum.top ๐ = TopCat.of (ProjectiveSpectrum ๐)
Instances For
basicOpen r
is the open subset containing all prime ideals not containing r
.
Equations
- ProjectiveSpectrum.basicOpen ๐ r = { carrier := {x : ProjectiveSpectrum ๐ | r โ x.asHomogeneousIdeal}, is_open' := โฏ }
Instances For
The specialization order #
We endow ProjectiveSpectrum ๐
with a partial order,
where x โค y
if and only if y โ closure {x}
.
Equations
- ProjectiveSpectrum.instPartialOrder ๐ = PartialOrder.lift ProjectiveSpectrum.asHomogeneousIdeal โฏ