Proof of an inequality (by induction?)

190 Views Asked by At

I came across the following inequality in the introduction of Apostol's Calculus, where he discusses the method of exhaustion. I tried to prove it for arbitrary $p$ by induction, but couldn't.

$$ \sum_{k=1}^{n-1} k^p < \frac{n^{p+1}}{p+1} < \sum_{k=1}^{n} k^p \qquad n,p\in\mathbb{N} $$

2

There are 2 best solutions below

0
On BEST ANSWER

You can do it without the mean value theorem by noting that, if $0 \le a \lt b$, $b^n-a^n =(b-a)\sum_{k=0}^{n-1} a^k b^{n-1-k} $ so $b^n-a^n \lt (b-a)\sum_{k=0}^{n-1} b^k b^{n-1-k} = n(b-a)b^{n-1} $ and $b^n-a^n \gt (b-a)\sum_{k=0}^{n-1} a^k a^{n-1-k} = n(b-a)a^{n-1} $.

If $b = a+1$, this gives $na^{n-1} \lt (a+1)^{n}-a^n \lt n(a+1)^{n-1} $.

Summing for $a=0$ to $m$, $$\sum_{a=0}^m na^{n-1} \lt \sum_{a=0}^m ((a+1)^{n}-a^n) \lt \sum_{a=0}^m n(a+1)^{n-1} $$ or $$n\sum_{a=0}^m a^{n-1} \lt (m+1)^n \lt n\sum_{a=0}^m (a+1)^{n-1} = n\sum_{a=1}^{m+1} a^{n-1} $$ so $$\sum_{a=0}^m a^{n-1} \lt \dfrac{(m+1)^n}{n} \lt \sum_{a=0}^m (a+1)^{n-1} = \sum_{a=1}^{m+1} a^{n-1}. $$

0
On

You can do it by the Mean Value Theorem, if that's "allowed": $$n^{p+1}=\sum_{k=1}^n(k^{p+1}-(k-1)^{p+1})=\sum_{k=1}^n(p+1)c_k^p\ ,$$ where the $c_k$ are certain constants with $$k-1<c_k<k\ .$$ Hence $$n^{p+1}<\sum_{k=1}^n(p+1)k^p\ ,$$ and the other side of the inequality can be done similarly.