Theorems · Theorem · group theory
finprod_div_distrib
∀ {α : Type u_1} {G : Type u_4} [inst : DivisionCommMonoid G] {f g : α → G},
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 divided by the product of g i.
- Defined in
- Mathlib.Algebra.BigOperators.Finprod
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, 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.
- div_eq_mul_invproof · cited by 715
- finprodstatement and proof · cited by 257
- Function.HasFiniteMulSupportstatement and proof · cited by 99
- DivisionCommMonoidstatement and proof · cited by 80
- finprod_mul_distribproof · cited by 8
- finprod_inv_distribproof · cited by 2
- Function.HasFiniteMulSupport.fun_invproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- NumberField.FinitePlace.prod_eq_inv_abs_normproof · cited by 1