Erdős problem 105
Let be disjoint sets of size and respectively, with not all of contained on a single line. Is there a line which contains at least two points from and no points from ?
Sources
FormalConjectures/ErdosProblems/
105.lean
Retained formal statement
A result independently proved by Beck [Be83] and Szemerédi and Trotter [SzTr83] (see [211]) implies it is true with replaced by for some constant .
∃ c > 0, ∀ (A B : Finset (EuclideanSpace ℝ (Fin 2))), Disjoint A B → ↑B.card ≤ c * ↑A.card → ¬Collinear ℝ ↑A → ∃ p ∈ A, ∃ q ∈ A, p ≠ q ∧ ∀ b ∈ B, b ∉ affineSpan ℝ {p, q}SolvedStatement only, no proof