I've stumbled over the following inequality while reading a book:
$$e^{x/(k+1)} \leq 1 + x/k \quad\text{for}\quad\text{$0 \leq x \leq 1$ and $k \in \mathbb N$}$$
The inequality is given without proof and without references. I think it is non-trivial and would like to understand, where it is coming from. I have searched for popular inequalities concerning the exponential function but haven't found this one.
Does this inequality have a name? (probably not)
Does anyone know a source where I can read up on this inequality?
If not, does anyone know how to prove it?
Taking the logarithm on both side we have to show for $0\leq x\leq 1$ and $k$ a stricly positive natural number :
$$\frac{x}{k+1}-\ln\left(1+\frac{x}{k}\right)\leq 0$$
Define :
$$f(x)=\frac{x}{k+1}-\ln\left(1+\frac{x}{k}\right)$$
Differentiate with respect to $x$ we get :
$$f'(x)=(x-1)/(somethingpositive)$$
So $f$ is decreasing on $x\in[0,1]$ .
But : $f(0)=0$ wich yields the inequality.
Is it ok for you ?