I'm looking for a proof of: $$1 + {1\over 8} + {1 \over 27} + \dots + {1 \over n^3} < 1.5 − {1 \over n}$$ for all integers $n>2$.
I have been working on proof by mathematical induction for a few weeks now. It is tricky but I can usually get the correct result but I encountered this problem using an inequality and of course I can test the base case but I can't figure out for the life of me do the rest.
So, we have established the base case, which is $$1 + \frac18 + \frac{1}{27} < 1.5-\frac13$$ Now we assume we know that the inequality holds for all $n$ with $2<n \leq k$, for some $k\geq 3$, and we need to examine what happens for $n = k+1$, which means to examine this sum: $$ 1+\frac18+\frac{1}{27} +\cdots + \frac1{k^3} + \frac{1}{(k+1)^3} $$ Now, we have assumed for a fact (the induction hypothesis) that the sum of all terms except the last one is less than $1.5-1/k$: $$ \color{blue}{1+\frac18+\frac{1}{27} +\cdots + \frac1{k^3}} + \frac{1}{(k+1)^3} < \color{blue}{\frac32 - \frac{1}{k}} + \frac{1}{(k+1)^3} $$ and we want to compare this to $1.5-1/(k+1)$, i.e. $$ \frac32 - \frac{1}{k} + \frac{1}{(k+1)^3} \overset?<\frac32-\frac{1}{k+1}\\ \frac{1}{k} -\frac{1}{(k+1)^3} \overset?>\frac{1}{k+1} $$ and since we have assumed $k \geq 3$, this is true.