Theorems · Theorem · commutative algebra
PrimeSpectrum.exists_multiset_prod_cons_le_and_prod_not_le
∀ {A : Type u_2} [inst : CommRing A] [IsDedekindDomain A],
¬IsField A →
∀ {I M : Ideal A},
I ≠ ⊥ →
I ≤ M →
∀ [hM : M.IsMaximal],
∃ Z,
(M ::ₘ Multiset.map PrimeSpectrum.asIdeal Z).prod ≤ I ∧ ¬(Multiset.map PrimeSpectrum.asIdeal Z).prod ≤ ISpecialization of exists_primeSpectrum_prod_le_and_ne_bot_of_domain to Dedekind domains:
Let I : Ideal A be a nonzero ideal, where A is a Dedekind domain that is not a field.
Then exists_primeSpectrum_prod_le_and_ne_bot_of_domain states we can find a product of prime
ideals that is contained within I. This lemma extends that result by making the product minimal:
let M be a maximal ideal that contains I, then the product including M is contained within I
and the product excluding M is not contained within I.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Set.ofPredproof · cited by 6,101
- Idealstatement and proof · cited by 4,748
- Bot.botstatement and proof · cited by 4,720
- LE.le.transproof · cited by 3,151
- Multisetstatement and proof · cited by 2,627
- CommMonoidproof · cited by 2,264
- Multiset.mapstatement and proof · cited by 876
- IsDedekindDomainstatement and proof · cited by 668
- PrimeSpectrumstatement and proof · cited by 625
- Multiset.prodstatement and proof · cited by 528
- Ideal.IsMaximalstatement and proof · cited by 452
Cited by2
Results whose statement or proof uses this declaration.
- FractionalIdeal.not_inv_le_one_of_ne_botproof · cited by 2
- exists_multiset_prod_cons_le_and_prod_not_leproof · cited by 0