# Exact distance coloring in trees

**Authors:** Nicolas Bousquet, Louis Esperet, Ararat Harutyunyan, R\'emi de Joannis, de Verclos

arXiv: 1703.06047 · 2019-03-18

## TL;DR

This paper determines the growth rate of the chromatic number for a class of graphs derived from trees with edges between vertices at a fixed distance, revealing it grows proportionally to d log q / log d.

## Contribution

It proves the chromatic number of these graphs grows as Θ(d log q / log d), answering an open question about distance coloring in trees and planar graphs.

## Key findings

- Chromatic number grows with d, specifically as Θ(d log q / log d)
- Negative answer to a problem on coloring planar graphs at fixed distances
- Provides sharp bounds for interval coloring in bounded degree trees

## Abstract

For an integer $q\ge 2$ and an even integer $d$, consider the graph obtained from a large complete $q$-ary tree by connecting with an edge any two vertices at distance exactly $d$ in the tree. This graph has clique number $q+1$, and the purpose of this short note is to prove that its chromatic number is $\Theta\big(\tfrac{d \log q}{\log d}\big)$. It was not known that the chromatic number of this graph grows with $d$. As a simple corollary of our result, we give a negative answer to a problem of van den Heuvel and Naserasr, asking whether there is a constant $C$ such that for any odd integer $d$, any planar graph can be colored with at most $C$ colors such that any pair of vertices at distance exactly $d$ have distinct colors. Finally, we study interval coloring of trees (where vertices at distance at least $d$ and at most $cd$, for some real $c>1$, must be assigned distinct colors), giving a sharp upper bound in the case of bounded degree trees.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1703.06047/full.md

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1703.06047/full.md

## References

8 references — full list in the complete paper: https://tomesphere.com/paper/1703.06047/full.md

---
Source: https://tomesphere.com/paper/1703.06047