Claude finds a new lowest-ever counterexample to Borsuk's Conjecture

commutater1 pts1 comments

Claude Tackles Borsuk | Nicholas (Nick) Konz %F0%9F%A4%96"><br>In August 2026 I asked Claude to try to work on unsolved problems in mathematics. It found a new counterexample to Borsuk’s conjecture: 321 points in \(\mathbb{R}^{63}\) that cannot be partitioned into 64 subsets of smaller diameter. This is the smallest dimension in which the conjecture is now known to fail, beating the previous record of dimension 64 (Jenrich, 2014), and closing a gap that had stood open for \(4 \le n \le 63\).<br>This result has not been peer-reviewed or published yet. The paper below documents the full construction, and everything it depends on can be independently re-derived with the one-command verifier further down this page. I’d encourage you to run it rather than take Claude’s word for it.<br>Abstract<br>We exhibit a set of 321 points in \(\mathbb{R}^{63}\) that cannot be partitioned into 64 subsets of smaller diameter, so Borsuk’s conjecture fails in dimension 63. The previous smallest counterexample was in dimension 64 (Jenrich, 2014), and the conjecture was open for \(4 \le n \le 63\). The construction adds a single point to the 320-point rank-63 subconfiguration of Bondarenko’s two-distance set, whose counting bound has been stuck at exactly \(\lceil 320/5 \rceil = 64\) parts. The added point is not a vertex of the underlying strongly regular graph, so the resulting set is a three-distance set; this is precisely why the example was not reachable inside the two-distance framework in which all previous work took place.

Download PDF<br>Your browser can't display the PDF inline. Download it here instead.

Verify it yourself<br>The point set is 321 × 63 coordinates, provided as both a NumPy array and a plain CSV. The verifier below depends on nothing but NumPy, reads only the point set, and re-derives the affine dimension, the distance spectrum, the diameter, the independence number of the diameter graph, and the counting bound:<br>python verify63.py

Expected output ends with:<br>VERIFIED: Borsuk fails in R^63

Files:<br>verify63.py<br>borsuk63_points.npy (NumPy array, 321 × 63)<br>borsuk63_points.csv (same data, plain text)<br>The paper also describes an exact-arithmetic certificate (over \(\mathbb{Q}\) and \(\mathbb{Q}(\sqrt{222})\)) that re-establishes every load-bearing claim without floating point, cross-checked against an independent CP-SAT solve. That code will be linked here once its repository is public.

point borsuk conjecture dimension claude mathbb

Related Articles