Can we demonstrate this fact: that the bigger the numbers are the more cubes are between $10^n$ and $2*10^n$?
I need this to solve a problem. Here is my idea.
I think we have to show that if $10^x≤a^3≤2∗10^x$, $10^y≤b^3≤2∗10^y$ and $x<y$, then b has more solutions than a.
We can write the 2 inequality as $\sqrt[\leftroot{10} \uproot{5} 3]{10^x} \leq a \leq \sqrt[\leftroot{10} \uproot{5} 3]{10^x*2}$
$\sqrt[\leftroot{10} \uproot{5} 3]{10^y} \leq b \leq \sqrt[\leftroot{10} \uproot{5} 3]{10^y*2}$
which basically means that
$\sqrt[\leftroot{10} \uproot{5} 3]{2*10^x} -\sqrt[\leftroot{10} \uproot{5} 3]{10^x} \leq \sqrt[\leftroot{10} \uproot{5} 3]{10^y*2} -\sqrt[\leftroot{10} \uproot{5} 3]{10^y}$
$\sqrt[\leftroot{10} \uproot{5} 3]{10^x} (\sqrt[\leftroot{10} \uproot{5} 3]{2}-1) \leq \sqrt[\leftroot{10} \uproot{5} 3]{10^y}(\sqrt[\leftroot{10} \uproot{5} 3]{2}-1) $
$\sqrt[\leftroot{10} \uproot{5} 3]{10^x} \leq \sqrt[\leftroot{10} \uproot{5} 3]{10^y}$, which is true because $x<y$.
Is my idea right?
Hope one of you can help me! Thank you!