how do you prove this inequality? $\sqrt[n]{x}-1 \le \frac{x-1}{n}$
It looks to me as if Bernoulli's inequality would be useful.
How about the following $\frac{x-1}{n} \geq \sqrt[n]{x}-1$ From here on out I would have to show that the left hand side is $\geq (1+x)^n$ and that the right hand side $\le 1+nx$
Problem is that I don't know how to do that. Can someone help me out here? Thanks in advance.
HINT
We have
$$\sqrt[n]{x}-1 \le \frac{x-1}{n}\iff \sqrt[n]{x} \le \frac{x+n-1}n$$
then by AM-GM
$$\frac{x+\overbrace{1+\ldots+1}^{n-1\,terms}}n\ge...$$