Mathlib Map

Theorems · Theorem · commutative algebra

Ideal.IsPrime.mul_mem_pow

∀ {R : Type u_1} [inst : CommRing R] [IsDedekindDomain R] (I : Ideal R) [hI : I.IsPrime] {a b : R} {n : ℕ},
  a * b ∈ I ^ n → a ∈ I ∨ b ∈ I ^ n

See also Ideal.IsMaximal.mul_mem_pow for maximal ideal.

Defined in
Mathlib.RingTheory.DedekindDomain.Ideal.Lemmas
Cited by
1 results in Mathlib
Foundations
Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingIsDedekindDomainIdeal.IsPrime

Around this declaration

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

Cites12

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

Cited by1

Results whose statement or proof uses this declaration.