Extended Nonnegative Real Exponential #
We define exp
as an extension of the exponential of a real
to the extended reals EReal
. The function takes values
in the extended nonnegative reals ℝ≥0∞
, with exp ⊥ = 0
and exp ⊤ = ⊤
.
Main Definitions #
Main Results #
EReal.exp_strictMono
:exp
is increasing;EReal.exp_neg
,EReal.exp_add
:exp
satisfies the identitiesexp (-x) = (exp x)⁻¹
andexp (x + y) = exp x * exp y
.
Tags #
ENNReal, EReal, exponential