Mathlib Map

Theorems · Theorem · group theory

map_list_prod

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

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 by35

Results whose statement or proof uses this declaration.