Theorems · Theorem · general algebraic systems
Finsupp.sum_update_add
∀ {α : Type u_1} {β : Type u_2} {ι : Type u_4} [inst : AddZeroClass α] [inst_1 : AddCommMonoid β] (f : ι →₀ α) (i : ι)
(a : α) (g : ι → α → β),
(∀ (i : ι), g i 0 = 0) →
(∀ (j : ι) (a₁ a₂ : α), g j (a₁ + a₂) = g j a₁ + g j a₂) → (f.update i a).sum g + g i (f i) = f.sum g + g i a- Defined in
- Mathlib.Data.Finsupp.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddZeroClassAddCommMonoid
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.coestatement and proof · cited by 62,936
- AddCommMonoidstatement and proof · cited by 12,281
- Finsuppstatement and proof · cited by 5,255
- add_commproof · cited by 1,535
- AddZeroClassstatement and proof · cited by 1,237
- Finsupp.singleproof · cited by 943
- add_assocproof · cited by 746
- Finsupp.sumstatement and proof · cited by 481
- Finsupp.sum_single_indexproof · cited by 130
- Finsupp.updatestatement and proof · cited by 52
- Finsupp.eraseproof · cited by 46
- Finsupp.sum_add_index'proof · cited by 14
Cited by1
Results whose statement or proof uses this declaration.