4

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?

Ben Grossmann
  • 225,327
  • 2
    Set $y=-x$ and apply your favourite proof from http://math.stackexchange.com/questions/504663/simplest-or-nicest-proof-that-1x-le-ex/504837 – John Gowers Oct 08 '15 at 20:17

4 Answers4

4

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$.

Ben Grossmann
  • 225,327
4

$\exp(-x)$ is convex, so it's above its tangents, especially its tangent at 0.

Augustin
  • 8,446
3

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.

Travis Willse
  • 99,363
Mark Viola
  • 179,405
1

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.

Robert Lewis
  • 71,180