Documentation

Mathlib.Analysis.SpecialFunctions.Log.ERealExp

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 #

Tags #

ENNReal, EReal, exponential

Definition #

noncomputable def EReal.exp :

Exponential as a function from EReal to ℝ≥0∞.

Equations
Instances For
    @[simp]
    theorem EReal.exp_bot :
    @[simp]
    theorem EReal.exp_zero :
    exp 0 = 1
    @[simp]

    Monotonicity #

    @[simp]
    theorem EReal.exp_lt_exp_iff {a b : EReal} :
    @[simp]
    @[simp]
    @[simp]
    @[simp]
    @[simp]
    @[simp]

    Algebraic properties #

    theorem EReal.exp_add (x y : EReal) :