Theorems · Theorem · number theory
sum_mul_eq_sub_sub_integral_mul
∀ {𝕜 : Type u_1} [inst : RCLike 𝕜] (c : ℕ → 𝕜) {f : ℝ → 𝕜} {a b : ℝ},
0 ≤ a →
a ≤ b →
(∀ t ∈ Set.Icc a b, DifferentiableAt ℝ f t) →
MeasureTheory.IntegrableOn (deriv f) (Set.Icc a b) MeasureTheory.volume →
∑ k ∈ Finset.Ioc ⌊a⌋₊ ⌊b⌋₊, f ↑k * c k =
f b * ∑ k ∈ Finset.Icc 0 ⌊b⌋₊, c k - f a * ∑ k ∈ Finset.Icc 0 ⌊a⌋₊, c k -
∫ (t : ℝ) in Set.Ioc a b, deriv f t * ∑ k ∈ Finset.Icc 0 ⌊t⌋₊, c kAbel's summation formula.
- Defined in
- Mathlib.NumberTheory.AbelSummation
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 270 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- RCLike
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites53
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- Moduleproof · cited by 20,661
- Finsetproof · cited by 13,712
- AddCommGroupproof · cited by 12,871
- Finset.sumstatement and proof · cited by 5,195
- LE.le.transproof · cited by 3,151
- RCLikestatement and proof · cited by 2,829
- Nat.cast_oneproof · cited by 2,501
- Finset.sum_congrproof · cited by 2,323
- LT.lt.leproof · cited by 2,189
- MeasureTheory.integralstatement · cited by 1,779
Cited by4
Results whose statement or proof uses this declaration.
- sum_mul_eq_sub_integral_mul₁proof · cited by 2
- sum_mul_eq_sub_integral_mulproof · cited by 1
- sum_mul_eq_sub_integral_mul₀proof · cited by 1
- sum_mul_eq_sub_sub_integral_mul'proof · cited by 0