Mathlib Map

Theorems · Theorem · group theory

map_list_sum

∀ {M : Type u_4} {N : Type u_5} [inst : AddMonoid M] [inst_1 : AddMonoid N] {F : Type u_8} [inst_2 : FunLike F M N]
  [AddMonoidHomClass F M N] (f : F) (l : List M), f l.sum = (List.map (⇑f) l).sum
Defined in
Mathlib.Algebra.BigOperators.Group.List.Basic
Cited by
31 results in Mathlib
Foundations
Depth 10 from the axioms · uses propext
Assumes
AddMonoidAddMonoidFunLikeAddMonoidHomClass

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 by31

Results whose statement or proof uses this declaration.