FACTOID # 146: About one-quarter of all nations drive on the left-hand-side of the road. Most of them are former British colonies.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

SEARCH ALL

FACTS & STATISTICS    Advanced view

Search encyclopedia, statistics and forums:

 

 

(* = Graphable)

 

 


Encyclopedia > Decision procedure

In logic, a decision problem is determining whether or not there exists a decision procedure or algorithm for a class S of questions requiring a Boolean value (i.e., a true or false, or yes or no). These are also known as yes-or-no questions. For example, the decision problem for the class of questions "Does x divide y without remainder?" is decidable because there exists a mechanical procedure, namely long division, which allows us to determine for any x and any y whether the answer for "Does x divide y without remainder?" is yes or no.


Every decision problem is reducible to a computation problem in the following way. Every class of yes-or-no questions is reducible to the predicate form "Is P(x1,...,xn) true?". For example, the above example is reducible to "Is P(x,y) true?". This predicate form is reducible to the representing function


So deciding whether P(x1,...,xn) is true is equivalent to computing the value for f(x1,...,xn).


Definition

A decision problem is a countable set S and a function

.

Let A be the preimage of f for 0.

The problem is called decidable if A is a recursive set. It is called partially decidable, solvable or provable if A is a recursively enumerable set. Otherwise the problem is called undecidable.


We can give an alternative definition in terms of computable functions:


If f is a total computable function the problem is called computable. If f is only a partial computable function the problem is called partially computable. Otherwise the problem is called uncomputable.


Notes

It should be noted that a decision problem is always a set of related problems which is in some sense large enough. A single problem P is always trivially decidable by assigning the constant function f(P)≡0 or f(P)≡1 to it.


Nearly every problem can be cast as a decision problem by using reductions, often with little effect on the amount of time or space needed to solve the problem. Many traditional hard problems have been cast as decision problems because this makes them easier to study and to solve, and proving that these problems are hard suffices to show that more complex problems are hard as well.


Examples

Important undecidable decision problems include the halting problem and Goodstein's theorem; for more, see list of undecidable problems. In computational complexity, decision problems which are complete are used to characterize complexity classes of decision problems. Important examples include the boolean satisfiability problem and several of its variants, along with the undirected and directed reachability problem.


  Results from FactBites:
 
Decision problem - Wikipedia, the free encyclopedia (857 words)
Decision problems are closely related to function problems, which can have answers that are more complex than a simple 'yes' or 'no'.
In this sense, a decision problem is equivalent to a formal language.
Every decision problem can be converted into the function problem of computing the characteristic function of the set associated to the decision problem.
Procedures and Algorithms (2354 words)
Thus, a procedure is a step by step method for performing a task or solving a problem, presented with sufficient precision and detail, and in an appropriate form and language, that it is completely and unambiguously interpretable and executable by the particular agent or device intended to perform the procedure.
Procedures consist of a finite number of discrete steps each of which is comprised of a rule, or an instruction or operation that can be applied, performed or executed by the device or agent that is expected to carry out the procedure.
Consequently, although a procedure might consist of a relatively small number of steps, some of these steps can be repeated so that the device or agent performing the procedure may actually execute a relatively large number of operations to carry out some tasks or solve some problems.
  More results at FactBites »


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.