Theorems · Theorem · number theory
summable_mul_of_bigO_atTop
∀ {𝕜 : Type u_1} [inst : RCLike 𝕜] (c : ℕ → 𝕜) {f : ℝ → 𝕜},
(∀ t ∈ Set.Ici 0, DifferentiableAt ℝ (fun x => ‖f x‖) t) →
MeasureTheory.LocallyIntegrableOn (deriv fun t => ‖f t‖) (Set.Ici 0) MeasureTheory.volume →
((fun n => ‖f ↑n‖ * ∑ k ∈ Finset.Icc 0 n, ‖c k‖) =O[Filter.atTop] fun x => 1) →
∀ {g : ℝ → ℝ},
(fun t => deriv (fun t => ‖f t‖) t * ∑ k ∈ Finset.Icc 0 ⌊t⌋₊, ‖c k‖) =O[Filter.atTop] g →
MeasureTheory.IntegrableAtFilter g Filter.atTop MeasureTheory.volume → Summable fun n => f ↑n * c n- 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.
Cites26
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
- Norm.normstatement and proof · cited by 5,413
- Finset.sumstatement and proof · cited by 5,195
- RCLikestatement and proof · cited by 2,829
- Filter.atTopstatement and proof · cited by 2,405
- SummationFilter.unconditionalstatement · cited by 2,068
- Nat.cast_zeroproof · cited by 1,870
- MeasureTheory.integralproof · cited by 1,779
- Set.Iccproof · cited by 1,702
- MeasureTheory.Measure.restrictproof · cited by 1,646
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.