The monotonicity conjecture for recognizing generating complete bipartite subgraphs
The monotonicity conjecture for recognizing generating complete bipartite subgraphs
Let be positive integers with and , and let and . Let be a family of graphs for which recognizing generating subgraphs isomorphic to is NP-complete. Monotonicity conjecture. Then recognizing generating subgraphs of graphs in isomorphic to is NP-complete as well. This conjecture proposes that NP-completeness for recognizing generating subgraphs isomorphic to a smaller complete bipartite graph extends to larger complete bipartite graphs within the same family. The paper establishes the corresponding complexity results for the relevant complete bipartite graphs by minor modifications of an earlier proof, but the stated general implication is presented as a conjecture.
Progress summary
The conjecture remains unproved in general, although the predicted hardness is known for several specific graph families.
The monotonicity conjecture asserts that, for a graph family , NP-completeness for recognizing generating copies of should imply NP-completeness for whenever and . It is stated as Conjecture 24 in Recognizing generating subgraphs revisited.
Known results
- For graphs without cycles of lengths and , recognizing generating is NP-complete.
- In that same family, minor modifications yield NP-completeness for every with and .
- For bipartite graphs of girth at least , the corresponding hardness results are also recorded.
Current status (as of August 2026): The general monotonicity conjecture remains open; only particular-family cases are established, with no publicly verified proof or counterexample found.
Sources
Sources & referencesView supporting material
Primary source
Vadim E. Levit and David Tankus, “Recognizing generating subgraphs revisited”, arXiv:1811.04433 (2018).
Solutions 1
Sign in to submit a solution.
Counterexample to the literal arbitrary-family statement
Let be the family of graphs containing no cycles of length or , where the forbidden cycles need not be induced.
Take
A generating is exactly a relating edge. Levit and Tankus proved in Theorem 2.1 of On Relating Edges in Graphs without Cycles of Length 4 that deciding whether a specified edge is relating is NP-complete for graphs in . Thus the conjecture's premise holds for .
However, no graph in contains a . Indeed, if its two sides are and , then its four cross-edges form the cycle
which is a cycle of length .
Consequently, no graph in contains a generating , so the corresponding recognition language has no yes-instances. The empty language is not NP-hard under polynomial-time many-one reductions: for example, a satisfiable SAT instance would have to map to a yes-instance, but none exists. Hence this recognition problem is not NP- complete.
The premise therefore holds at while the conclusion fails at , disproving Conjecture 24 as stated.
This does not affect the paper's preceding result for its particular family of graphs without cycles of lengths and . It only refutes the subsequent extrapolation to an arbitrary graph family; a repaired statement would need an appropriate closure or padding hypothesis on .
Conjecture source: https://arxiv.org/abs/1811.04433
Hardness theorem: https://arxiv.org/abs/0908.4016