Base case: exclude a nine-vertex counterexample
ProvedErdos9796Mission.finite_nine_exclusionconvex-positiondiscrete-geometryerdos-97-96unit-distances
For every set of exactly nine points in strictly convex position in the Euclidean plane, some vertex has no four other vertices at a common positive distance.
This is the exact-cardinality base case used by the repository's descent strategy. Its existing proof is separate from the unresolved large-cardinality descent.
Preamble
/- Statement-only mission draft: SKETCH — NOT PROMOTABLE. Source and precise status are recorded in items.json. -/ import Definitions.Def_Erdos9796Mission open Erdos9796Mission
Formal statement
theorem Erdos9796Mission.finite_nine_exclusion :
∀ A : Finset Plane, A.card = 9 → ConvexIndep (A : Set Plane) → ¬ HasNEquidistantProperty 4 A := by sorrySource
Read-back
What the Lean code literally says, in plain math · gpt-5.6-luna
For every finite set of points in the real Euclidean plane, if has exactly elements and every point is outside the real convex hull of , then it is false that every point has a positive real radius for which the filtered set has cardinality at least .
Human review
Confirmed by the mission captain (proposal self-audit).