I come across the following inequality: for all $x \geq 0$ and $d \geq 0$,
- if $d \leq 1$:
$$(1+x)^d \leq 1 + x^d,$$
- if $d \geq 1$:
$$(1+x)^d \geq 1 + x^d.$$
I think they are related to convex functions and Jensen's inequality. But I have trouble proving them. Can anyone share some ideas?
Consider $$ f(x)=(1+x)^d-x^d, $$ then $$ f'(x)=d((1+x)^{d-1}-x^{d-1}). $$
Note that if $d\in(1,+\infty)$ ($d\in(0,1]$), then $f'(x)\geq 0$ for all $x$ ($f'(x)\leq 0$ for all $x$), so $f$ is monotonically increasing (decreasing). Can you end now?