Mathlib Map

Theorems · Theorem · group theory

Finset.sum_ite_of_false

∀ {ι : Type u_1} {M : Type u_3} {s : Finset ι} [inst : AddCommMonoid M] {p : ι → Prop} [inst_1 : DecidablePred p],
  (∀ x ∈ s, ¬p x) → ∀ (f g : ι → M), (∑ x ∈ s, if p x then f x else g x) = ∑ x ∈ s, g x
Defined in
Mathlib.Algebra.BigOperators.Group.Finset.Piecewise
Cited by
6 results in Mathlib
Foundations
Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommMonoidDecidablePred

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 by6

Results whose statement or proof uses this declaration.