900 likes | 921 Vues
Costas Busch's Reduction Principle is a powerful tool in theoretical computer science to establish decidability and undecidability of languages. This concept simplifies problem-solving by reducing complex tasks to known solvable or unsolvable problems, enabling the proof of challenging theorems.
E N D
Reductions Costas Busch - RPI
Problem is reduced to problem If we can solve problem then we can solve problem Costas Busch - RPI
Definition: Language is reduced to language There is a computable function (reduction) such that: Costas Busch - RPI
Recall: Computable function : There is a deterministic Turing machine which for any string computes Costas Busch - RPI
Theorem: If: a: Language is reduced to b: Language is decidable Then: is decidable Proof: Basic idea: Build the decider for using the decider for Costas Busch - RPI
Decider for Reduction YES Input string YES accept accept compute Decider for (halt) (halt) NO NO reject reject (halt) (halt) END OF PROOF Costas Busch - RPI
Example: is reduced to: Costas Busch - RPI
We only need to construct: Turing Machine for reduction DFA Costas Busch - RPI
Let be the language of DFA Let be the language of DFA Turing Machine for reduction DFA construct DFA by combining and so that: Costas Busch - RPI
Decider for Reduction Input string YES compute YES Decider NO NO Costas Busch - RPI
Theorem (version 1): If: a: Language is reduced to b: Language is undecidable Then: is undecidable (this is the negation of the previous theorem) Proof: Suppose is decidable Using the decider for build the decider for Contradiction! Costas Busch - RPI
If is decidable then we can build: Decider for Reduction YES Input string YES accept accept compute Decider for (halt) (halt) NO NO reject reject (halt) (halt) CONTRADICTION! END OF PROOF Costas Busch - RPI
Observation: In order to prove that some language is undecidable we only need to reduce a known undecidable language to Costas Busch - RPI
State-entry problem Input: • Turing Machine • State • String Question: Does enter state while processing input string ? Corresponding language: Costas Busch - RPI
Theorem: is undecidable (state-entry problem is unsolvable) Proof: Reduce (halting problem) to (state-entry problem) Costas Busch - RPI
Halting Problem Decider Decider for state-entry problem decider Reduction YES YES Compute Decider NO NO Given the reduction, if is decidable, then is decidable A contradiction! since is undecidable Costas Busch - RPI
We only need to build the reduction: Reduction Compute So that: Costas Busch - RPI
Construct from : special halt state halting states A transition for every unused tape symbol of Costas Busch - RPI
special halt state halting states halts halts on state Costas Busch - RPI
Therefore: halts on input halts on state on input Equivalently: END OF PROOF Costas Busch - RPI
Blank-tape halting problem Input: Turing Machine Question: Does halt when started with a blank tape? Corresponding language: Costas Busch - RPI
Theorem: is undecidable (blank-tape halting problem is unsolvable) Proof: Reduce (halting problem) to (blank-tape problem) Costas Busch - RPI
Halting Problem Decider Decider for blank-tape problem decider Reduction YES YES Compute Decider NO NO Given the reduction, If is decidable, then is decidable A contradiction! since is undecidable Costas Busch - RPI
We only need to build the reduction: Reduction Compute So that: Costas Busch - RPI
Construct from : no Tape is blank? yes Run Write on tape with input If halts then halt Costas Busch - RPI
no Tape is blank? yes Run Write on tape with input halts on input halts when started on blank tape Costas Busch - RPI
halts on input halts when started on blank tape Equivalently: END OF PROOF Costas Busch - RPI
Theorem (version 2): If: a: Language is reduced to b: Language is undecidable Then: is undecidable Proof: Suppose is decidable Then is decidable Using the decider for build the decider for Contradiction! Costas Busch - RPI
Suppose is decidable reject Decider for (halt) accept (halt) Costas Busch - RPI
Suppose is decidable Then is decidable (we have proven this in previous class) Decider for NO YES reject accept Decider for (halt) (halt) YES NO accept reject (halt) (halt) Costas Busch - RPI
If is decidable then we can build: Decider for Reduction YES Input string YES accept accept compute Decider for (halt) (halt) NO NO reject reject (halt) (halt) CONTRADICTION! Costas Busch - RPI
Alternatively: Decider for Reduction NO Input string YES reject accept compute Decider for (halt) (halt) YES NO accept reject (halt) (halt) CONTRADICTION! END OF PROOF Costas Busch - RPI
Observation: In order to prove that some language is undecidable we only need to reduce some known undecidable language to or to (theorem version 1) (theorem version 2) Costas Busch - RPI
Undecidable Problems for Turing Recognizable languages Let be a Turing recognizable language • is empty? • is regular? • has size 2? All these are undecidable problems Costas Busch - RPI
Let be a Turing recognizable language • is empty? • is regular? • has size 2? Costas Busch - RPI
Empty language problem Input: Turing Machine Question: Is empty? Corresponding language: Costas Busch - RPI
Theorem: is undecidable (empty-language problem is unsolvable) Proof: Reduce (membership problem) to (empty language problem) Costas Busch - RPI
membership problem decider Decider for empty problem decider Reduction YES YES Compute Decider NO NO Given the reduction, if is decidable, then is decidable A contradiction! since is undecidable Costas Busch - RPI
We only need to build the reduction: Reduction Compute So that: Costas Busch - RPI
Construct from : Tape of input string write on tape skip input string run on input yes If accepts ? then accept Costas Busch - RPI
Tape of write on tape skip input string run on input yes If accepts ? then accept Costas Busch - RPI
Tape of write on tape skip input string run on input yes If accepts ? then accept Costas Busch - RPI
During this phase this area is not touched working area of write on tape skip input string run on input yes If accepts ? then accept Costas Busch - RPI
Simply check if entered an accept state altered write on tape skip input string run on input yes If accepts ? then accept Costas Busch - RPI
Now check input string write on tape skip input string run on input yes If accepts ? then accept Costas Busch - RPI
The only possible accepted string t r o y write on tape skip input string run on input yes If accepts ? then accept Costas Busch - RPI
accepts does not accept write on tape skip input string run on input yes If accepts ? then accept Costas Busch - RPI
Therefore: accepts Equivalently: END OF PROOF Costas Busch - RPI
Let be a Turing recognizable language • is empty? • is regular? • has size 2? Costas Busch - RPI