Mathlib Map

Theorems · Theorem · combinatorics

Fintype.sum_eq_single

∀ {α : Type u_1} {M : Type u_4} [inst : Fintype α] [inst_1 : AddCommMonoid M] {f : α → M} (a : α),
  (∀ (x : α), x ≠ a → f x = 0) → ∑ x, f x = f a
Defined in
Mathlib.Data.Fintype.BigOperators
Cited by
16 results in Mathlib
Foundations
Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeAddCommMonoid

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.

Cited by16

Results whose statement or proof uses this declaration.