4

Is there a proof that there exists a decidable problem that is NOT NP-HARD??

rakesh
  • 123

1 Answers1

3

Very simple answer:

Since you need one $x \in A$, and one $x \not \in A$ for a polynomial time reduction, $A = \emptyset$ cannot be a hard language for NP.

sxd
  • 3,504