Papers
Topics
Authors
Recent
Search
2000 character limit reached

On the complexity of edge subdivision to HH-free graphs

Published 27 Apr 2026 in cs.DS and math.CO | (2604.24228v1)

Abstract: Subdividing an edge uvuv in a graph replaces it by a path uwvu w v with one new vertex. For a graph HH, the \textsc{HH-free Subdivision} problem asks whether, given a graph GG and an integer kk, one can destroy all induced copies of HH in GG by at most kk edge subdivisions. We show that the problem is polynomial-time solvable when every component of HH is a subdivided star or a subdivided bistar, and at most one component is a subdivided bistar. On the other hand, we prove that \textsc{HH-free Subdivision} is NP-complete and, assuming the Exponential Time Hypothesis, admits no 2<sup>o(k)</sup>n<sup>O(1)2<sup>{o(k)}</sup> n<sup>{O(1)}-time algorithm whenever HH satisfies any of the following conditions: \begin{itemize} \item HH has minimum degree at least $2$, and the neighborhood of every degree-$2$ vertex induces a K2K_2; \item the vertices of degree at least $3$ in HH induce a graph with at least two edges; \item HH has a triangle with two vertices of degree at least $3$; \item HH contains, as an induced subgraph, the graph obtained from two vertex-disjoint triangles by adding one edge between them; \item HH contains exactly one triangle; \item HH has girth at least $4$; \item HH is a tree with exactly two vertices of degree at least $3$ at distance $2$ or at least $4$. \end{itemize} A simple bounded search-tree algorithm for the problem runs in 2<sup>O(k)</sup>n<sup>O(1)2<sup>{O(k)}</sup> n<sup>{O(1)} time. Thus, for all hardness cases above, this running time is essentially optimal under ETH.

Authors (2)

Summary

  • The paper introduces H-free Subdivision and gives a 2^{O(k)}·n^{O(1)} fixed-parameter algorithm by branching on edges in induced copies of H.
  • The paper proves NP-completeness and rules out 2^{o(k)}·n^{O(1)} algorithms under ETH for broad families, including non-forest graphs of girth at least 4, graphs with one triangle, and many trees with two branching vertices.
  • The paper identifies polynomial-time cases involving subdivided stars and bistars while leaving a narrow gap, including trees whose two branching vertices are at distance 3 and some graphs with multiple bistar components.

Problem definition and context

The paper studies a new graph modification problem in which the permitted operation is edge subdivision: replacing an edge uvuv by a path uu–ww–vv through a fresh vertex ww. For a fixed graph HH, the HH-free Subdivision problem takes as input a graph GG and an integer kk and asks whether GG can be made free of induced copies of uu0 by at most uu1 successive edge subdivisions. The authors position this problem within the established landscape of modification problems targeting hereditary classes of the form "no induced copy of uu2", where the operation ranges over vertex deletion, edge deletion/completion/editing, contraction, subgraph complementation, switching, and vertex splitting; for most of these operations, NP-completeness is known for essentially all nontrivial choices of uu3.

Two structural observations frame the entire paper. First, subdivisions never destroy minors or induced minors, so the problem is trivial for minor-closed and induced-minor-closed targets. Second, within the hereditary setting, an induced subdivided star (a tree with at most one vertex of degree at least 3) can never be destroyed by subdivision, and the only way to destroy an induced subdivided bistar (a tree whose two degree-3 vertices are adjacent) is to subdivide the edge joining them. This yields a polynomial-time solvable case: if every component of uu4 is a subdivided star or subdivided bistar, with at most one bistar component, the problem is trivially decidable. The authors conjecture that these are the only polynomial-time cases, and that all remaining cases are NP-complete with no uu5 algorithm under the Exponential Time Hypothesis (ETH). The paper substantiates this conjecture for a broad family of graphs uu6.

Upper bound

A bounded search tree yields a straightforward FPT algorithm running in time uu7: repeatedly find an induced copy of uu8 and branch on which of its edges to subdivide. All hardness results below are tight against this bound under ETH, since they rule out uu9 algorithms.

Hardness via equivalence with edge deletion

The first hardness theorem covers two conditions on ww0: (i) ww1 and the neighborhood of every degree-2 vertex induces a ww2; or (ii) the vertices of degree at least 3 induce at least two edges. Case (i) is handled by showing polynomial equivalence between ww3-free Subdivision and ww4-free Edge Deletion. The key insight is that a subdivision vertex has degree 2 with a non-adjacent neighborhood, so it cannot play the role of any vertex of such an ww5; hence subdividing exactly the edges of an edge-deletion solution produces an ww6-free graph, and conversely any subdivision solution induces an edge-deletion solution on the original edges. Since ww7-free Edge Deletion is NP-complete and admits no ww8 algorithm whenever ww9, hardness transfers directly.

Case (ii) uses a reduction from vv0-free Edge Deletion where vv1 is the subgraph induced by the high-degree vertices. The construction attaches, for each component vv2 of vv3 (where vv4 is the high-degree set), either vv5 disjoint copies, per-vertex copies, or per-pair copies of vv6 to the input graph, so that any attempted induced copy of vv7 can be completed to a copy of vv8 using an untouched gadget. The parameter is preserved, giving the ETH lower bound.

Girth-3 graphs

For graphs vv9 of girth 3 not covered above, triangles have a restricted form: a hanging triangle contains exactly one high-degree vertex, and a roof triangle contains exactly two. The paper proves NP-completeness and the matching ETH lower bound when ww0 has a roof triangle, or when it has two hanging triangles whose attachment vertices are adjacent. Both reductions start from an appropriate ww1-free Edge Deletion instance, where ww2 is the book-like subgraph spanned by the roof-triangle vertices (or by the adjacent attachment vertices together with their hanging triangles). For every edge of the deletion instance, the construction attaches ww3 copies of the remainder ww4 — in both orientations when the roles of ww5 and ww6 are asymmetric — guaranteeing that at least one attached copy survives any solution of size at most ww7. Subdivisions cannot create triangles, so any induced copy of ww8 must realize its triangle part inside the original graph, forcing an induced copy of ww9 to survive unless the corresponding edges are deleted. The paper also proves hardness for every HH0 containing precisely one triangle; this follows from the later girth-at-least-4 machinery, since the shortest-cycle vertices then induce a triangle, which is 2-connected.

Non-forest graphs of girth at least 4

The main technical contribution is a complete hardness proof for every non-forest HH1 with HH2. The generic reduction is from Vertex Cover. Given HH3, the construction places HH4 as an independent set, adds a universal vertex HH5, and for each edge HH6 introduces a private induced copy of HH7 in which HH8 plays the role of a degree-2 vertex HH9 on a shortest cycle and HH0 play the roles of its neighbors. Crucially, all pairs of distinct edge-gadgets are made complete to each other, and every non-endpoint vertex of HH1 is made complete to every gadget. Any induced copy of HH2 in the resulting graph is triangle-free, so it can meet at most two gadgets; a careful case analysis shows that any copy distributed across two gadgets would force HH3 to be an induced subgraph of one of three explicitly defined exceptional classes HH4. If HH5 lies outside these classes, a vertex cover translates into subdividing the edges HH6 for HH7 in the cover, and the counting argument on shortest cycles shows this destroys all copies of HH8 without creating new ones.

For HH9 inside the exceptional classes, a second reduction applies, again from Vertex Cover but on instances of girth exceeding GG0, so that short cycles are confined to individual gadgets. Two situations arise: either the vertices lying on shortest cycles induce a 2-connected subgraph (so those cycles cannot be split across gadgets intersecting in one vertex), or the core of GG1 is one of a finite family of explicit structures — the 8-vertex graph GG2, or the graphs GG3 consisting of two bundles of internally disjoint 2-paths between GG4 and GG5 with optional adjacency or subdivided adjacency to a vertex GG6. In the latter case the construction splits GG7 at the cut vertex GG8, attaching one part to ordered edges and the other to endpoints, so that every copy of GG9 still corresponds to an edge of the source graph. A final structural lemma shows these reductions plus the earlier results cover all non-forest graphs of girth at least 4, completing the dichotomy for this family.

Trees

For trees kk0 with exactly two branching vertices kk1, the paper proves hardness when kk2 is even (including distance 2), or odd and at least 5. Even distances reduce from kk3-free Edge Deletion; odd distances at least 5 reduce from kk4-free Edge Deletion. Both reductions attach, to every vertex of the input graph, kk5 copies of rooted trees kk6 for each offset kk7 up to roughly half the branching distance kk8, where kk9 scales the budget (GG0). An induced GG1 or GG2 surviving in the pruned input graph can always be extended, via untouched gadget copies, into an induced copy of GG3; conversely, subdividing each deleted edge GG4 times eliminates all copies because the branching vertices' connecting path would need to traverse an induced path too long to exist. The counting argument relies on having strictly more gadget copies than the budget allows the solution to touch.

Limitations and open questions

The central conjecture remains open in specific cases. Among trees with exactly two branching vertices, the case where the branching vertices are at distance 3 is not covered: the authors state plainly that they lack a reduction yielding the parameterized subexponential lower bound there, although the general GG5 upper bound still applies. More broadly, the full conjecture — that NP-completeness with the ETH lower bound holds for every GG6 outside the polynomial-time family, including graphs with multiple bistar components — is verified only for the families listed above. The reductions also inherit their lower bounds from GG7-free Edge Deletion and high-girth Vertex Cover, so any improvement in those base bounds would transfer, but no stronger unconditional lower bounds are claimed.

Conclusion

This paper initiates the study of GG8-free Subdivision and establishes a near-dichotomy: polynomial-time solvability when every component of GG9 is a subdivided star or bistar (with at most one bistar), and NP-completeness with a tight uu00 ETH lower bound — matching the trivial uu01 search-tree algorithm — for a wide range of uu02, including all non-forest graphs of girth at least 4, all graphs with exactly one triangle, several structured girth-3 families, and trees with two branching vertices at distance 2 or at least 4. The remaining gap between the proven-hard and provably-easy cases is narrow and explicitly identified, making the resolution of the stated conjecture a well-defined target for subsequent work.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Tweets

Sign up for free to view the 1 tweet with 0 likes about this paper.