Erdős problem 1209
Let be a sequence of integers which tends to infinity sufficiently fast. If there is an such that all are primes then must there exist infinitely many such ?
Sources
FormalConjectures/ErdosProblems/
1209.lean
Retained formal statement
Are there such that is always a prime?
ebarschkis and GPT have proved that there are no such that is always prime: let be any odd integer. If is chosen sufficiently large, and is prime, then the multiplicative order of , say is odd, and hence if is chosen such that then for all .
This was formalized in Lean by Barschkis using ChatGPT.
False ↔ ∃ n, ∀ (k : ℕ), Nat.Prime (n + 2 ^ 2 ^ k)