Mathlib Map

Theorems · Theorem · ring theory

List.prod_eq_zero_iff

∀ {M₀ : Type u_4} [inst : MonoidWithZero M₀] [Nontrivial M₀] [NoZeroDivisors M₀] {l : List M₀}, l.prod = 0 ↔ 0 ∈ l

Product of elements of a list l equals zero if and only if 0 ∈ l. See also List.prod_eq_zero for an implication that needs weaker typeclass assumptions.

Defined in
Mathlib.Algebra.BigOperators.Ring.List
Cited by
4 results in Mathlib
Foundations
Depth 14 from the axioms · uses propext
Assumes
MonoidWithZeroNontrivialNoZeroDivisors

Around this declaration

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

Cites3

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

Cited by4

Results whose statement or proof uses this declaration.