Theorems · Theorem · ring theory
Finset.prod_sum
∀ {ι : Type u_1} {R : Type u_4} [inst : CommSemiring R] [inst_1 : DecidableEq ι] {κ : ι → Type u_5} (s : Finset ι)
(t : (i : ι) → Finset (κ i)) (f : (i : ι) → κ i → R),
∏ a ∈ s, ∑ b ∈ t a, f a b = ∑ p ∈ s.pi t, ∏ x ∈ s.attach, f (↑x) (p ↑x ⋯)The product over a sum can be written as a sum over the product of sets, Finset.Pi.
Finset.prod_univ_sum is an alternative statement when the product is over univ.
- Defined in
- Mathlib.Algebra.BigOperators.Ring.Finset
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiringDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites34
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- CommSemiringstatement and proof · cited by 10,911
- SetLike.coeproof · cited by 8,199
- Finset.sumstatement and proof · cited by 5,195
- mul_oneproof · cited by 3,885
- Nat.cast_oneproof · cited by 2,501
- Finset.prodstatement and proof · cited by 2,356
- Finset.sum_congrproof · cited by 2,323
- CommMonoidproof · cited by 2,264
- Disjointproof · cited by 2,201
- Finset.imageproof · cited by 910
- Finset.prod_congrproof · cited by 646
Cited by3
Results whose statement or proof uses this declaration.
- Finset.prod_addproof · cited by 7
- Finset.prod_univ_sumproof · cited by 6
- Matrix.det_blockDiagonalproof · cited by 4