Theorems · Theorem · group theory
finsum_mem_mul
∀ {α : Type u_1} {R : Type u_7} [inst : NonUnitalNonAssocSemiring R] [NoZeroDivisors R] {s : Set α} (f : α → R) (r : R),
(∑ᶠ (a : α) (_ : a ∈ s), f a) * r = ∑ᶠ (a : α) (_ : a ∈ s), f a * rIf R has no zero divisors, then multiplication commutes with finsum_mem. See finsum_mem_mul'
for a statement assuming finiteness of support.
- Defined in
- Mathlib.Algebra.BigOperators.Finprod
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- AddCommMonoidproof · cited by 12,281
- MulZeroClass.zero_mulproof · cited by 1,625
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- NoZeroDivisorsstatement and proof · cited by 545
- finsumstatement and proof · cited by 286
- finsum_congr_Propproof · cited by 18
- finsum_trueproof · cited by 6
- finsum_falseproof · cited by 3
- finsum_mulproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.