Theorems · Theorem · group theory
finprod_mul_distrib
∀ {α : Type u_1} {M : Type u_5} [inst : CommMonoid M] {f g : α → M},
Function.HasFiniteMulSupport f →
Function.HasFiniteMulSupport g → ∏ᶠ (i : α), f i * g i = (∏ᶠ (i : α), f i) * ∏ᶠ (i : α), g iIf the multiplicative supports of f and g are finite, then the product of f i * g i equals
the product of f i multiplied by the product of g i.
- Defined in
- Mathlib.Algebra.BigOperators.Finprod
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- mul_oneproof · cited by 3,885
- Finset.prodproof · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- Set.Finite.toFinsetproof · cited by 351
- finprodstatement and proof · cited by 257
- Function.mulSupportproof · cited by 240
- Set.Finite.coe_toFinsetproof · cited by 124
- Function.HasFiniteMulSupportstatement and proof · cited by 99
- Finset.coe_unionproof · cited by 78
- Finset.prod_mul_distribproof · cited by 68
- Finset.subset_union_leftproof · cited by 59
- Finset.subset_union_rightproof · cited by 45
Cited by8
Results whose statement or proof uses this declaration.
- Height.mulHeight_smul_eq_mulHeightproof · cited by 6
- Height.mulHeight_eval_leproof · cited by 3
- Height.mulHeight_fun_mul_eqproof · cited by 3
- FractionalIdeal.finprod_heightOneSpectrum_factorizationproof · cited by 2
- Height.mulHeight_linearMap_apply_leproof · cited by 2
- NumberField.FinitePlace.prod_eq_inv_abs_norm_intproof · cited by 1
- finprod_div_distribproof · cited by 1
- finprod_mem_mul_distrib'proof · cited by 1