Unsatisfiable
Unsatisfiable describes a property of a logical formula, theory, or set of constraints when no interpretation or assignment can make all statements true simultaneously. In propositional logic, this means there is no truth assignment to the variables that renders the formula true. In first-order logic, a theory is unsatisfiable if it has no model, i.e., no structure in which all sentences of the theory hold.
An elementary example is the conjunction p ∧ ¬p, which cannot be true under any assignment, and is
In computational logic, the decision problem UNSAT asks whether a given propositional formula is unsatisfiable. This
Unsatisfiability also arises in constraint satisfaction, automated reasoning, and knowledge representation. A related notion is an