Reduction
1. Complexity Class
When discussing a complexity class
Here, 'reducing'
Some things to remember:
- When proving NP-completeness, we're usually reducing 3-SAT to some problem
, because 3-SAT has already been shown to be NP-complete - We're reducing to the problem that we want to show is (at least) harder. This sounds a little funny, since we might expect that big things are reduced to small things. For me, it's easier to replace the word "reducing" with the phrase "representing
using 's symbols".
2. Language
A language