Determine whether each of these compound propositions
is satisfiable.
a) (p ∨ ¬q) ∧ (¬p ∨ q) ∧ (¬p ∨ ¬q)
b) (p → q) ∧ (p → ¬q) ∧ (¬p → q) ∧ (¬p → ¬q)
c) (p ↔ q) ∧ (¬p ↔ q)
A compound proposition is satisfiable if at least one entry of the truth table is TRUE. We find the truth table for each of the given compound propositions.
a) Truth table for (p ∨ ¬q) ∧ (¬p ∨ q) ∧ (¬p ∨ ¬q)
"\\begin{array}{|c|c|c|c|c|c|c|c|}\n\\hline\np & q & p \\vee \\neg q\t& \\neg p \\vee q &\t\\neg p \\vee \\neg q & \\left(p \\vee \\neg q\\right) \\wedge \\left(\\neg p \\vee q\\right) \\wedge \\left(\\neg p \\vee \\neg q\\right)\\\\\n\\hline\nT & T & T & T & F & F\\\\\nT&\tF&\tT&\tF&\tT&\tF\\\\\nF&\tT&\tF&\tT&\tT&\tF\\\\\nF&\tF&\tT&\tT&\tT&\tT\\\\\n\\hline\n\\end{array}"
b) Truth table for (p → q) ∧ (p → ¬q) ∧ (¬p → q) ∧ (¬p → ¬q)
"\\begin{array}{|c|c|c|c|c|c|c|}\n\\hline\np & q &p \\rightarrow q & p \\rightarrow \\neg q & \\neg p \\rightarrow q & \\neg p \\rightarrow \\neg q &\t\\left(p \\rightarrow q\\right) \\wedge \\left(p \\rightarrow \\neg q\\right)\\wedge\\\\\n&&&&&& \\left(\\neg p \\rightarrow q\\right) \\wedge \\left(\\neg p \\rightarrow \\neg q\\right)\\\\\n\\hline\nT&\tT&\tT&\tF&\tT&\tT&\tF\\\\\nT&\tF&\tF&\tT&\tT&\tT&\tF\\\\\nF&\tT&\tT&\tT&\tT&\tF&\tF\\\\\nF&\tF&\tT&\tT&\tF&\tT&\tF\\\\\n\\hline\n\\end{array}"
c) Truth table for (p ↔ q) ∧ (¬p ↔ q)
"\\begin{array}{|c|c|c|c|c|c|}\n\\hline\np & q & p \\leftrightarrow q & \\neg p & \\neg p \\leftrightarrow q\t& \\left(p \\leftrightarrow q\\right) \\wedge \\left(\\neg p \\leftrightarrow q\\right)\\\\\n\\hline\nT&\tT&\tT&\tF&\tF&\tF\\\\\nT&\tF&\tF&\tF&\tT&\tF\\\\\nF&\tT&\tF&\tT&\tT&\tF\\\\\nF&\tF&\tT&\tT&\tF&\tF\\\\\n\\hline\n\\end{array}"
From the above truth tables, we see that the first compound proposition alone is satisfiable as it contains one TRUE value and the remaining two compound propositions are contradiction as all the truth values are FALSE.
Comments
Leave a comment