Theorems · Theorem · real analysis
Asymptotics.IsBigO.rpow_rpow_nhdsGE_zero_of_le_of_imp
∀ {a b : ℝ}, a ≤ b → (b = 0 → a = 0) → (fun x => x ^ b) =O[nhdsWithin 0 (Set.Ici 0)] fun x => x ^ aIf a ≤ b, then x^b = O(x^a) as x → 0, x ≥ 0, unless b = 0 and a ≠ 0.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 197 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- nhdsWithinstatement · cited by 1,912
- Set.Iccproof · cited by 1,702
- Set.Icistatement · cited by 1,070
- Asymptotics.IsBigOstatement · cited by 506
- Filter.mem_of_supersetproof · cited by 308
- abs_of_nonnegproof · cited by 279
- one_posproof · cited by 102
- Real.abs_rpow_of_nonnegproof · cited by 11
- Asymptotics.IsBigO.of_bound'proof · cited by 9
- Icc_mem_nhdsGEproof · cited by 6
- Real.rpow_le_rpow_of_exponent_ge_of_impproof · cited by 4
Cited by2
Results whose statement or proof uses this declaration.
- Asymptotics.IsBigO.rpow_rpow_nhdsGE_zero_of_leproof · cited by 1
- ContDiffPointwiseHolderAt.of_exponent_leproof · cited by 1