Quine’s method
For any formula and propositional variable :
- is a tautology if and only if and are tautologies.
- is a contradicition if and only if and are contradictions.
Quine’s Tree
Quine’s method can be described graphically using a binary tree.
- Start with as the root of the tree.
- Take the first level in the tree with a propositional symbol, say , in any of the level’s nodes . If none are left, then finish.
- Let the left child of be and let its right child be .
- Repeat from .
When no propositional symbols remain:
- is a tautology if all fo the leaves in the tree are true.
- is a contradiction if all leaves in the tree are false.
- Otherwise, is a contingency.
title: Example 1
title: Example 2
Satisfiability
Satisfiable
A formula is satisfiable if there is an interpretation $v$ that makes the formula $F$ true. We say satisfies .
T F F T A set of propositional formulae is satisfiable if there is an interpretation $v$ satisfying every formula in $S$.
Link to original
Model
A model is an interpretation that makes a formula (or set of formulae) true.
We can denote that is a model of by $\boxed{v \models A}$.
Link to originalSet of all models
The set of all models of a formula is denoted by $\boxed{\bmod(A)}$.
For example, it is written as . If is not satisfiable, then .
Link to original