# A Turing Kernelization Dichotomy for Structural Parameterizations of   $\mathcal{F}$-Minor-Free Deletion

**Authors:** Huib Donkers, Bart M.P. Jansen

arXiv: 1906.05565 · 2019-07-17

## TL;DR

This paper establishes a dichotomy in kernelization complexity for the -Minor-Free Deletion problem based on the structure of  and related graph parameters, showing hardness results and polynomial Turing kernels.

## Contribution

It proves -Minor-Free Deletion is MK[2]-hard for certain , and provides polynomial Turing kernels for others, extending the understanding of kernelization boundaries.

## Key findings

- -Minor-Free Deletion is MK[2]-hard for  = 
- Polynomial Turing kernels exist when  contains a P3-subgraph-free graph
- Hardness results extend to -Subgraph-Free Deletion

## Abstract

For a fixed finite family of graphs $\mathcal{F}$, the $\mathcal{F}$-Minor-Free Deletion problem takes as input a graph $G$ and an integer $\ell$ and asks whether there exists a set $X \subseteq V(G)$ of size at most $\ell$ such that $G-X$ is $\mathcal{F}$-minor-free. For $\mathcal{F}=\{K_2\}$ and $\mathcal{F}=\{K_3\}$ this encodes Vertex Cover and Feedback Vertex Set respectively. When parameterized by the feedback vertex number of $G$ these two problems are known to admit a polynomial kernelization. Such a polynomial kernelization also exists for any $\mathcal{F}$ containing a planar graph but no forests. In this paper we show that $\mathcal{F}$-Minor-Free Deletion parameterized by the feedback vertex number is MK[2]-hard for $\mathcal{F} = \{P_3\}$. This rules out the existence of a polynomial kernel assuming $NP \subseteq coNP/poly$, and also gives evidence that the problem does not admit a polynomial Turing kernel. Our hardness result generalizes to any $\mathcal{F}$ not containing a $P_3$-subgraph-free graph, using as parameter the vertex-deletion distance to treewidth $mintw(\mathcal{F})$, where $mintw(\mathcal{F})$ denotes the minimum treewidth of the graphs in $\mathcal{F}$. For the other case, where $\mathcal{F}$ contains a $P_3$-subgraph-free graph, we present a polynomial Turing kernelization. Our results extend to $\mathcal{F}$-Subgraph-Free Deletion.

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1906.05565/full.md

---
Source: https://tomesphere.com/paper/1906.05565