Mathlib Map

Theorems · Theorem · commutative algebra

Associates.FactorSet.prod.eq_def

∀ {α : Type u_1} [inst : CommMonoidWithZero α] (x : Associates.FactorSet α),
  x.prod =
    match x with
    | none => 0
    | some s => (Multiset.map Subtype.val s).prod
Defined in
Mathlib.RingTheory.UniqueFactorizationDomain.FactorSet
Cited by
2 results in Mathlib
Foundations
Depth 24 from the axioms · uses propext, Quot.sound
Assumes
CommMonoidWithZero

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 by2

Results whose statement or proof uses this declaration.