Limits and asymptotics of power functions at +∞ #
This file contains results about the limiting behaviour of power functions at +∞. For convenience
some results on asymptotics as x → 0 (those which are not just continuity statements) are also
located here.
Limits at +∞ #
The function x ^ y tends to +∞ at +∞ for any positive real y.
The function x ^ (-y) tends to 0 at +∞ for any positive real y.
Alias of tendsto_rpow_atBot_of_base_gt_one.
The function x ^ (a / (b * x + c)) tends to 1 at +∞, for any real numbers a, b, and
c such that b is nonzero.
The function x ^ (1 / x) tends to 1 at +∞.
The function x ^ (-1 / x) tends to 1 at +∞.
The function exp(x) / x ^ s tends to +∞ at +∞, for any real number s.
The function exp (b * x) / x ^ s tends to +∞ at +∞, for any real s and b > 0.
The function x ^ s * exp (-b * x) tends to 0 at +∞, for any real s and b > 0.
Asymptotic results: IsBigO, IsLittleO and IsTheta #
If a ≤ b, then x^b = O(x^a) as x → 0, x ≥ 0, unless b = 0 and a ≠ 0.
If a ≤ b, b ≠ 0, then x^b = O(x^a) as x → 0, x ≥ 0.
If a ≤ 1, then x = O(x ^ a) as x → 0, x ≥ 0.
x ^ s = o(exp(b * x)) as x → ∞ for any real s and positive b.
x ^ k = o(exp(b * x)) as x → ∞ for any integer k and positive b.
x ^ k = o(exp(b * x)) as x → ∞ for any natural k and positive b.
x ^ s = o(exp x) as x → ∞ for any real s.
exp (-a * x) = o(x ^ s) as x → ∞, for any positive a and real s.