Mathlib Map

Theorems · Theorem · group theory

finsum_apply

∀ {N : Type u_6} [inst : AddCommMonoid N] {α : Type u_7} {ι : Type u_8} {f : ι → α → N},
  Function.HasFiniteSupport f → ∀ (a : α), (∑ᶠ (i : ι), f i) a = ∑ᶠ (i : ι), f i a
Defined in
Mathlib.Algebra.BigOperators.Finprod
Cited by
0 results in Mathlib
Foundations
Depth 82 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.

Cites15

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.