Erdős problem 209
Let be a finite collection of non-parallel lines in such that there are no points where at least four lines from meet. Must there exist a 'Gallai triangle' (or 'ordinary triangle'): three lines from which intersect in three points, and each of these intersection points only intersects two lines from ?
Sources
FormalConjectures/ErdosProblems/
209.lean
Let be a finite collection of non-parallel lines in such that there are no points where at least four lines from meet. Must there exist a 'Gallai triangle' (or 'ordinary triangle'): three lines from which intersect in three points, and each of these intersection points only intersects two lines from ?
Füredi and Palásti [FuPa84] showed this is false when is not divisible by . Escudero [Es16] showed this is false for all .
False ↔ ∀ (d : ℕ), 4 ≤ d → ∀ (A : Finset (AffineSubspace ℝ (EuclideanSpace ℝ (Fin 2)))), A.card = d → (∀ L ∈ A, Erdos209.IsLine L) → ((↑A).Pairwise fun L₁ L₂ => ¬L₁.Parallel L₂) → (∀ (p : EuclideanSpace ℝ (Fin 2)), Erdos209.pointMultiplicity A p ≤ 3) → Erdos209.HasGallaiTriangle A