Mathlib Map

Theorems · Theorem · commutative algebra

Ideal.exists_finset_card_eq_height_of_isNoetherianRing

∀ {R : Type u_1} [inst : CommRing R] [IsNoetherianRing R] (p : Ideal R) [p.IsPrime],
  ∃ s, p ∈ (Ideal.span ↑s).minimalPrimes ∧ ↑s.card = p.height

If p is a prime in a Noetherian ring R, there exists a p-primary ideal I spanned by p.height elements.

Defined in
Mathlib.RingTheory.Ideal.KrullsHeightTheorem
Cited by
2 results in Mathlib
Foundations
Depth 145 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingIsNoetherianRingIdeal.IsPrime

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites34

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.