I am trying to prove that for any $r^3 > 2$ there exists an $h>0$ such that $(r-h)^3>2$. I know this is true and I'm trying to prove it using only high school level algebra. So no intermediate value theorems or continuity of real numbers. So far I have this
$$(r-h)^3=(r-h)(r^2-2rh+h^2\ )=r^3-3r^2\ h+3rh^2-h^3$$
$$r^3-\left(r-h\right)^3=3r^2h-3rh^2+h^3$$
Since $h^2>0$
$$<3r^2h+h^3$$
However, I don't know how to proceed. I know for $r$'s close to $2$ then $h<1$. But I can't find an expression that assures $h>0$ and that simplifies to at most $r^3-2$ (so as to guarantee that $r^3-\left(r-h\right)^3<r^3-2$ which implies $(r-h)^3>2$).
Thank you for your help!