Mathlib Map

Theorems · Theorem · commutative algebra

UniqueFactorizationMonoid.le_emultiplicity_iff_replicate_le_normalizedFactors

∀ {R : Type u_2} [inst : CommMonoidWithZero R] [inst_1 : UniqueFactorizationMonoid R] [inst_2 : NormalizationMonoid R]
  {a b : R} {n : ℕ},
  Irreducible a →
    b ≠ 0 →
      (↑n ≤ emultiplicity a b ↔ Multiset.replicate n (normalize a) ≤ UniqueFactorizationMonoid.normalizedFactors b)
Defined in
Mathlib.RingTheory.UniqueFactorizationDomain.Multiplicity
Cited by
1 results in Mathlib
Foundations
Depth 55 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommMonoidWithZeroUniqueFactorizationMonoidNormalizationMonoid

Around this declaration

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

Cites32

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.