English

First-Order Logic with Connectivity Operators

Logic in Computer Science 2021-11-10 v2

Abstract

First-order logic (FO) can express many algorithmic problems on graphs, such as the independent set and dominating set problem, parameterized by solution size. On the other hand, FO cannot express the very simple algorithmic question of whether two vertices are connected. We enrich FO with connectivity predicates that are tailored to express algorithmic graph properties that are commonly studied in parameterized algorithmics. By adding the atomic predicates connk(x,y,z1,,zk)conn_k (x, y, z_1 ,\ldots, z_k) that hold true in a graph if there exists a path between (the valuations of) xx and yy after (the valuations of) z1,,zkz_1,\ldots,z_k have been deleted, we obtain separator logic FO+connFO + conn. We show that separator logic can express many interesting problems such as the feedback vertex set problem and elimination distance problems to first-order definable classes. We then study the limitations of separator logic and prove that it cannot express planarity, and, in particular, not the disjoint paths problem. We obtain the stronger disjoint-paths logic FO+DPFO + DP by adding the atomic predicates disjointpathsk[(x1,y1),,(xk,yk)]disjoint-paths_k [(x_1, y_1 ),\ldots , (x_k , y_k )] that evaluate to true if there are internally vertex disjoint paths between (the valuations of) xix_i and yiy_i for all 1ik1 \le i \le k. Disjoint-paths logic can express the disjoint paths problem, the problem of (topological) minor containment, the problem of hitting (topological) minors, and many more. Finally, we compare the expressive power of the new logics with that of transitive closure logics and monadic second-order logic.

Keywords

Cite

@article{arxiv.2107.05928,
  title  = {First-Order Logic with Connectivity Operators},
  author = {Nicole Schirrmacher and Sebastian Siebertz and Alexandre Vigny},
  journal= {arXiv preprint arXiv:2107.05928},
  year   = {2021}
}

Comments

18 pages, 3 figures