I've come across a familiar math expression in my research, and I want to formally prove the following.
$s_{n+1} - s_{n} > 0$ holds for integer $n \geq 2$, where $s_n := (1-\frac{1}{n}) - (1-\frac{1}{n})^n$.
I've plotted this using software, and it seems it's true. But I've been struggling to prove this. Does anyone have clues?
Thanks.
Edited: I'm adding information as to roughly map out how I've tried. Please see below.
First, based on basic calculus.
I tried to think about functions rather than sequences, and show that both functions increase, but the former at a higher rate. To elaborate more,
$f(x) := 1 - \frac{1}{x}$ and $g(x) := (1 - \frac{1}{x})^x$
Showing $f(x)$ is increasing is easy. Took the derivative of it, and it is always positive for all $x$. The value of $f(x)$ is $\frac{1}{2}$ and its slope $f'(x)$ is $\frac{1}{4}$ at $x=2$.
What remains is to show (1) the value of $g(x)$ is less than or equal to $f(0.5) = 0.5$; (2) the slope of $g(x)$ is less than or equal to $f'(0.5) = 0.25$, and (3) the rate at which the slope increases is less than $f''(x)$. $g(0.5) = 0.25 < f(0.5) = 0.5$ (1) is done. Now (2) and (3) to go.
Showing $g(x)$ is increasing is hard. Took the logarithm of it, and tried to take the derivative of it, but to no avail.
This is pretty much it so far.
Second, based on induction.
Now, I'm trying to prove the claim, using the standard approach, but have no real progress yet.
Hmm, I have a quick question though. In trying to convert $-(1-\frac{1}{n})^n$ into the exponential function, shouldn't the plus sign in front of it be a minus?
– PurplePenguin Nov 20 '15 at 01:14