Mathlib Map

Theorems · Theorem · commutative algebra

Associates.prime_pow_dvd_iff_le

∀ {α : Type u_1} [inst : CommMonoidWithZero α] [inst_1 : UniqueFactorizationMonoid α]
  [inst_2 : DecidableEq (Associates α)] [inst_3 : (p : Associates α) → Decidable (Irreducible p)] {m p : Associates α},
  m ≠ 0 → Irreducible p → ∀ {k : ℕ}, p ^ k ≤ m ↔ k ≤ p.count m.factors
Defined in
Mathlib.RingTheory.UniqueFactorizationDomain.FactorSet
Cited by
7 results in Mathlib
Foundations
Depth 59 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommMonoidWithZeroUniqueFactorizationMonoidDecidableEqDecidable

Around this declaration

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

Cites9

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

Cited by7

Results whose statement or proof uses this declaration.