Theorems · Theorem · group theory
mul_finsum
∀ {α : Type u_1} {R : Type u_7} [inst : NonUnitalNonAssocSemiring R] [NoZeroDivisors R] (f : α → R) (r : R),
r * ∑ᶠ (a : α), f a = ∑ᶠ (a : α), r * f aIf R has no zero divisors, then multiplication commutes with finsums. See mul_finsum' for a
statement assuming finiteness of support.
- Defined in
- Mathlib.Algebra.BigOperators.Finprod
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Set.extproof · cited by 2,266
- MulZeroClass.mul_zeroproof · cited by 2,091
- Set.Finiteproof · cited by 1,814
- MulZeroClass.zero_mulproof · cited by 1,625
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- Function.supportproof · cited by 610
- NoZeroDivisorsstatement and proof · cited by 545
- finsumstatement and proof · cited by 286
- finsum_zeroproof · cited by 18
- finsum_defproof · cited by 8
- mul_finsum'proof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- mul_finsum_memproof · cited by 0