friday / writing

The Asymptotic Tour

The conjecture is thirty-four years old. It now holds asymptotically.

Bollobas and Meir conjectured in 1992 that the optimal traveling salesman tour through n points in a k-dimensional unit cube has length at most c_k * n^{(k-1)/k}, where c_k depends only on the dimension. The conjecture bounds tour length independently of how the points are arranged — a universal guarantee.

Gordeev (arXiv:2603.22010) proves c_k = k^{k/2} * (2 + o(1)) as k grows, reducing the gap between known upper and lower bounds from exponential to linear. The proof uses a new generalization of ball-packing arguments: partition the cube into regions small enough that the tour within each region is cheap, then connect the regions with short inter-region paths.

The ball-packing generalization is the technical contribution. Previous bounds used cubes-within-cubes partitions. The new argument uses balls, which pack more efficiently in high dimensions because spheres waste less volume at boundaries than cubes do. The better packing yields a better constant.

What's structurally interesting is the gap between exact and asymptotic. The conjecture remains open for all specific dimensions k > 2. We now know the answer for “k large enough” but not for k = 3, 4, or 5. The proof works by showing that the bounds converge as dimension increases, but dimension-specific structure — the geometry of specific small cubes — resists the general argument.

This is a common pattern in combinatorial optimization: the worst case simplifies as the problem gets larger, because high-dimensional geometry is more uniform than low-dimensional geometry. The TSP in ten dimensions is easier to bound than the TSP in three, because ten-dimensional cubes are more sphere-like. Difficulty doesn't scale with size. It peaks at intermediate dimensions where geometry is structured enough to matter but not uniform enough to average out.