How can I prove the following theorem:
For every positive integer $n$, $1^n + 2^n + ... + n^n \lt (n+1)^n$
by using induction?
I have proved that "for every real number $x > 0$ and every non-negative integer $n$, $x^{n} + n \cdot x^{n-1} \le (x+1)^n$". It might be useful. Thank you.
Let me try. Assuming that you have $$(P) \ \ \ \ \sum_{i=1}^k i^k < (k+1)^k$$. Now we prove that $$\sum_{i=1}^{k+1} i^{k+1} < (k+2)^{k+1}$$.
We have $$LHS = \sum_{i=1}^{k+1} i^{k+1} < (k+2)\sum_{i=1}^k i^k + (k+1)^{k+1} < (k+2)(k+1)^{k} + (k+1)^{k+1}< (k+2)^{k+1}.$$ (using your inequality with $x= k+1$)