Mathlib Map

Theorems · Theorem · commutative algebra

irreducible_pow_sup

Deprecated since 2026-04-16Use Ideal.irreducible_pow_sup instead.

∀ {T : Type u_4} [inst : CommRing T] [inst_1 : IsDedekindDomain T] {I J : Ideal T},
  I ≠ ⊥ →
    Irreducible J → ∀ (n : ℕ), J ^ n ⊔ I = J ^ min (Multiset.count J (UniqueFactorizationMonoid.normalizedFactors I)) n

Alias of Ideal.irreducible_pow_sup.

Defined in
Mathlib.RingTheory.DedekindDomain.Ideal.Lemmas
Cited by
0 results in Mathlib
Foundations
Depth 154 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingIsDedekindDomain

Around this declaration

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

Cites8

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.