Skip to content

Erdős problem 1209

Let A={a1<a2<}A=\{a_1<a_2<\cdots\} be a sequence of integers which tends to infinity sufficiently fast. If there is an nn such that all n+akn+a_k are primes then must there exist infinitely many such nn?

Sources

Browse retained paths and inspect the exact material available for this Problem.

6 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

1209.lean

Retained formal statement3 of 6

Are there nn such that n+22kn+2^{2^k} is always a prime?

ebarschkis and GPT have proved that there are no nn such that n+22kn+2^{2^k} is always prime: let n3n\geq 3 be any odd integer. If kk is chosen sufficiently large, and p=n+22kp=n+2^{2^{k}} is prime, then the multiplicative order of 22k(modp)2^{2^k}\pmod{p}, say mm is odd, and hence if ll is chosen such that 2l1(modm)2^l\equiv 1\pmod{m} then pn+22k+rlp\mid n+2^{2^{k+rl}} for all r1r\geq 1.

This was formalized in Lean by Barschkis using ChatGPT.

FormalConjectures/ErdosProblems/1209.leanErdos1209.erdos_1209.parts.iii.a1 lineExact file
False ↔ ∃ n, ∀ (k : ℕ), Nat.Prime (n + 2 ^ 2 ^ k)
SolvedProof has a holelean4external proof

The proof uses `sorry`: part of the argument is written but not proved. Lean accepts the file; it does not accept the theorem.

Search problems.science

Find a Problem, Result, source, or page