Theorems · Theorem · group theory
Finset.sum_range_induction
∀ {M : Type u_4} [inst : AddCommMonoid M] (f s : ℕ → M),
s 0 = 0 → ∀ (n : ℕ), (∀ k < n, s (k + 1) = s k + f k) → ∑ k ∈ Finset.range n, f k = s nFor any sum along {0, ..., n - 1} of a commutative-monoid-valued function, we
can verify that it's equal to a different function just by checking differences of adjacent terms
up to n.
This is a discrete analogue of the fundamental theorem of calculus.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 69 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.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddCommMonoidstatement and proof · cited by 12,281
- Finset.sumstatement and proof · cited by 5,195
- Finset.rangestatement and proof · cited by 1,341
- Finset.sum_range_succproof · cited by 121
- Finset.sum_range_zeroproof · cited by 9
Cited by4
Results whose statement or proof uses this declaration.
- Finset.sum_range_subproof · cited by 15
- controlled_sum_of_mem_closureproof · cited by 2
- Finset.sum_range_sub'proof · cited by 1
- Finset.sum_range_tsubproof · cited by 0