English

Lower Bounds on Tree Covers

Data Structures and Algorithms 2025-11-19 v2 Combinatorics

Abstract

Given an nn-point metric space (X,dX)(X,d_X), a tree cover T\mathcal{T} is a set of T=k|\mathcal{T}|=k trees on XX such that every pair of vertices in XX has a low-distortion path in one of the trees in T\mathcal{T}. Tree covers have been playing a crucial role in graph algorithms for decades, and the research focus is the construction of tree covers with small size kk and distortion. When k=1k=1, the best distortion is known to be Θ(n)\Theta(n). For a constant k2k\ge 2, the best distortion upper bound is O~(n1k)\tilde O(n^{\frac 1 k}) and the strongest lower bound is Ω(logkn)\Omega(\log_k n), leaving a gap to be closed. In this paper, we improve the lower bound to Ω(n12k1)\Omega(n^{\frac{1}{2^{k-1}}}). Our proof is a novel analysis on a structurally simple grid-like graph, which utilizes some combinatorial fixed-point theorems. We believe that they will prove useful for analyzing other tree-like data structures as well.

Keywords

Cite

@article{arxiv.2508.10376,
  title  = {Lower Bounds on Tree Covers},
  author = {Yu Chen and Zihan Tan and Hangyu Xu},
  journal= {arXiv preprint arXiv:2508.10376},
  year   = {2025}
}

Comments

ITCS 2026

R2 v1 2026-07-01T04:49:21.908Z