Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Polynomial-time reduction
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Method for solving one problem using another}} In [[computational complexity theory]], a '''polynomial-time reduction''' is a method for solving one problem using another. One shows that if a hypothetical [[subroutine]] solving the second problem exists, then the first problem can be solved by transforming or [[Reduction (complexity)|reducing]] it to inputs for the second problem and calling the subroutine one or more times. If both the time required to transform the first problem to the second, and the number of times the subroutine is called is [[polynomial]], then the first problem is polynomial-time reducible to the second.<ref name = "kleinberg-tardos">{{cite book | last1=Kleinberg | first1=Jon|authorlink1= Jon Kleinberg| last2=Tardos | first2=Γva|authorlink2=Γva Tardos |year=2006 |publisher=Pearson Education |title=Algorithm Design |isbn=978-0-321-37291-8 |pages=452β453 }} </ref> A polynomial-time reduction proves that the first problem is no more difficult than the second one, because whenever an efficient [[algorithm]] exists for the second problem, one exists for the first problem as well. By [[contraposition]], if no efficient algorithm exists for the first problem, none exists for the second either.<ref name = "kleinberg-tardos"/> Polynomial-time reductions are frequently used in complexity theory for defining both [[complexity class]]es and [[complete problem]]s for those classes.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)