Theorems · Theorem · general algebraic systems
DFinsupp.sum_neg_index
∀ {ι : Type u} {γ : Type w} {β : ι → Type v} [inst : DecidableEq ι] [inst_1 : (i : ι) → AddGroup (β i)]
[inst_2 : (i : ι) → (x : β i) → Decidable (x ≠ 0)] [inst_3 : AddCommMonoid γ] {g : Π₀ (i : ι), β i}
{h : (i : ι) → β i → γ}, (∀ (i : ι), h i 0 = 0) → (-g).sum h = g.sum fun i b => h i (-b)- Defined in
- Mathlib.Data.DFinsupp.BigOperators
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddCommMonoidstatement and proof · cited by 12,281
- AddGroupstatement and proof · cited by 4,410
- DFinsuppstatement and proof · cited by 694
- DFinsupp.sumstatement · cited by 64
- DFinsupp.sum_mapRange_indexproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.