I'm trying to find a short way to show that: $$ 1-x\leq \exp(-x),\forall x\in\mathbb{R} $$
Does anyone know a really short solution for this problem?
I'm trying to find a short way to show that: $$ 1-x\leq \exp(-x),\forall x\in\mathbb{R} $$
Does anyone know a really short solution for this problem?
Hint: try to minimize the function $$ f(x) = \exp(-x) - 1 + x $$ using calculus. You will find that its unique minimum occurs at $x = 0$.
Another approach is to recall that
$$\left(1-\frac xn\right)^n$$
is a inceasing function of $n$ and is bounded above by its limit, $e^{-x}$. Therefore
$$e^{-x}\ge \left(1-\frac xn\right)^n\ge 1-x$$
and we're done.
In my answer to this question, Simplest or nicest proof that $1+x \le e^x$, as well as in my answer to this one: To show that $e^x > 1+x$ for any $x\ne 0$, I proved that
$1 + x \le e^x \tag{1}$
for all real $x$. Many others also contributed concise and valid proofs of this fact as well; they deserve credit a much as anyone.
Given that (1) is the case, it follows that
$1 - x \le e^{-x} \tag{2}$
for all $x \in \Bbb R$ by simply replacing $x$ by $-x$ throughout. QED.