Is there a proof that there exists a decidable problem that is NOT NP-HARD??
Asked
Active
Viewed 482 times
1 Answers
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
-
haha... wonderful.. thnx – rakesh Dec 03 '11 at 16:41
-
and under $P=NP$ only $\emptyset$ and $A^{\ast}$ are not NP-hard under polynomial time reductions. – sdcvvc Dec 03 '11 at 17:27
-
1@sdcvvc, not NP-hard you mean. – sxd Dec 03 '11 at 17:32
-
Yes, thanks for the correction. – sdcvvc Dec 03 '11 at 17:32