Mathlib Map

Theorems · Theorem · linear algebra

Finsupp.smul_sum

∀ {α : Type u_1} {β : Type u_2} {R : Type u_3} {M : Type u_5} [inst : Zero β] [inst_1 : AddCommMonoid M]
  [inst_2 : DistribSMul R M] {v : α →₀ β} {c : R} {h : α → β → M}, c • v.sum h = v.sum fun a b => c • h a b
Defined in
Mathlib.LinearAlgebra.Finsupp.LSum
Cited by
11 results in Mathlib
Foundations
Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
ZeroAddCommMonoidDistribSMul

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 by11

Results whose statement or proof uses this declaration.