How can i proof the following inequality:
exp(-1/x) < 1 for x > 0 (real numbers)
First i tried to assume that exp(-1/x) is equal to sum ((-1/x)^n/n!) from n=0 to infinite < 1 but i cant simplify the inequality further. Do you have any tips or idea to proof this?
$$ \exp(t) = 1 + t + \frac{t^2}{2!} + \frac{t^3}{3!} + \ldots $$ so $$ \exp(\frac{-1}{x}) = 1 - \frac{1}{x} + \frac{1}{2!x^2} - \frac{1}{3! x^3} \pm \ldots, $$ which is an alternating series (for $x > 1$) of nonzero terms, whose sum is therefore strictly less than its first term.
N.B.: This only works for $x > 1$, and therefore does not prove the claim for all $x > 0$; that appears to require a good deal more work.
=========
As Barry Cipra points out, I've omitted something important: the terms need to be decreasing for my alternating series claim to be correct. For $x > 1$, this is clear. But what about for $0 < x < 1$? In the case, my argument fails. So this is only a partial answer, and I suggest OP un-accept it, since it's incomplete.