Documentation

Mathlib.RingTheory.AdicCompletion.Noetherian

Hausdorff-ness for Noetherian rings #

theorem IsHausdorff.of_isLocalRing {R : Type u} [CommRing R] (I : Ideal R) (M : Type u_1) [AddCommGroup M] [Module R M] [IsNoetherianRing R] [Module.Finite R M] [IsLocalRing R] (h : I ) :
theorem Polynomial.monomial_mem_reesAlgebra {R : Type u} [CommRing R] (I : Ideal R) (i : ) {r : R} (mem : r I ^ i) :
theorem mem_map_algebraMap_reesAlgebra_iff {R : Type u} [CommRing R] (I : Ideal R) (f : (reesAlgebra I)) :
f Ideal.map (algebraMap R (reesAlgebra I)) I ∀ (n : ), (↑f).coeff n I ^ (n + 1)
@[reducible, inline]
noncomputable abbrev reesAlgebraToAssociatedGraded {R : Type u} [CommRing R] (I : Ideal R) :

The canonical morphism from reesAlgebra to associated graded ring.

Equations
Instances For
    @[reducible, inline]
    noncomputable abbrev Ideal.toAssociatedGraded {R : Type u} [CommRing R] (J I : Ideal R) :

    The ideal ⨁ i, J ⊓ Iⁱ / J ⊓ Iⁱ⁺¹ corresponding to an ideal J of R.

    Equations
    Instances For
      theorem exists_monomial_span_of_fg {R : Type u} [CommRing R] (I J : Ideal R) (fg : (J.toAssociatedGraded I).FG) :
      ∃ (ι : Type u) (f : ι(reesAlgebra I)) (deg : ι) (coeff : ιR), Finite ι (∀ (i : ι), (f i) = (Polynomial.monomial (deg i)) (coeff i)) (∀ (i : ι), coeff i J) Ideal.map (reesAlgebraToAssociatedGraded I) (Ideal.span (Set.range f)) = J.toAssociatedGraded I
      theorem exists_coeffs_sub_mem {R : Type u} [CommRing R] (I : Ideal R) (n : ) (J : Ideal R) (ι : Type u) [Fintype ι] (f : ι(reesAlgebra I)) (deg : ι) (coeff : ιR) (eq : ∀ (i : ι), (f i) = (Polynomial.monomial (deg i)) (coeff i)) (span_eq : Ideal.map (reesAlgebraToAssociatedGraded I) (Ideal.span (Set.range f)) = J.toAssociatedGraded I) (r : R) (rmem_J : r J) (rmem_pow : r I ^ n) :
      ∃ (coeff' : ιR), (∀ (i : ι), coeff' i I ^ (n - deg i)) (∀ (i : ι), deg i > ncoeff' i = 0) r - x : ι, coeff' x * coeff x I ^ (n + 1)