Theorems · Theorem · general algebraic systems
DFinsupp.sum_mapRange_index
∀ {ι : Type u} {γ : Type w} [inst : DecidableEq ι] {β₁ : ι → Type v₁} {β₂ : ι → Type v₂}
[inst_1 : (i : ι) → Zero (β₁ i)] [inst_2 : (i : ι) → Zero (β₂ i)] [inst_3 : (i : ι) → (x : β₁ i) → Decidable (x ≠ 0)]
[inst_4 : (i : ι) → (x : β₂ i) → Decidable (x ≠ 0)] [inst_5 : AddCommMonoid γ] {f : (i : ι) → β₁ i → β₂ i}
{hf : ∀ (i : ι), f i 0 = 0} {g : Π₀ (i : ι), β₁ i} {h : (i : ι) → β₂ i → γ},
(∀ (i : ι), h i 0 = 0) → (DFinsupp.mapRange f hf g).sum h = g.sum fun i b => h i (f i b)- Defined in
- Mathlib.Data.DFinsupp.BigOperators
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- AddCommMonoidstatement and proof · cited by 12,281
- SetLike.coeproof · cited by 8,199
- Set.Elemproof · cited by 7,166
- Finset.sum_congrproof · cited by 2,323
- DFinsuppstatement and proof · cited by 694
- DFinsupp.supportproof · cited by 158
- Finset.sum_subsetproof · cited by 79
- DFinsupp.sumstatement and proof · cited by 64
- DFinsupp.mapRangestatement · cited by 29
- DFinsupp.mkproof · cited by 28
- DFinsupp.mem_support_toFunproof · cited by 6
Cited by3
Results whose statement or proof uses this declaration.
- HahnEmbedding.Seed.hahnCoeff_applyproof · cited by 1
- DFinsupp.sum_mapRange_index.linearMapproof · cited by 0
- DFinsupp.sum_neg_indexproof · cited by 0