Mathlib Map

Theorems · Theorem · group theory

finsum_def

∀ {α : Type u_1} {M : Type u_5} [inst : AddCommMonoid M] (f : α → M) [inst_1 : Decidable (Function.HasFiniteSupport f)],
  ∑ᶠ (i : α), f i = if h : Function.HasFiniteSupport f then ∑ i ∈ Set.Finite.toFinset h, f i else 0
Defined in
Mathlib.Algebra.BigOperators.Finprod
Cited by
8 results in Mathlib
Foundations
Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommMonoidDecidable

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites16

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by8

Results whose statement or proof uses this declaration.