Theorems · Theorem · general algebraic systems
DFinsupp.sumZeroHom_apply
∀ {ι : Type u} {γ : Type w} {β : ι → Type v} [inst : DecidableEq ι] [inst_1 : (i : ι) → AddZeroClass (β i)]
[inst_2 : (i : ι) → (x : β i) → Decidable (x ≠ 0)] [inst_3 : AddCommMonoid γ] (φ : (i : ι) → ZeroHom (β i) γ)
(f : Π₀ (i : ι), β i), (DFinsupp.sumZeroHom φ) f = f.sum fun x => ⇑(φ x)While we didn't need decidable instances to define it, we do to reduce it to a sum
- Defined in
- Mathlib.Data.DFinsupp.BigOperators
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- Finset.sumproof · cited by 5,195
- Multisetproof · cited by 2,627
- Finset.sum_congrproof · cited by 2,323
- map_zeroproof · cited by 1,614
- AddZeroClassstatement and proof · cited by 1,237
- DFinsuppstatement and proof · cited by 694
- Multiset.toFinsetproof · cited by 230
- ZeroHomstatement and proof · cited by 161
- DFinsupp.sumstatement · cited by 64
- Truncproof · cited by 39
Cited by1
Results whose statement or proof uses this declaration.
- DFinsupp.sumAddHom_applyproof · cited by 16