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 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.
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.
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.
Complex.abs (Complex.exp z) → ∞ as Complex.re z → ∞. TODO: use Bornology.cobounded.
Complex.exp z → 0 as Complex.re z → -∞.