Index

Contradiction

A contradiction is a formula that is always false regardless of the truth assignment. A contradiction is also called a unsatsifiable or an inconsistent formula.

Example

Consider the propositional formula A ∧ ¬A. The truth table below shows this to be always false regardless of the truth value of A.

 A  ¬A  A ∧ ¬A 
tff
ftf

References

Doets, Kees. From Logic to Logic Programming. MIT Press, 1994.

Index