On the Complexity of Establishing Hereditary Graph Properties via Vertex Splitting
Alexander Firbas, Manuel Sorge
TL;DR
This work analyzes the complexity of turning graphs into members of a hereditary property via vertex splits, formalized as $Π$-Vertex Splitting ($Π$-VS). It yields a tight dichotomy for properties defined by forbidden induced subgraphs with at most three vertices, and then develops a general reduction framework (via $ ext{Constr}(igvec{G},C,S)$ and admissible splitting configurations) to prove NP-hardness for broad families of forbidden subgraphs, including biconnected and higher-connected cases. The authors further show hardness for infinite families of cycles (e.g., Bipartite-VS and Perfect-VS) and examine the parameterized complexity with respect to the number of splits $k$, obtaining para-NP-hardness in some cases and XP algorithms when each vertex can be split at most once. Overall, the paper maps the tractability frontier for $Π$-VS, highlighting the role of subgraph connectivity and cycle structure, and it outlines several open problems on the remaining tractable cases (e.g., $P_4$ and $K_{1,3}$).
Abstract
Vertex splitting is a graph operation that replaces a vertex $v$ with two nonadjacent new vertices and makes each neighbor of $v$ adjacent with one or both of the introduced vertices. Vertex splitting has been used in contexts from circuit design to statistical analysis. In this work, we explore the computational complexity of achieving a given graph property $Π$ by a limited number of vertex splits, formalized as the problem $Π$ Vertex Splitting ($Π$-VS). We focus on hereditary graph properties and contribute four groups of results: First, we classify the classical complexity of $Π$-VS for graph properties characterized by forbidden subgraphs of size at most 3. Second, we provide a framework that allows to show NP-completeness whenever one can construct a combination of a forbidden subgraph and prescribed vertex splits that satisfy certain conditions. Leveraging this framework we show NP-completeness when $Π$ is characterized by forbidden subgraphs that are sufficiently well connected. In particular, we show that $F$-Free-VS is NP-complete for each biconnected graph $F$. Third, we study infinite families of forbidden subgraphs, obtaining NP-hardness for Bipartite-VS and Perfect-VS. Finally, we touch upon the parameterized complexity of $Π$-VS with respect to the number of allowed splits, showing para-NP-hardness for $K_3$-Free-VS and deriving an XP-algorithm when each vertex is only allowed to be split at most once.
