Mathlib Map

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 ≤ I

Specialization 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.

Defined in
Mathlib.RingTheory.DedekindDomain.Ideal.Basic
Cited by
2 results in Mathlib
Foundations
Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingIsDedekindDomainIdeal.IsMaximal

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.

Cited by2

Results whose statement or proof uses this declaration.