15

Another formulation of the title :

If we have real numbers $a,b$ with $0<a<b<1$, can we always find a prime $p$ such that $a<\sqrt{p}-\lfloor\sqrt{p}\rfloor<b$ holds ?

The fractional parts of the numbers $\sqrt{2}\cdot n$ , $n$ running over the positive integers, are known to be even equidistributed modulo $1$, so we can always find a natural number $n$ with $a<\sqrt{n}-\lfloor\sqrt{n}\rfloor<b$ for $a,b$ as above, but what is the situation if we restrict to the primes ?

Peter
  • 86,576
  • 4
    It wouldn't surprise me if this was unsolved. The obvious way to prove it would be to show that there are lots of primes between any two sufficiently large consecutive perfect squares, but it's not known that there is even one. So any proof of this would have to involve choosing $\lfloor \sqrt{p}\rfloor$ carefully based on $a$ and $b$; just taking any sufficiently large $\lfloor \sqrt{p}\rfloor$ isn't going to fly. – Micah Jan 09 '17 at 19:05
  • 3
    If it were known to be false this would also be very surprising, since it would mean our current thinking about large prime gaps is vastly inaccurate: there would have to exist arbitrarily large prime gaps of size $\Omega(\sqrt{p})$ rather than the conjectured maximum $O((\log p)^{2 + \epsilon})$. – Erick Wong Jan 09 '17 at 19:22

2 Answers2

8

The question is whether the fractional parts $\{\sqrt{p}\}$, with $p$ running over primes, are dense in $[0,1]$. One can show the stronger result that the fractional parts are equidistributed modulo 1.

By Weyl's criterion and elementary estimates, it suffices to show that $$\sum_{n \leq x} \Lambda(n) e(h \sqrt{n}) =o(x)$$ for each fixed integer $h \neq 0$, the implied constant possibly depending on $h$. Here $\Lambda$ is the von Mangoldt function and $e(x) = e^{2\pi i x}$. This exponential sum can be bounded using Vaughan's identity and some straightforward exponential sum estimates.

Bounding this exponential sum actually shows up as an exercise in chapter 13 of Iwaniec and Kowalski's book on analytic number theory. Unfortunately, I do not have a copy handy at the moment. Maybe someone here can get the reference for us. Another place to start might be Xiumin Ren's paper "Vinogradov's exponential sum over primes," which can be found here.

2

we will use the lemma:

Let $u_n$ a increasing sequence such that $u_n \to \infty$ and $u_{n+1}-u_n \to 0$. Then $u_n-\lfloor u_n \rfloor $ is dense in $[0,1]$

Proof: By contradiction: take $a,b$ so that no $u_{n+1}-u_n$ is between $a$ and $b$:

Then there is an infinite number of terms such that $u_n-\lfloor u_n \rfloor <a<u_{n+1} -\lfloor u_{n+1} \rfloor$. for these n, $u_{n+1}-u_n> b-a$, so $u_{n+1}-u_n$ does not converge to zero.

We just need to prove that $\sqrt(p_{n+1})-\sqrt(p_n) \to 0$

Baconaro
  • 566
  • The last statement which needs to be proven is a famous open problem. But this is a good way to show that ${\sqrt{n}}$ is dense without needing to use equidistribution theory. – Erick Wong Jan 09 '17 at 19:27
  • The best result in this direction is Baker-Harman-Pintz, that $\sqrt{p_{n+1}} - \sqrt{p_n} \ll p_n^{0.025}$, of course it is true that $\sqrt{p_{n+1}} - \sqrt{p_n}$ is very small for most values of $n$, we just don't have good control over the exceptional $n$. – Erick Wong Jan 09 '17 at 19:33
  • It would suffice if you could find a subsequence with this property. – Rene Schipperus Jan 09 '17 at 20:00
  • @erick-wong $0.025$, eh, that's so close! – Baconaro Jan 09 '17 at 20:03
  • 1
    @Baconaro Yes, under Riemann Hypothesis we can replace the $0.025$ with $\epsilon$, but we're pretty far from being close to that :). – Erick Wong Jan 09 '17 at 22:09
  • @ReneSchipperus Which property are you referring to? Certainly no subsequence of an increasing sequence can satisfy $u_{n+1}-u_n \to 0$ unless the whole sequence does. – Erick Wong Jan 09 '17 at 22:11
  • @Baconaro The given double inequality cannot hold for infinite many $n$, if the sequence $u$ tends to $\infty$ – Peter Jan 09 '17 at 22:24
  • 2
    How do you conclude that there will be an infinite number of terms such that $\left \lfloor u_n \right \rfloor<a<\left \lfloor u_{n+1} \right \rfloor$ which means an infinite number of terms such that $\left \lfloor u_n \right \rfloor<a$ which contradicts $u_n \rightarrow \infty$ assumption straightaway? – rtybase Jan 10 '17 at 00:57