Mathlib Map

Theorems · Theorem · group theory

Finset.sum_eq_single

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

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.

Cited by98

Results whose statement or proof uses this declaration.