erdős #779
Let and denote the first primes. Let . Does there always exist some prime with such that is prime?
Worked, still open.
number theory · open · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsevidence
unverified AI candidates (2)
gpt-erdos · GPT-5.2 Pro + Deep Research · unverified
It is recorded as an Erdős problem (attributed to **Deaconescu**) and is currently listed as **“Open, but could be disproved with a finite counterexample.”** ([Erdős Problems][1]) In particular, the Erdős-problems site notes that **Deaconescu verified the statement computationally for (n\le 1000)**, and that Erdős expe…
candidate solution ↗llm-hunter · gpt pro 5.2 · unverified
1 LLM attack(s) recorded (gpt pro 5.2); unverified.
candidate solution ↗formal
AMS 11 · open (literature)
theorem erdos_779 (n : ℕ) (hn : n ≥ 1): let P := ∏ i ∈ range (n + 1), nth Nat.Prime i
∃ p, p.Prime ∧ (P + p).Prime ∧ nth Nat.Prime n < p ∧ p < Pformal-conjectures/779.lean ↗oeis
status
open