Mathlib Map

Theorems · Theorem · combinatorics

Fin.sum_univ_succ

∀ {M : Type u_2} [inst : AddCommMonoid M] {n : ℕ} (f : Fin (n + 1) → M), ∑ i, f i = f 0 + ∑ i, f i.succ

A sum of a function f : Fin (n + 1) → M over all Fin (n + 1) is the sum of f 0 plus the remaining sum

Defined in
Mathlib.Algebra.BigOperators.Fin
Cited by
36 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.

Cites4

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

Cited by36

Results whose statement or proof uses this declaration.