Erdős problem 755
Erdős asked whether every -point set in spans at most unit equilateral triangles.
Sources
FormalConjectures/ErdosProblems/
755.lean
Retained formal statement
Erdős asked whether every -point set in spans at most unit equilateral triangles.
Clemen, Dumitrescu, and Liu [CDL25b] proved the stronger any-size statement . The unit-triangle upper bound follows as a corollary, since unit equilateral triangles are a subset of equilateral triangles of any positive side length: .
True ↔ ∃ o, (o =o[Filter.atTop] fun x => 1) ∧ ∀ᶠ (n : ℕ) in Filter.atTop, ↑(Erdos755.TUnit 6 n) ≤ (1 / 27 + o n) * ↑n ^ 3SolvedStatement only, no proof