Greedily Constructing Small Quasi-Kernels
Alexander Clow
TL;DR
The paper tackles the problem of constructing small quasi-kernels in digraphs by introducing a polynomial-time greedy algorithm that yields quasi-kernels in sourceless digraphs. It formalizes a general framework for hereditary classes, proving an $O(n^4)$-time algorithm that outputs a quasi-kernel of size at most $\frac{t}{t+1}n$, and derives concrete bounds for several graph families, including $\vec{K}_{1,d}$-free graphs and digraphs with bounded out-degree or restricted short cycles (e.g., girth at least seven), with improved bounds such as $|Q|\le \frac{(d^2-2d+2)n}{d^2-d+1}$ and $|Q|\le \frac{4n}{7}$ for specific cases. The work additionally provides $O(n^2)$-time algorithms under certain cycle-restriction conditions and discusses the limitations of the approach in general, contributing to the understanding of when small quasi-kernels exist and how to efficiently compute them. Overall, the results advance toward the Small Quasi-Kernel Conjecture by delivering constructive methods and concrete bounds for several natural digraph classes, with potential implications for related dominance and independence problems in directed graphs.
Abstract
In a digraph $D$,a quasi-kernel is an independent set $Q$ such that for every vertex $u$, there is a vertex $v \in Q$ satisfying $\text{dist}(v,u)\leq 2$. In 1974 Chvátal and Lovász showed every digraph contains a quasi-kernel. In 1976, P. L. Erdős and Székely conjectured that every sourceless digraph has a quasi-kernel of order at most $\frac{n}{2}$. Despite significant recent attention by the community the problem remains far from solved, with no bound of the form $(1-ε)n$ known. We introduce a polynomial time algorithm which greedily constructs a small quasi-kernel. Using this algorithm we show that if $D$ is a $\vec{K}_{1,d}$-free digraph, then $D$ has a quasi-kernel of order at most $\frac{(d^2 - 2d + 2)n}{d^2-d+1}$. By refining this argument we prove that for any $D$ with maximum out-degree $3$ this algorithm constructs a quasi-kernel of order at most ${4n}/{7}$. Finally, we consider the problem in digraphs forbidding certain orientation of short cycles as subgraphs, concluding that all orientations $D$ of a graph $G$ with girth at least $7$ have a quasi-kernel of order at most $\frac{(d^2+4)n}{(d+2)^2}$, where $d$ is the maximum out-degree of $D$.
