Mathlib Map

Theorems · Theorem · ring theory

Finset.mul_sum

∀ {ι : Type u_1} {R : Type u_4} [inst : NonUnitalNonAssocSemiring R] (s : Finset ι) (f : ι → R) (a : R),
  a * ∑ i ∈ s, f i = ∑ i ∈ s, a * f i
Defined in
Mathlib.Algebra.BigOperators.Ring.Finset
Cited by
196 results in Mathlib
Foundations
Depth 16 from the axioms, rests on 122 definitions · uses propext, Quot.sound
Assumes
NonUnitalNonAssocSemiring

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites5

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by196

Results whose statement or proof uses this declaration.