Erdős problem 649
Let denote the greatest prime factor of . Is it true that, for any two primes , there exists some integer such that and ?
Sources
FormalConjectures/ErdosProblems/
649.lean
Retained formal statement
Tong asks whether, for any given odd prime , there are infinitely many primes such that there is no integer with and .
True ↔ ∀ (q : ℕ), Nat.Prime q → Odd q → {p | Nat.Prime p ∧ ¬∃ n, n.maxPrimeFac = p ∧ (n + 1).maxPrimeFac = q}.InfiniteOpenStatement only, no proof