Mathlib Map

Theorems · Theorem · combinatorics

Finset.sum_fin_eq_sum_range

∀ {β : Type u_2} [inst : AddCommMonoid β] {n : ℕ} (c : Fin n → β),
  ∑ i, c i = ∑ i ∈ Finset.range n, if h : i < n then c ⟨i, h⟩ else 0
Defined in
Mathlib.Data.Fintype.BigOperators
Cited by
6 results in Mathlib
Foundations
Depth 79 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.

Cites6

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.