Here is the question: for which natural numbers do the following inequalities hold true? State a claim and prove it: $n^3+(n+1)^3>(n+2)^3$.
I think this statement holds when $n\ge6$, where $n^3+(n+1)^3=559$, and $(n+2)^3=512$.
I thought about using induction, but I couldn't express $(n+1)^3+(n+2)^3$ in terms of the inductive hypothesis- $n^3+(n+1)^3$.
So I'm wondering if there's a better way than induction to prove it or how to use the inductive hypothesis in a useful way given that induction is a good way to prove this.
For all natural $n<6$ it's wrong.
For all $n\geq6$ we have $$n^3+(n+1)^3-(n+2)^3=(n-6)(n^2+3n+9)+47>0.$$