Theorems · Theorem · number theory
tendsto_sum_mul_atTop_nhds_one_sub_integral
∀ {𝕜 : Type u_1} [inst : RCLike 𝕜] (c : ℕ → 𝕜) {f : ℝ → 𝕜},
(∀ t ∈ Set.Ici 0, DifferentiableAt ℝ f t) →
MeasureTheory.LocallyIntegrableOn (deriv f) (Set.Ici 0) MeasureTheory.volume →
∀ {l : 𝕜},
Filter.Tendsto (fun n => f ↑n * ∑ k ∈ Finset.Icc 0 n, c k) Filter.atTop (nhds l) →
∀ {g : ℝ → 𝕜},
(fun t => deriv f t * ∑ k ∈ Finset.Icc 0 ⌊t⌋₊, c k) =O[Filter.atTop] g →
MeasureTheory.IntegrableAtFilter g Filter.atTop MeasureTheory.volume →
Filter.Tendsto (fun n => ∑ k ∈ Finset.Icc 0 n, f ↑k * c k) Filter.atTop
(nhds (l - ∫ (t : ℝ) in Set.Ioi 0, deriv f t * ∑ k ∈ Finset.Icc 0 ⌊t⌋₊, c k))- Defined in
- Mathlib.NumberTheory.AbelSummation
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 273 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.
Cites37
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
- nhdsstatement and proof · cited by 5,554
- Finset.sumstatement and proof · cited by 5,195
- Filter.Tendstostatement and proof · cited by 3,814
- RCLikestatement and proof · cited by 2,829
- Filter.atTopstatement and proof · cited by 2,405
- MeasureTheory.integralstatement and proof · cited by 1,779
- Set.Iccproof · cited by 1,702
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- le_rflproof · cited by 1,558
- Set.Ioistatement and proof · cited by 1,463
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.