erdős #457
Is there some such that there are infinitely many where all primes divide
Worked, still open.
number theory · solved · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsevidence
unverified AI candidates (2)
gpt-erdos · GPT-5.2 Pro + Deep Research · unverified
Write (L=\lfloor \log n\rfloor). A prime $p$ divides (\prod_{1\le i\le L}(n+i)) **iff** the interval $(n,n+L]$ contains a multiple of $p$. So your question asks whether there is some fixed (\epsilon>0) such that for infinitely many $n$, the short interval $(n,n+\log n]$ contains a multiple of **every** prime (p\le (2+\…
candidate solution ↗llm-hunter · gpt pro 5.2 · unverified
1 LLM attack(s) recorded (gpt pro 5.2); unverified.
candidate solution ↗formal
AMS 11 · solved (literature)
theorem erdos_457 : answer(True) ↔ ∃ ε > (0 : ℝ),
{ (n : ℕ) | ∀ (p : ℕ), p ≤ (2 + ε) * Real.log n → p.Prime →
p ∣ ∏ i ∈ Finset.Icc 1 ⌊Real.log n⌋₊, (n + i) }.Infiniteformal-conjectures/457.lean ↗oeis
links
a construction · link
#663Let and denote the least prime which does not divide . Is it true that, if is fixed and is sufficiently large, we haveA391668status
solved