Difference between revisions of "Decidability (logic)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
Line 3: Line 3:
 
== Description ==
 
== Description ==
  
Logical systems such as propositional logic are decidable if membership in their set of logically valid formulas (or theorems) can be effectively determined.
+
[[Formal system|Formal systems]] such as [[propositional calculus]] are decidable if membership in their set of logically [[Validity|valid]] formulas (or theorems) can be effectively determined.
  
 
A theory (set of sentences closed under logical consequence) in a fixed logical system is decidable if there is an effective method for determining whether arbitrary formulas are included in the theory.
 
A theory (set of sentences closed under logical consequence) in a fixed logical system is decidable if there is an effective method for determining whether arbitrary formulas are included in the theory.
  
Many important problems are undecidable, that is, it has been proven that no effective method can exist for them.
+
Many important problems are [[Undecidable problem|undecidable]], that is, it has been proven that no effective method can exist for them.
  
 
== See also ==
 
== See also ==
Line 14: Line 14:
 
* [[Decision problem]]
 
* [[Decision problem]]
 
* [[Effective method]]
 
* [[Effective method]]
 +
* [[Formal system]]
 
* [[László Kalmár]] (1936)
 
* [[László Kalmár]] (1936)
 +
* [[Propositional calculus]]
 
* [[W.V.O. Quine]] (1953)
 
* [[W.V.O. Quine]] (1953)
 +
* [[Undecidable problem]]
 
* Meyer and [[Karel Lambert]] (1967)
 
* Meyer and [[Karel Lambert]] (1967)
 +
* [[Validity]]
  
 
== External links ==
 
== External links ==

Revision as of 09:40, 13 September 2016

In logic, the term decidable refers to the decision problem, the question of the existence of an effective method for determining membership in a set of formulas, or, more precisely, an algorithm that can and will return a Boolean true or false value (instead of looping indefinitely).

Description

Formal systems such as propositional calculus are decidable if membership in their set of logically valid formulas (or theorems) can be effectively determined.

A theory (set of sentences closed under logical consequence) in a fixed logical system is decidable if there is an effective method for determining whether arbitrary formulas are included in the theory.

Many important problems are undecidable, that is, it has been proven that no effective method can exist for them.

See also

External links