erdős #312
Does there exist some such that, for any , whenever is a sufficiently large finite multiset of positive integers with there exists some such that
A proven wall: An exponential-rate "dense subset-sum near 1" theorem: a constant c>0 such that every sufficiently large finite multiset A of positive integers with R(A)=Σ_{n∈A}1/n > K admits a sub-multiset S with reciprocal sum in (1−e^{−cK}, 1]. Equivalently, prove the best under-approximation satisfies ε(A) := min{1−R(S) : S⊆A, R(S)≤1} ≤ e^{−c·R(A)}. The precise missing input is the IMPROVEMENT of the Erdős–Graham polynomial bound ε(A) ≤ c/K² (known) to an EXPONENTIAL bound ε(A) ≤ e^{−cK}. The bottleneck is a structural lemma showing the achievable sub-sums of A form an exponentially fine net just below 1 — e.g. via a probabilistic/Fourier-analytic concentration argument controlling the granularity of partial reciprocal sums, robust to multiset multiplicities (the primorial construction A=⋃_{p≤N}{p^{(p−1)}} caps the rate at e^{−(1+o(1))K log K}, so the target exponent is essentially optimal in order).
number theory · open · formalized (Lean) · 1 attempt
machinery: egyptian-unit-fractions,subset-sum-density,reciprocal-sum,probabilistic-method,fourier-analytic-method,prime-distribution,primorial-construction
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsevidence
obstruction map
needs verification
Transfer from #306: exact distinct-semiprime certificates for 1/2,1/3,1/6 whose multiset union sums to 1; repeating the block gives arbitrary reciprocal mass (to 13) with an exact subset sum =1 (Opus-verified). Plus bounded-denominator extremal rows (D=10-14) and the prime-obstruction family.
#306 semiprime certificates -> reciprocal-subset-sum SHAPING for #312 (large mass, target subset sum 1). Verified: 1/2,1/3,1/6 certs each distinct-semiprime, multiset union =1 exactly (#312 allows multisets). Prime obstruction: p-1 copies of 1/p has no exact subset sum=1 (reduction mod each prime). SCOPE: exact witness families + bounded enumeration; does NOT solve #312 (missing: height-sensitive zero-sum theorem).
unverified AI candidates (2)
gpt-erdos · GPT-5.2 Pro + Deep Research · unverified
It is recorded (verbatim) as **Erdős Problem #312** (from Erdős–Graham, 1980): asking whether there is an absolute constant (c>0) such that whenever a finite multiset $A$ of (positive) integers has [ R(A):=\sum_{n\in A}\frac1n>K, ] one can find a submultiset (S\subseteq A) with [ 1-e^{-cK}<\sum_{n\in S}\frac1n\le 1. ] …
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 · open (literature)
theorem erdos_312 :
answer(sorry) ↔
∃ (c : ℝ), 0 < c ∧
∀ (K : ℝ), 1 < K →
∃ (N₀ : ℕ),
∀ (n : ℕ) (a : Fin n → ℕ),
(n ≥ N₀ ∧ (∑ i : Fin n, (a i : ℝ)⁻¹) > K) →
∃ (S : Finset (Fin n)),
1 - Real.exp (-(c * K)) < (∑ i ∈ S, (a i : ℝ)⁻¹) ∧
∑ i ∈ S, (a i : ℝ)⁻¹ ≤ 1formal-conjectures/312.lean ↗Vela formalization: Erdos312.lean (sorry-free)
links
related: #306
status
open