English

Testing Graph Properties with the Container Method

Data Structures and Algorithms 2026-03-09 v2

Abstract

We establish nearly optimal sample complexity bounds for testing the ρ\rho-clique property in the dense graph model. Specifically, we show that it is possible to distinguish graphs on nn vertices that have a ρn\rho n-clique from graphs for which at least ϵn2\epsilon n^2 edges must be added to form a ρn\rho n-clique by sampling and inspecting a random subgraph on only O~(ρ3/ϵ2)\tilde{O}(\rho^3/\epsilon^2) vertices. We also establish new sample complexity bounds for ϵ\epsilon-testing kk-colorability. In this case, we show that a sampled subgraph on O~(k/ϵ)\tilde{O}(k/\epsilon) vertices suffices to distinguish kk-colorable graphs from those for which any kk-coloring of the vertices causes at least ϵn2\epsilon n^2 edges to be monochromatic. The new bounds for testing the ρ\rho-clique and kk-colorability properties are both obtained via new extensions of the graph container method. This method has been an effective tool for tackling various problems in graph theory and combinatorics. Our results demonstrate that it is also a powerful tool for the analysis of property testing algorithms.

Keywords

Cite

@article{arxiv.2308.03289,
  title  = {Testing Graph Properties with the Container Method},
  author = {Eric Blais and Cameron Seth},
  journal= {arXiv preprint arXiv:2308.03289},
  year   = {2026}
}

Comments

Updated version. Appeared in SICOMP 2025

R2 v1 2026-06-28T11:49:26.887Z