Theorems · Theorem · general algebraic systems
DFinsupp.prod_eq_zero_iff
∀ {ι : Type u} {γ : Type w} {β : ι → Type v} [inst : DecidableEq ι] [inst_1 : (i : ι) → Zero (β i)]
[inst_2 : CommMonoidWithZero γ] [Nontrivial γ] [NoZeroDivisors γ] [inst_5 : (i : ι) → DecidableEq (β i)]
{f : Π₀ (i : ι), β i} {g : (i : ι) → β i → γ}, f.prod g = 0 ↔ ∃ i ∈ f.support, g i (f i) = 0- Defined in
- Mathlib.Data.DFinsupp.BigOperators
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Finsetstatement · cited by 13,712
- Nontrivialstatement and proof · cited by 2,416
- CommMonoidWithZerostatement and proof · cited by 913
- DFinsuppstatement and proof · cited by 694
- NoZeroDivisorsstatement and proof · cited by 545
- DFinsupp.supportstatement · cited by 158
- DFinsupp.prodstatement · cited by 30
- Finset.prod_eq_zero_iffproof · cited by 9
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.