Theorems · Theorem · group theory
finsum_add_distrib
∀ {α : Type u_1} {M : Type u_5} [inst : AddCommMonoid M] {f g : α → M},
Function.HasFiniteSupport f →
Function.HasFiniteSupport g → ∑ᶠ (i : α), (f i + g i) = ∑ᶠ (i : α), f i + ∑ᶠ (i : α), g iIf the additive supports of f and g are finite, then the sum of f i + g i
equals the sum of f i plus the sum of g i.
- Defined in
- Mathlib.Algebra.BigOperators.Finprod
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoid
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.
- AddCommMonoidstatement and proof · cited by 12,281
- Finset.sumproof · cited by 5,195
- add_zeroproof · cited by 2,707
- Function.supportproof · cited by 610
- Set.Finite.toFinsetproof · cited by 351
- finsumstatement and proof · cited by 286
- Finset.sum_add_distribproof · cited by 131
- Set.Finite.coe_toFinsetproof · cited by 124
- Function.HasFiniteSupportstatement and proof · cited by 113
- Finset.coe_unionproof · cited by 78
- Finset.subset_union_leftproof · cited by 59
- Function.mem_supportproof · cited by 54
Cited by4
Results whose statement or proof uses this declaration.
- Algebra.Generators.map_toComp_kerproof · cited by 3
- finsum_sub_distribproof · cited by 2
- finsum_mem_add_distrib'proof · cited by 1
- HahnSeries.SummableFamily.hsum_addproof · cited by 0