erdős #847
Let be an infinite set for which there exists some such that in any subset of of size there is a subset of size at least which contains no three-term arithmetic progression.Is it true that is the union of a finite number of sets which contain no three-term arithmetic progression?
Worked, still open.
additive combinatorics · solved · 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
A counterexample is given by a recent construction of **Reiher, Rödl, and Sales**. Specialising their result to $k=3$, they construct [[nomath]](for any $\mu\in(0,2/3)$)[[/nomath]] a set (X\subset\mathbb N) such that:
candidate solution ↗llm-hunter · gpt pro 5.2 · unverified
1 LLM attack(s) recorded (gpt pro 5.2); unverified.
candidate solution ↗formal
AMS 11 · solved (literature)
theorem erdos_847 : answer(False) ↔ ∀ (A : Set ℕ), Infinite A → HasFew3APs A →
∃ n, ∃ (S : Fin n → Set ℕ), (∀ i, ThreeAPFree (S i)) ∧ A = ⋃ i : Fin n, S iformal-conjectures/847.lean ↗status
solved