Mathlib Map

Theorems · Definition · commutative algebra

Associates.count

{α : Type u_1} →
  [inst : CommMonoidWithZero α] →
    [DecidableEq (Associates α)] →
      [(p : Associates α) → Decidable (Irreducible p)] → Associates α → Associates.FactorSet α → ℕ

count p s is the multiplicity of the irreducible p in the FactorSet s. If p is not irreducible, count p s is defined to be 0.

Defined in
Mathlib.RingTheory.UniqueFactorizationDomain.FactorSet
Cited by
79 results in Mathlib
Foundations
Depth 24 from the axioms · uses propext, Quot.sound
Assumes
CommMonoidWithZeroDecidableEqDecidable

Around this declaration

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

Cites5

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

Cited by83

Results whose statement or proof uses this declaration.