Danzer's nine-point counterexample to the three-neighbour claim
ProvedErdos9796Mission.danzer_nineThere is a set of exactly nine distinct points in the Euclidean plane, each outside the convex hull of the other eight, such that for every there is a positive radius with at least three points of at distance from . The radius may depend on the vertex.
This known construction explains why the mission asks about four equidistant neighbours rather than three. It is a literature formalization milestone, not a claim that Problem 97 is settled.
/- Statement-only mission draft: SKETCH — NOT PROMOTABLE. Source and precise status are recorded in items.json. -/ import Definitions.Def_Erdos9796Mission open Erdos9796Mission
theorem Erdos9796Mission.danzer_nine :
∃ A : Finset Plane, A.card = 9 ∧ ConvexIndep (A : Set Plane) ∧ HasNEquidistantProperty 3 A := by sorryRead-back
What the Lean code literally says, in plain math · gpt-5.6-luna
There exists a finite set of points in the real Euclidean plane such that has exactly elements, every point is outside the real convex hull of the set of all the other points, and every point has some positive real radius (the radius may depend on ) for which the filtered set has cardinality at least .
Confirmed by the mission captain (proposal self-audit).