erdős #32
Is there a set such thatand such that every large integer can be written as for some prime and ? Can the bound be achieved? Must such an satisfy
Worked, still open.
number theory · open · formalized (Lean) · 0 attempts
machinery: additive-complement,additive-basis,prime-distribution,sieve/Brun-Titchmarsh,probabilistic-covering,Hardy-Littlewood,additive-combinatorics
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
Let (P) denote the primes, and write the counting function [ A(N):=\lvert A\cap{1,\dots,N}\rvert . ] Your condition is that (P+A) contains all sufficiently large integers (i.e. all but finitely many).
candidate solution ↗llm-hunter · gpt 5.2, gpt pro 5.2 · unverified
3 LLM attack(s) recorded (gpt 5.2, gpt pro 5.2); unverified.
candidate solution ↗formal
AMS 11 · solved (literature)
theorem erdos_32.variants.log_squared : ∃ A : Set ℕ,
IsAdditiveComplementToPrimes A ∧
(fun N => (((Finset.Icc 1 N).filter (· ∈ A)).card : ℝ)) =O[atTop]
fun N => (Real.log N) ^ 2formal-conjectures/32.lean ↗status
open