Erdős problem 503
What is the size of the largest such that every three points from determine an isosceles triangle? That is, for any three points , , from , at least two of the distances , , are equal.
Sources
FormalConjectures/ErdosProblems/
503.lean
Retained formal statement
Alweiss has observed a lower bound of follows from considering the subset of formed of all vectors where , are distinct coordinate vectors. This set can be viewed as a subset of some , and is easily checked to have the required property.
∀ (n : ℕ), (n + 1).choose 2 ≤ sSup {x | ∃ A, ∃ (_ : A.IsIsosceles), A.ncard = x}SolvedStatement only, no proof