Mathlib Map

Theorems · Theorem · group theory

map_prod

∀ {ι : Type u_1} {M : Type u_3} {N : Type u_4} [inst : CommMonoid M] [inst_1 : CommMonoid N] {G : Type u_7}
  [inst_2 : FunLike G M N] [MonoidHomClass G M N] (g : G) (f : ι → M) (s : Finset ι),
  g (∏ x ∈ s, f x) = ∏ x ∈ s, g (f x)
Defined in
Mathlib.Algebra.BigOperators.Group.Finset.Defs
Cited by
108 results in Mathlib
Foundations
Depth 15 from the axioms, rests on 95 definitions · uses propext, Quot.sound
Assumes
CommMonoidCommMonoidFunLikeMonoidHomClass

Around this declaration

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

Cites11

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

Cited by108

Results whose statement or proof uses this declaration.