Erdős problem 501
For every let be a bounded set of Lebesgue outer measure . Must there be an infinite independent set, that is an infinite with for all distinct ?
Sources
FormalConjectures/ErdosProblems/
501.lean
Retained formal statement
Erdős–Hajnal (1960): arbitrarily large finite independent sets exist.
For every n : ℕ and every family A : ℝ → Set ℝ of bounded sets with Lebesgue outer measure < 1, there exists a finite independent set of size at least n.
This was proved by Erdős and Hajnal [ErHa60].
True ↔ ∀ (n : ℕ) (A : ℝ → Set ℝ), (∀ (x : ℝ), Bornology.IsBounded (A x)) → (∀ (x : ℝ), MeasureTheory.volume.toOuterMeasure (A x) < 1) → ∃ X, n ≤ X.card ∧ (↑X).Pairwise fun x y => x ∉ A ySolvedStatement only, no proof