This is the proof on the textbook:
Until here, I was able to get to the same conclusion. What I tried to do was to prove by induction that $(m+1)^3 \leq2m^3$. I started from $(m + 2)^3$, but got nowhere.
The author then does the following:
I don't understand the first three lines of the previous picture (before the proof starts) nor how he uses it in the proof.
- Is it possible to prove $(m+1)^3 \leq2m^3$ by induction? Or is there any other simpler proof that I'm not seeing?
- Could someone please throw some light on the proof used in the textbook? I find it highly unintuitive.


The author made it too complicated.
$$(m+1)^3 \le 2m^3 \iff m+1 \le \sqrt[3]{2}m \iff m \ge \frac{1}{\sqrt[3]{2}-1}$$
Using a calculator you get $\frac{1}{\sqrt[3]{2}-1} \approx 3.8,$ but it's not difficult to prove it's between 3 and 4: $$ 3 < \frac{1}{\sqrt[3]{2}-1} < 4 \iff \frac 43 > \sqrt[3]{2} > \frac 54 \iff \frac{64}{27} > 2 > \frac{125}{64}.$$
So $(m+1)^3 \le 2m^3$, if $m\ge 4.$