Mathlib Map

Theorems · Theorem · group theory

Finset.sum_neg_distrib

∀ {ι : Type u_1} {G : Type u_5} {s : Finset ι} [inst : SubtractionCommMonoid G] (f : ι → G),
  ∑ x ∈ s, -f x = -∑ x ∈ s, f x
Defined in
Mathlib.Algebra.BigOperators.Group.Finset.Defs
Cited by
65 results in Mathlib
Foundations
Depth 16 from the axioms · uses propext, Quot.sound
Assumes
SubtractionCommMonoid

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites4

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by65

Results whose statement or proof uses this declaration.