Mathlib Map

Theorems · Theorem · ring theory

map_finsuppProd

∀ {α : Type u_1} {M : Type u_8} {N : Type u_10} {P : Type u_11} [inst : Zero M] [inst_1 : CommMonoid N]
  [inst_2 : CommMonoid P] {H : Type u_16} [inst_3 : FunLike H N P] [MonoidHomClass H N P] (h : H) (f : α →₀ M)
  (g : α → M → N), h (f.prod g) = f.prod fun a b => h (g a b)
Defined in
Mathlib.Algebra.BigOperators.Finsupp.Basic
Cited by
8 results in Mathlib
Foundations
Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
ZeroCommMonoidCommMonoidFunLikeMonoidHomClass

Around this declaration

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

Cites8

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

Cited by8

Results whose statement or proof uses this declaration.