Mathlib Map

Theorems · Theorem · commutative algebra

Prime.dvd_finsetProd_iff

∀ {M₀ : Type u_3} {M : Type u_4} [inst : CommMonoidWithZero M] {S : Finset M₀} {p : M},
  Prime p → ∀ (g : M₀ → M), p ∣ S.prod g ↔ ∃ a ∈ S, p ∣ g a
Defined in
Mathlib.Algebra.BigOperators.Associated
Cited by
7 results in Mathlib
Foundations
Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommMonoidWithZero

Around this declaration

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

Cites7

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.