Theorems · Theorem · integral transforms
isBigO_rpow_top_log_smul
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {a b : ℝ} {f : ℝ → E},
b < a → (f =O[Filter.atTop] fun x => x ^ (-a)) → (fun t => Real.log t • f t) =O[Filter.atTop] fun x => x ^ (-b)If f is O(x ^ (-a)) as x → +∞, then log • f is O(x ^ (-b)) for every b < a.
- Defined in
- Mathlib.Analysis.MellinTransform
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 204 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Filter.atTopstatement and proof · cited by 2,405
- sub_eq_add_negproof · cited by 1,023
- Real.logstatement and proof · cited by 939
- Filter.Eventually.of_forallproof · cited by 526
- Asymptotics.IsBigOstatement and proof · cited by 506
- smul_eq_mulproof · cited by 357
- add_sub_cancel_leftproof · cited by 198
- sub_posproof · cited by 147
- Filter.eventually_gt_atTopproof · cited by 90
Cited by1
Results whose statement or proof uses this declaration.
- mellin_hasDerivAt_of_isBigO_rpowproof · cited by 2