Erdős problem 457
Is there some such that there are infinitely many where all primes divide
Sources
FormalConjectures/ErdosProblems/
457.lean
Retained formal statement
Is there some such that there are infinitely many where all primes divide
This was formalized in Lean by Baretto and van Doorn using Aristotle.
True ↔ ∃ ε > 0, {n | ∀ (p : ℕ), ↑p ≤ (2 + ε) * Real.log ↑n → Nat.Prime p → p ∣ ∏ i ∈ Finset.Icc 1 ⌊Real.log ↑n⌋₊, (n + i)}.Infinite