Theorems · Theorem · ring theory
Finsupp.prod_indicator_index_eq_prod_attach
∀ {α : Type u_1} {M : Type u_8} {N : Type u_10} [inst : Zero M] [inst_1 : CommMonoid N] {s : Finset α}
(f : (a : α) → a ∈ s → M) {h : α → M → N},
(∀ a ∈ s, h a 0 = 1) → (Finsupp.indicator s f).prod h = ∏ x ∈ s.attach, h (↑x) (f ↑x ⋯)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- ZeroCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Finsetstatement and proof · cited by 13,712
- Finset.prodstatement and proof · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- Finset.prod_congrproof · cited by 646
- Finsupp.prodstatement · cited by 231
- Finset.attachstatement and proof · cited by 168
- Finset.prod_attachproof · cited by 22
- Finsupp.indicatorstatement and proof · cited by 22
- Finsupp.prod_of_support_subsetproof · cited by 13
- Finsupp.support_indicator_subsetproof · cited by 5
- Finsupp.indicator_of_memproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- Finsupp.prod_indicator_indexproof · cited by 0