Skip to content

Erdős problem 457

Is there some ϵ>0\epsilon > 0 such that there are infinitely many nn where all primes p(2+ϵ)lognp \le (2 + \epsilon) \log n divide 1ilogn(n+i)? \prod_{1 \le i \le \log n} (n + i)?

Sources

Browse retained paths and inspect the exact material available for this Problem.

3 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

457.lean

Retained formal statement1 of 3

Is there some ϵ>0\epsilon > 0 such that there are infinitely many nn where all primes p(2+ϵ)lognp \le (2 + \epsilon) \log n divide 1ilogn(n+i)? \prod_{1 \le i \le \log n} (n + i)?

This was formalized in Lean by Baretto and van Doorn using Aristotle.

FormalConjectures/ErdosProblems/457.leanErdos457.erdos_4573 linesExact file
True  ∃ ε > 0,    {n | ∀ (p : ℕ), ↑p ≤ (2 + ε) * Real.lognNat.Prime pp ∣ ∏ iFinset.Icc 1 ⌊Real.logn⌋₊, (n + i)}.Infinite
SolvedProof has a holelean4external proof

The proof uses `sorry`: part of the argument is written but not proved. Lean accepts the file; it does not accept the theorem.

Search problems.science

Find a Problem, Result, source, or page