Theorems · Theorem · group theory
smul_finsum
∀ {ι : Sort u_6} {R : Type u_7} {M : Type u_8} [inst : Semiring R] [IsDomain R] [inst_2 : AddCommGroup M]
[inst_3 : Module R M] [Module.IsTorsionFree R M] (c : R) (f : ι → M), c • ∑ᶠ (i : ι), f i = ∑ᶠ (i : ι), c • f iThe torsion-free assumption makes sure that the result holds even when the support of f is
infinite. For a more usual version assuming HasFiniteSupport f instead, see smul_finsum'.
- Defined in
- Mathlib.Algebra.BigOperators.Finprod
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- AddCommGroupstatement and proof · cited by 12,871
- IsDomainstatement and proof · cited by 2,196
- eq_or_neproof · cited by 1,117
- zero_smulproof · cited by 716
- Module.IsTorsionFreestatement and proof · cited by 600
- finsumstatement and proof · cited by 286
- smul_right_injectiveproof · cited by 24
- finsum_zeroproof · cited by 18
- smulAddHomproof · cited by 17
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.