Theorems · Theorem · ring theory
Multiset.prod_map_add
∀ {ι : Type u_1} {R : Type u_4} [inst : CommSemiring R] {s : Multiset ι} {f g : ι → R},
(Multiset.map (fun i => f i + g i) s).prod =
(Multiset.map (fun p => (Multiset.map f p.1).prod * (Multiset.map g p.2).prod) s.antidiagonal).sum- Cited by
- 1 results in Mathlib
- Foundations
- Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommSemiringstatement and proof · cited by 10,911
- mul_oneproof · cited by 3,885
- Multisetstatement and proof · cited by 2,627
- mul_assocproof · cited by 1,667
- add_commproof · cited by 1,535
- NonUnitalNonAssocSemiringproof · cited by 1,081
- Multiset.mapstatement and proof · cited by 876
- Multiset.prodstatement and proof · cited by 528
- Multiset.sumstatement and proof · cited by 388
- add_mulproof · cited by 363
- Multiset.consproof · cited by 313
- Multiset.map_congrproof · cited by 232
Cited by1
Results whose statement or proof uses this declaration.
- Multiset.prod_X_add_C_eq_sum_esymmproof · cited by 3