Theorems · Theorem · general algebraic systems
map_dfinsuppSum
∀ {ι : Type u} {β : ι → Type v} [inst : DecidableEq ι] {R : Type u_1} {S : Type u_2} {H : Type u_3}
[inst_1 : (i : ι) → Zero (β i)] [inst_2 : (i : ι) → (x : β i) → Decidable (x ≠ 0)] [inst_3 : AddCommMonoid R]
[inst_4 : AddCommMonoid S] [inst_5 : FunLike H R S] [AddMonoidHomClass H R S] (h : H) (f : Π₀ (i : ι), β i)
(g : (i : ι) → β i → R), h (f.sum g) = f.sum fun a b => h (g a b)- Defined in
- Mathlib.Data.DFinsupp.BigOperators
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- DFunLike.coestatement and proof · cited by 62,936
- AddCommMonoidstatement and proof · cited by 12,281
- FunLikestatement and proof · cited by 2,560
- DFinsuppstatement and proof · cited by 694
- map_sumproof · cited by 455
- AddMonoidHomClassstatement and proof · cited by 252
- DFinsupp.supportproof · cited by 158
- DFinsupp.sumstatement · cited by 64
Cited by7
Results whose statement or proof uses this declaration.
- AddCon.dfinsuppSumproof · cited by 2
- IsHilbertSum.linearIsometryEquiv_symm_apply_dfinsupp_sum_singleproof · cited by 1
- AddCon.coe_dfinsuppSumproof · cited by 1
- AddCon.coe_dfinsuppSumAddHomproof · cited by 1
- HahnEmbedding.Seed.hahnCoeff_applyproof · cited by 1
- OrthogonalFamily.linearIsometry_apply_dfinsupp_sum_singleproof · cited by 0
- IsHilbertSum.linearIsometryEquiv_apply_dfinsupp_sum_singleproof · cited by 0