Mathlib Map

Theorems · Theorem · group theory

Finset.sum_eq_zero

∀ {ι : Type u_1} {M : Type u_4} {s : Finset ι} [inst : AddCommMonoid M] {f : ι → M},
  (∀ x ∈ s, f x = 0) → ∑ x ∈ s, f x = 0
Defined in
Mathlib.Algebra.BigOperators.Group.Finset.Basic
Cited by
139 results in Mathlib
Foundations
Depth 56 from the axioms, rests on 874 definitions · uses propext, Classical.choice, Quot.sound
Assumes
AddCommMonoid

Around this declaration

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

Cites5

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

Cited by139

Results whose statement or proof uses this declaration.