Theorems · Theorem · group theory
Multiset.prod_map_div
∀ {ι : Type u_2} {G : Type u_4} [inst : DivisionCommMonoid G] {m : Multiset ι} {f g : ι → G},
(Multiset.map (fun i => f i / g i) m).prod = (Multiset.map f m).prod / (Multiset.map g m).prod- Cited by
- 2 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext, Quot.sound
- Assumes
- DivisionCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Multisetstatement and proof · cited by 2,627
- Multiset.mapstatement · cited by 876
- div_oneproof · cited by 629
- Multiset.prodstatement · cited by 528
- DivisionCommMonoidstatement and proof · cited by 80
- mul_div_mul_commproof · cited by 11
- Multiset.prod_hom₂proof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- Finset.prod_div_distribproof · cited by 9
- IsMulFreimanHom.divproof · cited by 0