Theorems · Theorem · general algebraic systems
DFinsupp.sumZeroHom_piSingle
∀ {ι : Type u} {γ : Type w} {β : ι → Type v} [inst : DecidableEq ι] [inst_1 : (i : ι) → Zero (β i)]
[inst_2 : AddCommMonoid γ] (i : ι) (φ : ZeroHom (β i) γ),
DFinsupp.sumZeroHom (Pi.single i φ) = φ.comp { toFun := fun x => x i, map_zero' := ⋯ }- Defined in
- Mathlib.Data.DFinsupp.BigOperators
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEqZeroAddCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- Multisetproof · cited by 2,627
- Finset.sum_congrproof · cited by 2,323
- map_zeroproof · cited by 1,614
- DFinsuppstatement and proof · cited by 694
- Pi.singlestatement and proof · cited by 518
- Multiset.toFinsetproof · cited by 230
- ZeroHomstatement and proof · cited by 161
- Pi.single_eq_sameproof · cited by 144
- Pi.single_eq_of_neproof · cited by 116
- Finset.sum_eq_singleproof · cited by 98
Cited by1
Results whose statement or proof uses this declaration.
- DFinsupp.sumAddHom_piSingleproof · cited by 0