Lecture 9 - Exercises
Part A - Equivalences
- Verify using a truth table that \(P
\Leftrightarrow Q\) is logically equivalent to \((P \land Q) \lor (\neg P \land \neg
Q)\)
- Verify that \(P \Rightarrow Q\) is
equivalent to \((\neg Q) \Rightarrow (\neg
P)\). This one is important enough to have a name: it is called
the contrapositive.
Part B - Quantifiers
- Translate each of the following English statements into symbolic
form.
- All natural numbers are integers.
- Every integer that is not even is odd.
- For every integer \(x\), there is
an integer y for which \(x + y =
0\).
- Translate each of the following into English, and say whether they
are true or false.
- \(\forall x \in \mathbb{R}, x^2 >
0\)
- \(\exists a \in \mathbb{R}, \forall x \in
\mathbb{R}, ax = x\)
- \(\forall n \in \mathbb{N}, \exists X \in
\mathcal{P}(\mathbb{N}), |X| < n\)
Part C - Negating Statements
For each of the following, convert it to symbols, negate it, simplify
as much as possible, then translate it back into English.
- \(x\) is positive, but \(y\) is not positive
- Every even integer greater than 2 is the sum of two primes.
- \(2a\) is even if and only if \(a\) is an integer