The height one spectrum of a polynomial ring over a field #
A polynomial ring k[X] over a field is a principal ideal domain, so each of its height-one
primes is generated by a single polynomial; normalizing that generator to be monic pins it down
uniquely: every height-one prime of k[X] has a unique monic irreducible generator. This is what
attaches a monic irreducible polynomial to each finite place of the rational function field
(Stichtenoth, Algebraic Function Fields and Codes, 2nd ed., Proposition 1.2.1(a)).
Main definitions #
IsDedekindDomain.HeightOneSpectrum.ofIrreducible: the height-one prime generated by an irreducible polynomial.IsDedekindDomain.HeightOneSpectrum.monicIrreducibleEquiv: the resulting bijection between the monic irreducible polynomials and the height-one primes ofk[X].
Main results #
IsDedekindDomain.HeightOneSpectrum.existsUnique_monic_irreducible_span: a height-one prime ofk[X]is generated by a unique monic irreducible polynomial.
References #
Mathlib/RingTheory/Ideal/MonicSpan.leanby Nailin Guan, whosePolynomial.exists_monic_spansupplies the monic generator used here.
Each height-one prime of k[X] is generated by a unique monic irreducible polynomial.
The height-one prime of k[X] generated by an irreducible polynomial. This generalizes
Mathlib's Polynomial.idealX, the prime generated by X.
Equations
Instances For
The height-one primes of k[X] are the monic irreducible polynomials: the prime generated
by a monic irreducible polynomial determines it, by
IsDedekindDomain.HeightOneSpectrum.existsUnique_monic_irreducible_span.