Assumptions:
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 |
---|---|---|
Abs | Absolute value | |
Exp | Exponential function | |
RR | 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))))