Complete the missing entries in this partially filled truth table:
\(P\) | \(Q\) | \(P \Rightarrow Q\) | \(Q \lor P\) | \((P \Rightarrow Q) \lor (Q \lor P)\) |
---|---|---|---|---|
T | T | |||
T | F | |||
F | T | |||
F | F |
For the following pair of logical expressions, determine whether they are logically equivalent; justify your answer with a truth table or, if they are equivalent you may justify with a sequence of manipulations using known equivalences. \((\neg P \land Q) \lor (P \land \neg Q)\) and \(\neg (P \Leftrightarrow Q)\)
Are the following two statements logically equivalent? Briefly explain.
4 divides \(a\) if \(a\) is even
if \(a\) is not even, it is not divisible by 4
Translate each statement into symbolic form using quantifiers:
Some integers are perfect squares
For every positive real number, there exists a smaller positive real number
Every prime number greater than 2 is odd
Translate each symbolic statement into English, and indicate whether they are true or false:
\(\forall x \in \mathbb{Z}, \exists y \in \mathbb{Z}, x = 2y \lor x = 2y + 1\)
\(\exists x \in \mathbb{R}, \forall y \in \mathbb{R}, x \cdot y = y\)
Translate each statement to symbols, negate it, simplify the negation, and express the result in English:
All natural numbers are positive
There exists a real number that is both positive and negative
\(a\) is positive and \(b\) is negative.