Hardness and completeness

Since an easier class is included as a subset of a harder one, it is helpful to have a notion of a language (i.e., problem) being among the hardest possible within a class. Let X refer to either P, NP, PSPACE, or EXPTIME. A language $ A$ is called X-hard if every language $ B$ in class X is polynomial-time reducible to $ A$. In short, this means that in polynomial time, any language in $ B$ can be translated into instances for language $ A$, and then the decisions for $ A$ can be correctly translated back in polynomial time to correctly decide $ B$. Thus, if $ A$ can be decided, then within a polynomial-time factor, every language in X can be decided. The hardness concept can even be applied to a language (problem) that does not belong to the class. For example, we can declare that a language $ A$ is NP-hard even if $ A \not \in$NP (it could be harder and lie in EXPTIME, for example). If it is known that the language is both hard for some class X and is also a member of X, then it is called X-complete (i.e., NP-complete, PSPACE-complete, etc.).6.8 Note that because of this uncertainty regarding P, NP, and PSPACE, one cannot say that a problem is intractable if it is NP-hard or PSPACE-hard, but one can, however, if the problem is EXPTIME-hard. One additional remark: it is useful to remember that PSPACE-hard implies NP-hard.

Figure 6.41: Even motion planning for a bunch of translating rectangles inside of a rectangular box in $ {\mathbb{R}}^2$ is PSPACE-hard (and hence, NP-hard).
\begin{figure}\centerline{\psfig{file=figs/warehouse.eps,width=5.0in}}\end{figure}

Steven M LaValle 2020-08-14