Erdős problem 224
If is any set of points then some three points in determine an obtuse angle.
Sources
FormalConjectures/ErdosProblems/
224.lean
Retained formal statement
If is any set of points then some three points in determine an obtuse angle.
The general case was proved by Danzer and Grünbaum [DaGr62].
∀ {d : ℕ} (A : Finset (EuclideanSpace ℝ (Fin d))), A.card = 2 ^ d + 1 → ∃ x y z, x ∈ A ∧ y ∈ A ∧ z ∈ A ∧ x ≠ y ∧ x ≠ z ∧ y ≠ z ∧ Erdos224.ObtuseAt x y z