Documentation

TauCeti.RingTheory.Ideal.OneAddLocalisation

Localising at 1 + I #

For an ideal I of a semiring B, the set 1 + I is a submonoid of B. If B is commutative, I is finitely generated, and its image in a localisation at 1 + I lies in every prime there, then a single element of 1 + I annihilates a power of I.

Over a commutative ring that annihilator makes the powers of I constant, which is the form Wedhorn's argument actually uses and the one stated last below: its conclusion mentions neither the localisation nor the submonoid.

Only these implications are proved here, and only under I.FG; the converses are not stated.

The nilpotence step is not about localisation at all and lives in TauCeti.RingTheory.Ideal.Nilpotent as Ideal.exists_pow_map_eq_bot. Localisation enters here, to turn "the image of I ^ n is zero" into an annihilator lying in 1 + I.

Main results #

References #

def Ideal.oneAdd {B : Type u_1} [Semiring B] (I : Ideal B) :

1 + I is a submonoid. Closure is the identity (1 + a)(1 + b) = 1 + (a + b + a * b), which needs no commutativity: a * b lies in I because I is closed under left multiplication.

Equations
  • I.oneAdd = { carrier := {x : B | aI, x = 1 + a}, mul_mem' := , one_mem' := }
Instances For
    @[simp]
    theorem Ideal.mem_oneAdd {B : Type u_1} [Semiring B] (I : Ideal B) {x : B} :
    x I.oneAdd aI, x = 1 + a
    theorem Ideal.exists_mem_oneAdd_forall_mul_eq_zero {B : Type u_1} {C : Type u_2} [CommSemiring B] [CommSemiring C] [Algebra B C] {I : Ideal B} [IsLocalization I.oneAdd C] (hfg : I.FG) (hprime : ∀ (P : Ideal C), P.IsPrimemap (algebraMap B C) I P) :
    ∃ (n : ), sI.oneAdd, xI ^ n, s * x = 0

    A single element of 1 + I annihilates a power of I. Let I be a finitely generated ideal of B whose image in a localisation C at 1 + I is contained in every prime of C. Then there are n : ℕ and s ∈ 1 + I with s * x = 0 for every x ∈ I ^ n — one s serving the whole of I ^ n, not one per element.

    theorem Ideal.exists_forall_pow_eq_pow {B : Type u_1} {C : Type u_2} [CommRing B] [CommSemiring C] [Algebra B C] {I : Ideal B} [IsLocalization I.oneAdd C] (hfg : I.FG) (hprime : ∀ (P : Ideal C), P.IsPrimemap (algebraMap B C) I P) :
    ∃ (n : ), ∀ (k : ), n kI ^ k = I ^ n

    The powers of I are eventually constant. If I is a finitely generated ideal of a commutative ring B whose image in a localisation C at 1 + I lies in every prime of C, then I ^ k = I ^ n for some n and all k ≥ n.

    This is the closing step of Wedhorn's proof of Proposition 7.49(2), and the reason the localisation is introduced there at all. Note what the conclusion does not mention: neither C nor 1 + I survives it, so a caller who has discharged the hypothesis is left with a statement purely about I.