In propositional logic a tautology is a formula that is always true regardless of the truth assignment. A tautological formula is also called a valid formula.
Consider the propositional formula A ∨ ¬A
.
The truth table below shows this to be always true regardless of the truth value of A
.
A | ¬A | A ∨ ¬A |
---|---|---|
t | f | t |
f | t | t |
Doets, Kees. From Logic to Logic Programming. MIT Press, 1994.
Copyright © 2014 — 2016 Barry Watson. All rights reserved.