Theorems · Theorem · group theory
finsum_mem_neg_distrib
∀ {α : Type u_1} {G : Type u_4} {s : Set α} [inst : SubtractionCommMonoid G] (f : α → G),
s.Finite → ∑ᶠ (x : α) (_ : x ∈ s), -f x = -∑ᶠ (x : α) (_ : x ∈ s), f x- Defined in
- Mathlib.Algebra.BigOperators.Finprod
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 82 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.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Set.Finitestatement and proof · cited by 1,814
- finsumstatement · cited by 286
- SubtractionCommMonoidstatement and proof · cited by 79
- AddEquiv.negproof · cited by 9
- AddEquiv.map_finsum_memproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- finsum_mem_sub_distribproof · cited by 0