Induced Path

Input

Graph G=(V,E)G = (V, E), positive integer KVK \leq |V|.

Question

Is there a subset VVV' \subseteq V with VK|V'| \geq K such that the subgraph induced by VV' is a simple path on V|V'| vertices?

Classes

Comments

Note that this is not a hereditary property, so the result is not implied by either of the previous two results. Remains NP-complete if GG is bipartite. The same result holds for the variant in which simple path is replaced by simple cycle. The problems of finding the longest simple path or longest simple cycle (not necessarily induced) are also NP-complete.

Proofs

NP-complete

Transformation from 3-Satisfiability.

Reducible from