Chapter 1 Logical Connectors
Exercises Practice Problems
1. Statements.
Consider the following two statements:
\(P = \) The rent increases.
\(Q = \) I will renew my lease.
Express the following statements in words.
\(\displaystyle P \vee Q\)
\(\displaystyle (\neg P) \wedge Q\)
\(\displaystyle (\neg P) \Rightarrow Q\)
\(\displaystyle P \Rightarrow (\neg Q)\)
Under negation, AND becomes OR, while OR becomes AND.
2. Implications.
Each of the following statements is an implication \(P \Rightarrow Q\text{.}\) For each statement, indicate what \(P\) and \(Q\) are, then rephrase the statment as "if \(P\) then \(Q\text{.}\)"
(Hint: an implication \(P \Rightarrow Q\) is only false when \(P\) is true and \(Q\) is false. Thus, it may help you to imagine what it would mean for each of these statements to be false.)
I think, therefore I am.
You can drive from Minneapolis to Madison if your car has a full tank of gas.
I’m only going to my class reunion if I get a promotion at work.
I will take you to the pool as long as you do your afternoon chores.
Passing Linear Algebra is necessary to register for Algebraic Structures.
If I think, then I exist.
If your car has a full tank of gas then you can drive from Minneapolis to Madison.
If I get a promotion at work thrn I will go to my class reunion.
If you do your afternoon chores then I will take you to the pool.
If you register for Algebraic Structures then you must pass Linear Algebra.
3. Two Truth Tables.
-
Fill in this truth table.
\begin{equation*} \begin{array}{c|c|c|c} P & Q & P \wedge Q & \neg (P \wedge Q) \\ \hline T & T & & \\ T & F & & \\ F & T & & \\ F & F & & \\ \end{array} \end{equation*}\begin{equation*} \begin{array}{c|c|c|c} %mathbook tabular P & Q & P \wedge Q & \neg (P \wedge Q) \\ \hline T & T & T& F\\ T & F & F & T\\ F & T & F & T\\ F & F & F & T\\ \end{array} \end{equation*} -
Now fill in this truth table.
\begin{equation*} \begin{array}{c|c|c|c|c} P & Q & \neg P & \neg Q & \neg P \vee \neg Q \\ \hline T & T & & & \\ T & F & & & \\ F & T & & & \\ F & F & & & \\ \end{array} \end{equation*}\begin{equation*} \begin{array}{c|c|c|c|c} P & Q & \neg P & \neg Q & \neg P \vee \neg Q \\ \hline T & T & F& F& F \\ T & F & F & T & T\\ F & T & T & F & T\\ F & F & T & T & T \\ \end{array} \end{equation*} Look at the last column of each of the two tables above. What do you conclude? Write a mathematical statement (using symbols) that summarizes your observation. Solution.
These two statements are equivalent. In other words, \[ \neg (P \wedge Q) \Longleftrightarrow \neg P \vee \neg Q. \]
4. Truth Table for \(\neg (P \vee Q)\).
Fill in the following truth table. Using the previous problems as inspiration, find another compound statement that is equivalent to \(\neg (P \vee Q)\text{.}\) Add columns to your truth table to show that you are correct.
5. The Effect of Negation.
Look back at the last two problems. What is the effect of negation on the AND operator? The OR operator? Solution.
Under negation, AND becomes OR, while OR becomes AND.