I'm having a problem with this inequality.
Show that for every integer k $\ge 2$ and n:
$\frac{n^{k+1}}{k+1} \ge 1^k + 2^k +...+(n-1)^k $
I'm having a problem with this inequality.
Show that for every integer k $\ge 2$ and n:
$\frac{n^{k+1}}{k+1} \ge 1^k + 2^k +...+(n-1)^k $
It is a consequence of Bernoulli's inequality:
Indeed, suppose, by the inductive hypothesis, $\;\dfrac{n^{k+1}}{k+1} \ge 1^k + 2^k +...+(n-1)^k\;$ for some $n\ge 0$. We deduce that $$\frac{n^{k+1}}{k+1}+n^k \ge 1^k + 2^k +...+(n-1)^k+n^k,$$ so to prove the inductive step, it will be enough to prove that \begin{align} \frac{(n+1)^{k+1}}{k+1}\ge\frac{n^{k+1}}{k+1}+n^k&\iff(n+1)^{k+1}\ge n^{k+1}+(k+1)n^k \\% &\iff \biggl(1+\frac1{n}\biggr)^{k+1}\ge1+(k+1)\frac 1n, \end{align} which is exactly Bernoulli's inequality.