erdős #501
For every let be a bounded set with outer measure . Must there exist an infinite independent set, that is, some infinite such that for all ?If the sets are closed and have measure , then must there exist an independent set of size ?
Worked, still open.
combinatorics · 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
Let (F(x)=A_x). Your “independent set” is what set theorists usually call a **free set** for the set mapping $F$: a set (X\subseteq\mathbb R) such that for all distinct (x,y\in X), (x\notin F(y)).
candidate solution ↗llm-hunter · gpt pro 5.2 · unverified
1 LLM attack(s) recorded (gpt pro 5.2); unverified.
candidate solution ↗formal
AMS 5 28 · open (literature)
theorem erdos_501 : answer(sorry) ↔
∀ (A : ℝ → Set ℝ),
(∀ x, Bornology.IsBounded (A x)) →
(∀ x, volume.toOuterMeasure (A x) < 1) →
∃ X : Set ℝ, X.Infinite ∧ X.Pairwise (fun x y => x ∉ A y)formal-conjectures/501.lean ↗status
open