Erdős Problem 688 #
Reference:
- erdosproblems.com/688
- [Er80] Erdős, Paul, A survey of problems in combinatorial number theory. Ann. Discrete Math. (1980), 89-115.
Define $\epsilon_n$ to be maximal such that there exists some choice of congruence class $a_p$ for all primes $n^{\epsilon_n} < p \leq n$ such that every integer in $[1,n]$ satisfies at least one of the congruences $\equiv a_p \pmod p$.
Equations
Instances For
Equations
- Erdos688.epsilonFunction n = sSup {ε : ℝ | Erdos688.Erdos688Prop n ε}
Instances For
Estimate $\epsilon_n$ - lower bound.
Estimate $\epsilon_n$ - upper bound.
In particular, is it true that $\epsilon_n = o(1)$?
Erdős claims in [Er80] (p. 106) that it is not difficult to prove $\epsilon_n \gg \frac{\log\log\log n}{\log\log n}$.