Temporal Cliques Admit Linear Spanners
时间团图允许线性稀疏子图
Julia Baligacs
AI总结 本文证明每个n顶点的时间团图都存在一个大小为7n的稀疏子图,并给出多项式时间构造算法,解决了长期悬而未决的线性界问题。
详情
时间图是一种每条边都带有非空时间标签集的图,如果对于每对顶点$u$和$v$,存在一条时间标签非递减的$u$-$v$路径,则称该图是时间连通的。稀疏子图是其边子集,保持时间连通性。与静态图不同,时间连通图不一定允许稀疏的稀疏子图;尽管如此,最小化稀疏子图大小是一个核心且被广泛研究的问题。一个特别有趣的问题是时间团图是否允许线性大小的稀疏子图。尽管过去几年付出了大量努力,但已知的最佳上界仍然是$O(n \log n)$。我们最终解决了这个问题,证明了每个$n$顶点的时间团图都存在一个大小为$7n$的稀疏子图。此外,这样的稀疏子图可以在多项式时间内计算出来。
A temporal graph is a graph in which every edge carries a non-empty set of time labels, and it is temporally connected if for every two vertices $u$ and $v$, there exists a $u$-$v$-path with non-decreasing time labels. A spanner is a subset of its edges preserving temporal connectivity. Unlike static graphs, temporally connected graphs need not admit sparse spanners; nonetheless, minimizing spanner size is a central and widely studied problem. A particularly intriguing question is whether temporal cliques admit spanners of linear size. Despite considerable effort over the past years, the best known upper bound remained $O(n \log n)$. We finally resolve this question, proving that every temporal clique on $n$ vertices admits a spanner of size $7n$. Moreover, such a spanner can be computed in polynomial time.