Mathlib Map

Theorems · Theorem · group theory

Finset.sum_Ico_succ_top

∀ {M : Type u_3} [inst : AddCommMonoid M] {a b : ℕ},
  a ≤ b → ∀ (f : ℕ → M), ∑ k ∈ Finset.Ico a (b + 1), f k = ∑ k ∈ Finset.Ico a b, f k + f b
Defined in
Mathlib.Algebra.BigOperators.Intervals
Cited by
6 results in Mathlib
Foundations
Depth 64 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.

Cites8

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.