Fungrim home page

Fungrim entry: 3ac8a5

ex+aexex(ea1)\left|{e}^{x + a} - {e}^{x}\right| \le {e}^{x} \left({e}^{\left|a\right|} - 1\right)
Assumptions:xRandaRx \in \mathbb{R} \,\mathbin{\operatorname{and}}\, a \in \mathbb{R}
TeX:
\left|{e}^{x + a} - {e}^{x}\right| \le {e}^{x} \left({e}^{\left|a\right|} - 1\right)

x \in \mathbb{R} \,\mathbin{\operatorname{and}}\, a \in \mathbb{R}
Definitions:
Fungrim symbol Notation Short description
Absz\left|z\right| Absolute value
Expez{e}^{z} Exponential function
RRR\mathbb{R} Real numbers
Source code for this entry:
Entry(ID("3ac8a5"),
    Formula(LessEqual(Abs(Sub(Exp(Add(x, a)), Exp(x))), Mul(Exp(x), Sub(Exp(Abs(a)), 1)))),
    Variables(x, a),
    Assumptions(And(Element(x, RR), Element(a, RR))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2019-06-18 07:49:59.356594 UTC