Theorems · Theorem · commutative algebra
Ideal.mem_minimalPrimes_span_of_mem_minimalPrimes_span_insert
∀ {R : Type u_1} [inst : CommRing R] [IsNoetherianRing R] {q p : Ideal R} [q.IsPrime],
q < p →
∀ (x : R) (s : Set R),
p ∈ (Ideal.span (insert x s)).minimalPrimes →
∀ t ⊆ ↑q, s ⊆ ↑(Ideal.span (insert x t)).radical → q ∈ (Ideal.span t).minimalPrimesIf q < p are prime ideals such that p is minimal over span (s ∪ {x}) and
t is a set contained in q such that s ⊆ √span (t ∪ {x}), then q is minimal over span t.
This is used in the induction step for the proof of Krull's height theorem.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 138 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites50
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- CommRingstatement and proof · cited by 17,173
- RingHomproof · cited by 10,189
- SetLike.coestatement and proof · cited by 8,199
- Idealstatement and proof · cited by 4,748
- Bot.botproof · cited by 4,720
- LE.le.transproof · cited by 3,151
- HasQuotient.Quotientproof · cited by 2,301
- LT.lt.leproof · cited by 2,189
- Ideal.spanstatement and proof · cited by 948
- LT.lt.neproof · cited by 872
Cited by1
Results whose statement or proof uses this declaration.
- Ideal.height_le_spanRank_toENat_of_mem_minimalPrimesproof · cited by 5