Rees algebra #
The Rees algebra of an ideal I
is the subalgebra R[It]
of R[t]
defined as R[It] = ⨁ₙ Iⁿ tⁿ
.
This is used to prove the Artin-Rees lemma, and will potentially enable us to calculate some
blowup in the future.
Main definition #
reesAlgebra
: The Rees algebra of an idealI
, defined as a subalgebra ofR[X]
.adjoin_monomial_eq_reesAlgebra
: The Rees algebra is generated by the degree one elements.reesAlgebra.fg
: The Rees algebra of a f.g. ideal is of finite type. In particular, this implies that the rees algebra over a noetherian ring is still noetherian.
The Rees algebra of an ideal I
, defined as the subalgebra of R[X]
whose i
-th coefficient
falls in I ^ i
.
Equations
Instances For
instance
instFiniteTypeSubtypePolynomialMemSubalgebraReesAlgebraOfIsNoetherianRing
{R : Type u}
[CommRing R]
{I : Ideal R}
[IsNoetherianRing R]
:
Algebra.FiniteType R ↥(reesAlgebra I)
instance
instIsNoetherianRingSubtypePolynomialMemSubalgebraReesAlgebra
{R : Type u}
[CommRing R]
{I : Ideal R}
[IsNoetherianRing R]
: