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.

  1. Start with as the root of the tree.
  2. 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.
  3. Let the left child of be and let its right child be .
  4. 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
![](https://git.is.horse/insert/university/obsidian-notes/-/raw/9d95afcbbdb7a4c77ca9f62b32e35c6f31e269e7/University/Year%201/Semester%201%20%26%202/4CCS1ELA%20Elementary%20Logic%20with%20Applications/Week%205.%20Important%20Semantical%20Notions/Pasted%20image%2020211022121610.png)
title: Example 2
![](https://git.is.horse/insert/university/obsidian-notes/-/raw/9d95afcbbdb7a4c77ca9f62b32e35c6f31e269e7/University/Year%201/Semester%201%20%26%202/4CCS1ELA%20Elementary%20Logic%20with%20Applications/Week%205.%20Important%20Semantical%20Notions/Pasted%20image%2020211022121954.png)

Satisfiability

Satisfiable

A formula is satisfiable if there is an interpretation $v$ that makes the formula $F$ true. We say satisfies .

TF
FT

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}$.

Set 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

Link to original