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
In fact, the answer to this question as written is easily seen to be no, since there are no solutions to , and hence this fails with and .
¬∃ n, n.maxPrimeFac = 2 ∧ (n + 1).maxPrimeFac = 7TextbookStatement only, no proof