Mathlib Map

Theorems · Theorem · group theory

finsum_mem_empty

∀ {α : Type u_1} {M : Type u_5} [inst : AddCommMonoid M] {f : α → M}, ∑ᶠ (i : α) (_ : i ∈ ∅), f i = 0

The sum of any function over an empty set is 0.

Defined in
Mathlib.Algebra.BigOperators.Finprod
Cited by
2 results in Mathlib
Foundations
Depth 77 from the axioms · 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 by2

Results whose statement or proof uses this declaration.