Theorems · Theorem · commutative algebra
Finset.sum_range_by_parts
∀ {R : Type u_1} {M : Type u_2} [inst : Ring R] [inst_1 : AddCommGroup M] [inst_2 : Module R M] (f : ℕ → R) (g : ℕ → M)
(n : ℕ),
∑ i ∈ Finset.range n, f i • g i =
f (n - 1) • ∑ i ∈ Finset.range n, g i -
∑ i ∈ Finset.range (n - 1), (f (i + 1) - f i) • ∑ i ∈ Finset.range (i + 1), g iSummation by parts for ranges
- Defined in
- Mathlib.Algebra.BigOperators.Module
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- RingAddCommGroupModule
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- Ringstatement and proof · cited by 7,463
- Finset.sumstatement and proof · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
- Finset.rangestatement and proof · cited by 1,341
- sub_selfproof · cited by 996
- sub_zeroproof · cited by 938
- smul_zeroproof · cited by 665
- Finset.Icoproof · cited by 450
- zero_tsubproof · cited by 100
- Finset.range_eq_Icoproof · cited by 26
Cited by1
Results whose statement or proof uses this declaration.
- Monotone.cauchySeq_series_mul_of_tendsto_zero_of_boundedproof · cited by 2