English

Connectivity Certificate against Bounded-Degree Faults: Simpler, Better and Supporting Vertex Faults

Data Structures and Algorithms 2024-11-19 v1

Abstract

An ff-edge (or vertex) connectivity certificate is a sparse subgraph that maintains connectivity under the failure of at most ff edges (or vertices). It is well known that any nn-vertex graph admits an ff-edge (or vertex) connectivity certificate with Θ(fn)\Theta(f n) edges (Nagamochi and Ibaraki, Algorithmica 1992). A recent work by (Bodwin, Haeupler and Parter, SODA 2024) introduced a new and considerably stronger variant of connectivity certificates that can preserve connectivity under any failing set of edges with bounded degree. For every nn-vertex graph G=(V,E)G=(V,E) and a degree threshold ff, an ff-Edge-Faulty-Degree (EFD) certificate is a subgraph HGH \subseteq G with the following guarantee: For any subset FEF \subseteq E with deg(F)fdeg(F)\leq f and every pair u,vVu,v \in V, uu and vv are connected in HFH - F iff they are connected in GFG - F. For example, a 11-EFD certificate preserves connectivity under the failing of any matching edge set FF (hence, possibly F=Θ(n)|F|=\Theta(n)). In their work, [BHP'24] presented an expander-based approach (e.g., using the tools of expander decomposition and expander routing) for computing ff-EFD certificates with O(fnpoly(logn))O(f n \cdot poly(\log n)) edges. They also provided a lower bound of Ω(fnlogfn)\Omega(f n\cdot \log_f n), hence Ω(nlogn)\Omega(n\log n) for f=O(1)f=O(1). In this work, we settle the optimal existential size bounds for ff-EFD certificates (up to constant factors), and also extend it to support vertex failures with bounded degrees (where each vertex is incident to at most ff faulty vertices). Specifically, we show that for every n>f/2n>f/2, any nn-vertex graph admits an ff-EFD (and ff-VFD) certificates with O(fnlog(n/f))O(f n \cdot \log(n/f)) edges and that this bound is tight. Our upper bound arguments are considerably simpler compared to prior work, do not use expanders, and only exploit the basic structure of bounded degree edge and vertex cuts.

Keywords

Cite

@article{arxiv.2411.11054,
  title  = {Connectivity Certificate against Bounded-Degree Faults: Simpler, Better and Supporting Vertex Faults},
  author = {Merav Parter and Elad Tzalik},
  journal= {arXiv preprint arXiv:2411.11054},
  year   = {2024}
}

Comments

To appear in SOSA 2025. 11 pages