Subsection 2.7.4 Contradictions
Now consider this expression:
\(p \wedge \neg p \)
Since there is only one variable, the truth table has only two rows:
p | ¬p | p ∧ ¬p |
---|---|---|
T | F | F |
F | T | F |
Now notice that the final column has all F’s. That means that, whatever the truth value for p, p ∧¬p must be false. An expression that is false for all possible truth values of its variables is called a contradiction. So we’ll say that a contradiction is unsatisfiable. Think of a contradiction as a statement that describes an impossible situation. Another way to think of it is that it describes a situation we’ll never have to worry about. We’ve now proved our first such contradiction.
Exercises Exercises
1.
Which of the following statements is a contradiction:
\(\displaystyle ( p \vee q ) \rightarrow \neg p \)
\(\displaystyle \neg ( p \wedge r ) \rightarrow \neg r \)
\(\displaystyle ( p \vee \neg p ) \rightarrow \neg( p \vee \neg p )\)
\(\displaystyle \neg q \rightarrow \neg (\neg q \wedge \neg r )\)
2.
Which of the following statements is a contradiction:
\(\displaystyle ( q \wedge r \wedge s ) \rightarrow \neg s \)
\(\displaystyle (( q \vee r ) \wedge s ) \wedge \neg ( q \wedge r \wedge s )\)
\(\displaystyle ( a \wedge b ) \vee (\neg a \vee \neg b ) \)
\(\displaystyle ( p \vee r) \rightarrow (p \wedge r \wedge s) \)
Exercise Group.
Consider the following statements:
\(\displaystyle ( p \wedge q ) \wedge q \)
\(\displaystyle \neg ( p \wedge q ) \vee q \)
\(\displaystyle ( p \rightarrow q) \wedge q \)
\(\displaystyle ( p \rightarrow q) \wedge (p \wedge \neg q)\)
\(\displaystyle p \wedge (q \wedge \neg r ) \)
4.
(Part 1) Which of these is a tautology?
I.
II.
III.
IV.
V.
5.
(Part 2) Which of these is a contradiction (in other words, it isn’t satisfiable)?
I.
II.
II.
IV.
V.
6.
4. Using a truth table, show that the following expression is a contradiction:
\((p \wedge q ) \equiv (\neg p \vee \neg q ) \)
Click here to use the Truth Table app to do that.
www.truthtables.org/#/true/(p&q)=(!p|!q) 1
7.
5. Using a truth table, show that the following expression is a contradiction:
\(\neg ( p \wedge ( q \vee r )) \equiv (( p \wedge q ) \vee ( p \wedge r )) \)
Click here to use the Truth Table app to do that.
www.truthtables.org/#/true/!(p&(q|r))=((p&q)|(p&r)) 2
When you’ve finished the whole table, enter the next to last column (the one that corresponds to \(((p \wedge q) \vee (p \wedge r)) \) here. Enter a sequence of t’s and f’s, separated by a single space
truthtables.org
truthtables.org