Theorems · Theorem · general algebraic systems
AddMonoidHom.coe_dfinsuppSum
∀ {ι : Type u} {β : ι → Type v} [inst : DecidableEq ι] {R : Type u_1} {S : Type u_2} [inst_1 : (i : ι) → Zero (β i)]
[inst_2 : (i : ι) → (x : β i) → Decidable (x ≠ 0)] [inst_3 : AddZeroClass R] [inst_4 : AddCommMonoid S]
(f : Π₀ (i : ι), β i) (g : (i : ι) → β i → R →+ S), ⇑(f.sum g) = f.sum fun a b => ⇑(g a b)- Defined in
- Mathlib.Data.DFinsupp.BigOperators
- Cited by
- 0 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
- AddMonoidHomstatement and proof · cited by 3,230
- AddZeroClassstatement and proof · cited by 1,237
- DFinsuppstatement and proof · cited by 694
- DFinsupp.supportproof · cited by 158
- DFinsupp.sumstatement · cited by 64
- AddMonoidHom.coe_finsetSumproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.