Difference between revisions of "Non-monotonic logic"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
(External links)
 
(2 intermediate revisions by the same user not shown)
Line 13: Line 13:
 
== See also ==
 
== See also ==
  
 +
* [[Circumscription (logic)]]
 
* [[Consequence relation]]
 
* [[Consequence relation]]
 +
* [[Frame problem]]
 
* [[Logic]]
 
* [[Logic]]
 
* [[Logic programming]]
 
* [[Logic programming]]
Line 24: Line 26:
  
 
* [https://en.wikipedia.org/wiki/Non-monotonic_logic Non-monotonic logic] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Non-monotonic_logic Non-monotonic logic] @ Wikipedia
 +
 +
[[Category:Logic]]

Latest revision as of 05:58, 12 April 2016

A non-monotonic logic is a formal logic whose consequence relation is not monotonic.

Description

In other words, non-monotonic logics are devised to capture and represent defeasible inferences (c.f. defeasible reasoning), i.e., a kind of inference in which reasoners draw tentative conclusions, enabling reasoners to retract their conclusion(s) based on further evidence.

Most studied formal logics have a monotonic consequence relation, meaning that adding a formula to a theory never produces a reduction of its set of consequences.

Intuitively, monotonicity indicates that learning a new piece of knowledge cannot reduce the set of what is known.

A monotonic logic cannot handle various reasoning tasks such as reasoning by default (consequences may be derived only because of lack of evidence of the contrary), abductive reasoning (consequences are only deduced as most likely explanations), some important approaches to reasoning about knowledge (the ignorance of a consequence must be retracted when the consequence becomes known), and similarly, belief revision (new knowledge may contradict old beliefs).

See also

External links