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 ∈ lProduct 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
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.
- Nontrivialstatement and proof · cited by 2,416
- NoZeroDivisorsstatement and proof · cited by 545
- MonoidWithZerostatement and proof · cited by 456
Cited by4
Results whose statement or proof uses this declaration.
- Multiset.prod_eq_zero_iffproof · cited by 7
- Nat.primeFactorsList_uniqueproof · cited by 3
- jacobiSym.eq_zero_iff_not_coprimeproof · cited by 3
- List.prod_ne_zeroproof · cited by 3