Complex and real exponential #
In this file we prove continuity of Complex.exp and Real.exp. We also prove a few facts about
limits of Real.exp at infinity.
Tags #
exp
The complex exponential function is uniformly continuous on left half planes.
Alias of UniformContinuousOn.cexp.
The complex exponential function is uniformly continuous on left half planes.
The real exponential function tends to +∞ at +∞.
The real exponential function tends to 0 at -∞ or, equivalently, exp(-x) tends to 0
at +∞
The real exponential function tends to 1 at 0.
Alias of Real.tendsto_exp_atBot_nhdsGT.
The function exp(x)/x^n tends to +∞ at +∞, for any natural number n
The function x^n * exp(-x) tends to 0 at +∞, for any natural number n.
The function (b * exp x + c) / (x ^ n) tends to +∞ at +∞, for any natural number
n and any real numbers b and c such that b is positive.
The function (x ^ n) / (b * exp x + c) tends to 0 at +∞, for any natural number
n and any real numbers b and c such that b is nonzero.
Alias of Real.comap_exp_nhdsGT_zero.
Real.exp (f x) is bounded away from zero along a filter if and only if this filter is bounded
from below under f.
Real.exp (f x) is bounded away from zero along a filter if and only if this filter is bounded
from below under f.
Real.exp (f x) is bounded away from zero and infinity along a filter l if and only if
|f x| is bounded from above along this filter.
Alias of Complex.comap_exp_nhdsNE.
‖Complex.exp z‖ → ∞ as Complex.re z → ∞.
Complex.exp z → 0 as Complex.re z → -∞.
If f has sum a, then exp ∘ f has product exp a.