Theorems · Theorem · group theory
finsum_sub_distrib
∀ {α : Type u_1} {G : Type u_4} [inst : SubtractionCommMonoid G] {f g : α → G},
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 minus the sum of g i.
- Defined in
- Mathlib.Algebra.BigOperators.Finprod
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SubtractionCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- sub_eq_add_negproof · cited by 1,023
- finsumstatement and proof · cited by 286
- Function.HasFiniteSupportstatement and proof · cited by 113
- SubtractionCommMonoidstatement and proof · cited by 79
- finsum_add_distribproof · cited by 4
- Function.HasFiniteSupport.fun_negproof · cited by 1
- finsum_neg_distribproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- MeromorphicOn.circleAverage_log_normproof · cited by 3
- PowerSeries.coeff_subst_sum_C_substInvFun_mul_X_pow_sub_Xproof · cited by 1