Let $k$ be a positive integer and $x$ a positive real number. Prove that $(1+x^k)^{k+1}\geq (1+x^{k+1})^k$.
This looks similar to Bernoulli's inequality. If we write $X=x^k$, the inequality is equivalent to $(1+X)^{\frac{k+1}{k}}\geq 1+X^{\frac{k+1}{k}}$, but this is not exactly in the form where we can apply Bernoulli.
Let $f(X) = (1+X)^{r} - 1 - X^{r}$ for $r> 1$. Then $f(0)=0$ and $$ f'(X) = r\left((1+X)^{r-1}-X^{r-1}\right)\geq 0 $$ since $X\mapsto X^{r-1}$ is an increasing function. Hence $f$ is also increasing and we get $f(X)\geq f(0)=0$ for $X\geq 0$. Now set $r = (k+1)/k$.