Theorems · Theorem · integral transforms
mellin_convergent_zero_of_isBigO
∀ {b : ℝ} {f : ℝ → ℝ},
MeasureTheory.AEStronglyMeasurable f (MeasureTheory.volume.restrict (Set.Ioi 0)) →
(f =O[nhdsWithin 0 (Set.Ioi 0)] fun x => x ^ (-b)) →
∀ {s : ℝ},
b < s → ∃ c, 0 < c ∧ MeasureTheory.IntegrableOn (fun t => t ^ (s - 1) * f t) (Set.Ioc 0 c) MeasureTheory.volumeIf f is a locally integrable real-valued function which is O(x ^ (-b)) at 0, then for any
b < s, its Mellin transform converges on some right neighbourhood of 0.
- Defined in
- Mathlib.Analysis.MellinTransform
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 267 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites46
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Norm.normproof · cited by 5,413
- Nat.cast_oneproof · cited by 2,501
- mul_commproof · cited by 2,262
- LT.lt.leproof · cited by 2,189
- nhdsWithinstatement and proof · cited by 1,912
- Nat.cast_zeroproof · cited by 1,870
- mul_assocproof · cited by 1,667
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- Dist.distproof · cited by 1,539
- Set.Ioistatement and proof · cited by 1,463
- LT.lt.ne'proof · cited by 1,417
Cited by1
Results whose statement or proof uses this declaration.
- mellin_convergent_of_isBigO_scalarproof · cited by 2