First, he emphasized the significance of "polynomial time reducibility," that is, reductions for which the required transformations can be executed by a polynomial algorithm. If we have a polynomial time reduction from one problem to another, this ensures that any polynomial time algorithm for the second problem can be converted into a corresponding polynomial time algorithm for the first problem.
Since then a wide variety of other problems have been proven equivalent in difficulty to these "hardest" problems in NP and the equivalence class has been given the name NP-complete problems.
Hence we are provided with a means of combining many individual complexity questions into one, "Are the NP-complete problems intractable?"
Reminder: A problem is intractable if there is no polynomial time algorithm that can possibly solve it.
All the provably intractable problems known to date fall into two categories:
The question of whether or not the NP-complete problems are intractable is now considered to be one of the foremost open questions of contemporary mathematics and computer science.
As a matter of convenience, the theory of NP-completeness is designed to be applied only to decision problems.