Theorems · Theorem · group theory
Finset.prod_mulIndicator_eq_prod_filter
∀ {ι : Type u_1} {κ : Type u_2} {β : Type u_4} [inst : CommMonoid β] (s : Finset ι) (f : ι → κ → β) (t : ι → Set κ)
(g : ι → κ) [inst_1 : DecidablePred fun i => g i ∈ t i],
∏ i ∈ s, (t i).mulIndicator (f i) (g i) = ∏ i ∈ s with g i ∈ t i, f i (g i)- Cited by
- 4 results in Mathlib
- Foundations
- Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommMonoidDecidablePred
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Finsetstatement and proof · cited by 13,712
- mul_oneproof · cited by 3,885
- Finset.prodstatement and proof · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- Finset.filterstatement and proof · cited by 949
- Finset.prod_congrproof · cited by 646
- Finset.mem_filterproof · cited by 185
- Set.mulIndicatorstatement and proof · cited by 163
- Set.mulIndicator_of_notMemproof · cited by 27
- Set.mulIndicator_of_memproof · cited by 25
- Finset.prod_eq_oneproof · cited by 22
Cited by4
Results whose statement or proof uses this declaration.
- EulerProduct.eulerProduct_hasProdproof · cited by 4
- EulerProduct.eulerProduct_completely_multiplicativeproof · cited by 2
- EulerProduct.eulerProductproof · cited by 1
- Finset.prod_mulIndicator_eq_prod_interproof · cited by 0