I encountered inequalities $$\sum_{i=1}^{n-1}i^k < \dfrac {n^{k+1}}{k+1} < \sum_{i=1}^{n}i^k$$ valid for every integer $n \geq1$ and every integer $k \geq 1$ (if $n=1$ then we interpret $\sum_{i=1}^{n-1}i^k$ as $0$).
I think that these inequalities could be proved with the help of Faulhaber´s formula or some similar formula and it looks like they could be proved by using method of mathematical induction.
But I would like to know how to prove these inequalities without using Faulhaber´s formula or some similar formula and without using method of mathematical induction?
$\forall x\in (m,m+1)$
$$m^{k}<x^{k}<(m+1)^{k} \tag{$m\in \mathbb{N}$, $k\ge 1$}$$
$$m^{k}<\int_{m}^{m+1} x^{k} \, dx<(m+1)^{k}$$
$$m^{k}< \left[ \frac{x^{k+1}}{k+1} \right]_{m}^{m+1} <(m+1)^{k}$$
$$m^{k}< \frac{(m+1)^{k+1}}{k+1}-\frac{m^{k+1}}{k+1} <(m+1)^{k}$$
$$\sum_{m=1}^{n-1} m^{k}< \frac{n^{k+1}}{k+1}-\frac{1}{k+1} < \sum_{m=1}^{n-1} (m+1)^{k}$$
$$\sum_{m=1}^{n-1} m^{k}< \frac{n^{k+1}}{k+1}-\frac{1}{k+1} < \sum_{m=2}^{n} m^{k}$$
$$\frac{1}{k+1}+\sum_{m=1}^{n-1} m^{k}< \frac{n^{k+1}}{k+1} < \frac{1}{k+1}+ \sum_{m=2}^{n} m^{k}$$
$$\sum_{m=1}^{n-1} m^{k}< \frac{n^{k+1}}{k+1} < \sum_{m=1}^{n} m^{k} \tag{$0<\frac{1}{k+1}<1$}$$