k-Coloring is Faster than Computing the Chromatic Number
- Algorithms
- Mathematics
- AI
The paper is a graph theory and complexity result about coloring graphs. A graph coloring assigns colors to vertices so adjacent vertices never share one. The decision version asks whether a graph can be colored with a given number k of colors. The optimization version asks for the smallest such k, called the chromatic number. Since one can solve either problem by repeatedly calling the other, the interesting question is whether they still differ in running time. The paper claims yes: for every fixed k at least 3, deciding k-colorability is asymptotically faster than computing the exact chromatic number.
If you work with hard combinatorial search problems, treat decision and optimization as genuinely different targets instead of assuming one is only a trivial wrapper around the other. Also expect growing pressure for LLM-assisted math to be backed by formal proof tooling, not just conventional peer review.
-
arxiv.org
- Discuss on HN