Documentation

Atlas.NumberTheoryI.code.Lem168

theorem IntegralCriterion.cauchy_of_tendsto {F : } {L : } (hF : Filter.Tendsto F Filter.atTop (nhds L)) (c : ) :
c > 0∀ᶠ (x : ) in Filter.atTop, ∀ (y : ), x y|F y - F x| < c
theorem IntegralCriterion.integrableOn_g_Ioc (f : ) (hf : Monotone f) (a b : ) (ha : 0 < a) :
theorem IntegralCriterion.integral_Ioc_split' {g : } {a b c : } (hab : a b) (hbc : b c) (hg1 : MeasureTheory.IntegrableOn g (Set.Ioc a b) MeasureTheory.volume) (hg2 : MeasureTheory.IntegrableOn g (Set.Ioc b c) MeasureTheory.volume) :
(x : ) in Set.Ioc a c, g x = ( (x : ) in Set.Ioc a b, g x) + (x : ) in Set.Ioc b c, g x
theorem IntegralCriterion.integral_const_Ioc {a b : } (hab : a b) (c : ) :
(x : ) in Set.Ioc a b, c = c * (b - a)
theorem IntegralCriterion.upper_bound_of_convergent_integral (f : ) (hf_mono : Monotone f) {L : } (hL : Filter.Tendsto (fun (x : ) => (t : ) in Set.Ioc 1 x, (f t - t) / t ^ 2) Filter.atTop (nhds L)) {lam : } (hlam : 1 < lam) :
∀ᶠ (x : ) in Filter.atTop, f x < lam * x
theorem IntegralCriterion.lower_bound_of_convergent_integral (f : ) (hf_mono : Monotone f) {L : } (hL : Filter.Tendsto (fun (x : ) => (t : ) in Set.Ioc 1 x, (f t - t) / t ^ 2) Filter.atTop (nhds L)) {lam : } (hlam : 1 < lam) :
∀ᶠ (x : ) in Filter.atTop, x / lam < f x
theorem IntegralCriterion.lem_16_8_integral_criterion (f : ) (hf_mono : Monotone f) (hf_conv : ∃ (L : ), Filter.Tendsto (fun (x : ) => (t : ) in Set.Ioc 1 x, (f t - t) / t ^ 2) Filter.atTop (nhds L)) :
Asymptotics.IsEquivalent Filter.atTop (fun (x : ) => f x) fun (x : ) => x
theorem lem_16_8 (f : ) (hf_mono : Monotone f) (hf_conv : ∃ (L : ), Filter.Tendsto (fun (x : ) => (t : ) in Set.Ioc 1 x, (f t - t) / t ^ 2) Filter.atTop (nhds L)) :
Asymptotics.IsEquivalent Filter.atTop (fun (x : ) => f x) fun (x : ) => x
@[reducible, inline]
abbrev Lem168.lem_16_8_integral_criterion (f : ) (hf_mono : Monotone f) (hf_conv : ∃ (L : ), Filter.Tendsto (fun (x : ) => (t : ) in Set.Ioc 1 x, (f t - t) / t ^ 2) Filter.atTop (nhds L)) :
Asymptotics.IsEquivalent Filter.atTop (fun (x : ) => f x) fun (x : ) => x
Instances For