Theorems · Theorem · general algebraic systems
Finsupp.sum_mapDomain_index
∀ {α : 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},
(∀ (b : β), h b 0 = 0) →
(∀ (b : β) (m₁ m₂ : M), h b (m₁ + m₂) = h b m₁ + h b m₂) →
(Finsupp.mapDomain f s).sum h = s.sum fun a m => h (f a) m- Defined in
- Mathlib.Data.Finsupp.Basic
- Cited by
- 19 results in Mathlib
- Foundations
- Depth 73 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.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddCommMonoidstatement and proof · cited by 12,281
- Finsuppstatement and proof · cited by 5,255
- Finsupp.supportproof · cited by 828
- Finsupp.sumstatement · cited by 481
- Finsupp.mapDomainstatement · cited by 168
- Finsupp.sum_single_indexproof · cited by 130
- Finsupp.sum_congrproof · cited by 14
- Finsupp.sum_sum_indexproof · cited by 9
Cited by19
Results whose statement or proof uses this declaration.
- Convexity.iConvexComb_eq_sumproof · cited by 9
- Submodule.fg_of_fg_map_of_fg_inf_kerproof · cited by 7
- Module.Basis.constr_applyproof · cited by 5
- Convexity.dist_iConvexComb_leproof · cited by 5
- linearIndepOn_iffₛproof · cited by 3
- Matrix.PosSemidef.submatrixproof · cited by 3
- Convexity.IsAffineMap.addproof · cited by 2
- KaehlerDifferential.ker_mapproof · cited by 2
- MvPolynomial.totalDegree_rename_leproof · cited by 2
- Convexity.IsAffineMap.negproof · cited by 2
- Matrix.PosDef.submatrixproof · cited by 1
- Finsupp.sum_mapDomain_index_addMonoidHomproof · cited by 1