Theorems · Theorem · general algebraic systems
Finsupp.sum_mapDomain_index_addMonoidHom
∀ {α : Type u_1} {β : Type u_2} {M : Type u_5} {N : Type u_6} [inst : AddCommMonoid M] [inst_1 : AddCommMonoid N]
{f : α → β} {s : α →₀ M} (h : β → M →+ N),
((Finsupp.mapDomain f s).sum fun b m => (h b) m) = s.sum fun a m => (h (f a)) mA version of sum_mapDomain_index that takes a bundled AddMonoidHom,
rather than separate linearity hypotheses.
- Defined in
- Mathlib.Data.Finsupp.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoidAddCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- AddCommMonoidstatement and proof · cited by 12,281
- Finsuppstatement and proof · cited by 5,255
- AddMonoidHomstatement and proof · cited by 3,230
- Finsupp.sumstatement · cited by 481
- Finsupp.mapDomainstatement · cited by 168
- AddMonoidHom.map_addproof · cited by 48
- AddMonoidHom.map_zeroproof · cited by 47
- Finsupp.sum_mapDomain_indexproof · cited by 19
Cited by1
Results whose statement or proof uses this declaration.
- MvPolynomial.IsHomogeneous.rename_isHomogeneousproof · cited by 2