erdős #295
Let and let denote the smallest such that there exist withIs it true that
Open problem — our best result is machine-sealed: verified reduction, reproduced by an independent verifier. The conjecture itself is unsettled.
number theory · open · formalized (Lean) · 1 attempt
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsevidence
verified reduction
needs verification
Transfer from #306: exact k(N) (min unit fractions summing to 1 with all denominators >=N) for N=1..11 = [1,3,5,8,10,11,13,15,17,19,21] (Opus-verified); PROVED k(N) finite for every N; frontier 22<k(12)<=24.
#306 denominator-floor control via identity-preserving refinement. Helper theorem (proved): maximal harmonic block N..M-1 below 1, then greedy exact tail with denominators >=M => k(N) finite for all N. Verified the exact table (witnesses sum to 1, all denoms>=N, term count=k). SCOPE: finite table + finiteness proof; does NOT prove the asymptotic k(N)-(e-1)N claim.
unverified AI candidates (2)
gpt-erdos · GPT-5.2 Pro + Deep Research · unverified
This is **open** (as of the current literature I can find).
candidate solution ↗llm-hunter · gpt 5.2, gpt pro 5.2 · unverified
2 LLM attack(s) recorded (gpt 5.2, gpt pro 5.2); unverified.
candidate solution ↗formal
AMS 5 11 · textbook (literature)
lemma exists_k (N : ℕ) : ∃ (k : ℕ) (n : Fin k.succ → ℕ),
(∀ i, N ≤ n i) ∧ StrictMono n ∧ ∑ i, (1 / n i : ℝ) = 1formal-conjectures/295.lean ↗oeis
links
related: #306
status
open