| Default Logic |
Article Index for Default |
Website Links For Default |
Information AboutDefault Logic |
| CATEGORIES ABOUT DEFAULT LOGIC | |
| logic programming | |
| knowledge representation | |
| logical calculi | |
|
Default logic can express facts like “by default, something is true”; by contrast, standard logic can only express that something is true or that something is false. This is a problem because reasoning often involves facts that are true in the majority of cases but not always. A classical example is: “birds typically fly”. This rule can be expressed in standard logic either by “all birds fly”, which is inconsistent with the fact that penguins do not fly, or by “all birds that are not penguins and not ostriches and ... fly”, which requires all exceptions to the rule to be specified. Default logic aims at formalizing inference rules like this one without explicitly mentioning all their exceptions. SYNTAX OF DEFAULT LOGIC A default theory is a pair . is a set of logical formulae, called ''the background theory'', that formalize the facts that are known for sure. is a set of ''default rules'', each one being of the form: : According to this default, if we believe that is true, and each of is consistent with our current beliefs, we are lead to believe that is true. The logical formulae in and all formulae in a default were originally assumed to be First-order Logic formulae, but they can potentially be formulae in an arbitrary formal logic. The case in which they are formulae in Propositional Logic is one of the most studied. Examples The default rule “birds typically fly” is formalized by the following default: : This rule means that, if is a bird, and it can be assumed that it flies, then we can conclude that it flies. A background theory containing some facts about birds is the following one: :. According to this default rule, a condor flies because the precondition is true and the justification is not inconsistent with what is currently known. On the contrary, does not allow concluding : even if the precondition of the default is true, the justification is inconsistent with what is known. From this background theory and this default, cannot be concluded because the default rule only allows deriving from , but not vice versa. Deriving the antecedents of an inference rule from the consequences is a form of explanation of the consequences, and is the aim of Abductive Reasoning . A common default assumption is that what is not known to be true is believed to be false. This is known as the Closed World Assumption , and is formalized in default logic using a default like the following one for every fact . : |