Mathlib Map

Theorems · Theorem · group theory

Finset.sum_ite_eq

∀ {ι : Type u_1} {M : Type u_3} [inst : AddCommMonoid M] [inst_1 : DecidableEq ι] (s : Finset ι) (a : ι) (b : ι → M),
  (∑ x ∈ s, if a = x then b x else 0) = if a ∈ s then b a else 0
Defined in
Mathlib.Algebra.BigOperators.Group.Finset.Piecewise
Cited by
85 results in Mathlib
Foundations
Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommMonoidDecidableEq

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 by85

Results whose statement or proof uses this declaration.