Mathlib Map

Theorems · Theorem · group theory

Finset.sum_range_sub

∀ {G : Type u_3} [inst : AddCommGroup G] (f : ℕ → G) (n : ℕ), ∑ i ∈ Finset.range n, (f (i + 1) - f i) = f n - f 0

A telescoping sum along {0, ..., n - 1} of a function valued in a commutative additive group reduces to the difference of the last and first terms.

Defined in
Mathlib.Algebra.BigOperators.Group.Finset.Basic
Cited by
15 results in Mathlib
Foundations
Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommGroup

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 by15

Results whose statement or proof uses this declaration.