Is there a proof that every arithmetic progression of gap $p$ has a prime in the interval $[p, p^2)$?
Put another way, can you prove the following:
For all primes $p$, and all integers $0 \le m <p$, there exists $n\in\Bbb{Z}$ with $1\le n < p$ such that $np+m$ is prime.
I think I have a proof sketch but it's fiddly and I don't want to reinvent the wheel (likely badly).
To illustrate, here's the result checked for $p = 5$:
Arithmetic progressions with gaps $5$ from $5$ to $24$ ($p$ to $p^2-1$):
$\boldsymbol{5},10,15,20$
$6,\boldsymbol{11},16,21$
$\boldsymbol{7},12,\boldsymbol{17},22$
$8,\boldsymbol{13},18,\boldsymbol{23}$
$9,14,\boldsymbol{19},24$
As you can see, in bold, all of these arithmetic progressions have at least one prime. If one of these sequences didn't have a prime the theorem would be disproven for $p = 5$.
Note that proving that every arithmetic progression of gap $p$ and length $(p-1)$ has at least one number coprime to $(p-1)!$ should also prove the above, and indeed is more general, as if $n$ is coprime to $(p-1)!$ and is less than $p^2$ then it has to be prime.
This is unfortunately hopeless. The best bound as of now is that there exists an absolute constant $c$ such that for all integers $m$ with $0 \le m < p$, there is a prime of the form $np+m$ in the interval $[p, cp^5)$. The Generalized Riemann Hypothesis would imply a prime in the interval $[p, p^2 (\log (p))^2)$. You can read more here.