Can anyone give me a proof or a reference for a proof that there exists a prime number between $\sqrt{n}-n^{1/3}$ and $\sqrt{n}$, for $n$ sufficiently large?
I am reading a lecture where the professor uses this fact but does not provide any reference.
Thank you!
Some thoughts:
Put $n=t^4$. You are basically saying that the is a prime between $t^2-t^\frac43$ and $t^2$. For large enough values of $t$:
$$t^2-t^{\frac43}<t^2-2t<t^2-2t+1=(t-1)^2$$
So if there is always a prime between $(t-1)^2$ and $t^2$ (Legendre's conjecture), the statement in your book is definitely correct. But Legendre's conjecture has not been either proved or disproved yet.
On the other side, if you put $n=t^6$ you are basically saying that there is always a prime between $t^3-t^2$ and $t^3$. But:
$$t^3-t^2>t^3-3t^2+3t+1=(t-1)^3$$
It is proved that there is a prime between two consecutive cubes, like $(t-1)^3$ and $t^3$ for large enough values of $t$ ($t\ge e^{e^{33.217}}$) and the proof is fairly complex, not the easiest piece of math to read. But that fact is useless in this case. The statement in your book seems to be narrowing the gap even further because for large enough $t$:
$$(t-1)^3<t^3-t^2<t^3$$
Proving that there is a prime between $t^3$ and $t^3-t^2$ is even more difficult because the gap between numbers is now just 1/3 of the gap that we had before. It is also possible that such prime is not guaranteed to exist.