Theorems · Theorem · general algebraic systems
DFinsupp.sum_sub_index
∀ {ι : Type u} {γ : Type w} {β : ι → Type v} [inst : DecidableEq ι] [inst_1 : (i : ι) → AddGroup (β i)]
[inst_2 : (i : ι) → (x : β i) → Decidable (x ≠ 0)] [inst_3 : AddCommGroup γ] {f g : Π₀ (i : ι), β i}
{h : (i : ι) → β i → γ},
(∀ (i : ι) (b₁ b₂ : β i), h i (b₁ - b₂) = h i b₁ - h i b₂) → (f - g).sum h = f.sum h - g.sum h- Defined in
- Mathlib.Data.DFinsupp.BigOperators
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- AddCommGroupstatement and proof · cited by 12,871
- AddGroupstatement and proof · cited by 4,410
- AddMonoidHomproof · cited by 3,230
- DFinsuppstatement and proof · cited by 694
- DFinsupp.sumstatement and proof · cited by 64
- DFinsupp.sumAddHomproof · cited by 38
- AddMonoidHom.map_subproof · cited by 18
- DFinsupp.sumAddHom_applyproof · cited by 16
- DFinsupp.liftAddHomproof · cited by 11
- DFinsupp.liftAddHom_applyproof · cited by 6
- AddMonoidHom.ofMapSubproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.