Consistency (knowledge bases)

From English Wikipedia @ Freddythechick

This is the current revision of this page, as edited by imported>Yaron K. at 17:50, 22 July 2016 (Changed category back to "Knowledge representation" - nothing web-related here). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A knowledge base KB is consistent iff its negation is not a tautology.

I.e., a knowledge base KB is inconsistent (not consistent) iff there is no interpretation which entails KB.

Example of an inconsistent knowledge base:

KB := { a, ¬a }

Consistency in terms of knowledge bases is mostly the same as the natural understanding of consistency.