Chapter 6 Exercises
Exercise 6.1 Without changing their meanings, convert each of the following sentences into a sentence having the form “P if and only if Q.”
- A series converges whenever it converges absolutely.
- For a function to be continuous, it is sufficient that it is differentiable.
- For a function to be continuous, it is necessary that it is integrable.
- A function is rational if it is a polynomial.
- An integer is divisible by 8 only if it is divisible by 4.
- For matrix \(A\) to be invertible, it is necessary and sufficient that \(\det(A) \neq 0\).
- If a function has a constant derivative then it is linear, and conversely.
- If \(xy = 0\) then \(x = 0\) or \(y = 0\), and conversely.
- If \(a \in \mathbb{Q}\) then \(5a \in \mathbb{Q}\), and if \(5a \in \mathbb{Q}\) then \(a \in \mathbb{Q}\).
Exercise 6.2 Write truth tables for the following:
- \(p \lor (q \Rightarrow r)\)
- \((q \lor r) \Leftrightarrow (r \lor q)\)
- \(\sim(\sim p \lor q)\)
- \(\sim(p \lor q) \lor (\sim p)\)
- \(p \lor (q \land \sim r)\)
Exercise 6.3 Suppose \(p\) is false and
\((r \Rightarrow s) \Leftrightarrow (p \land q)\) is true.
Find the truth values of \(r\) and \(s\).
Exercise 6.4 Decide whether the following pairs are logically equivalent:
- \(p \land q\) and \(\sim(\sim p \lor \sim q)\)
- \((p \Rightarrow q) \lor r\) and \(\sim((p \land \sim q) \land \sim r)\)
- \(p \land (q \lor \sim q)\) and \((\sim p) \Rightarrow (q \land \sim q)\)
- \(\sim(p \Rightarrow q)\) and \(p \land \sim q\)
- \((p \Rightarrow q) \lor r\) and \(\sim((p \land \sim q) \land \sim r)\)
Exercise 6.5 Write down the negation of the following statements.
- It’s not true that the number 2 is even.
- The number 2 is even or the number 3 is odd.
- The discriminant is negative only if the quadratic equation has no real solutions.
- If a function has a constant derivative then it is linear, and conversely.
- Either you pay your tuition or you will be withdrawn from the institute.
Exercise 6.6 Let \(p, q\) and \(r\) be propositions. Let \(T\) denote a tautology.
- Prove the following equivalences:
- \(p \land q \equiv q \land p\)
- \(\neg p \land q \equiv \neg (q \land \neg p)\)
- \(p \land T \equiv T\)
- \(p \lor \neg p \equiv T\)
- \(p \land (q \lor r) \equiv (p \land q) \lor (p \land r)\)
- Using results in part (i), show that:
\[ [(\neg r) \land p \land q] \lor [(\neg r) \land (\neg p) \land q] \equiv \neg (q \Rightarrow r) \]
Exercise 6.7 Consider the statement:
“For all integers \(n\), if \(n\) is a multiple of 6 then \(n\) is even.”
Let:
- \(P(n)\): \(n\) is a multiple of 6
- \(Q(n)\): \(n\) is even
- \(\mathbb{Z}\): the set of all integers
- Express the statement in symbolic form.
- Write the converse, inverse, and contrapositive in English.
- Express the statement using a necessary condition.
- Express the statement using a sufficient condition.
- Express the statement using “only if”.
Exercise 6.8
- What is the English interpretation of the contrapositive of:
\[ \forall \epsilon > 0 \, \forall x \in D(f) \, \exists \delta > 0, \quad |f(x) - l| < \epsilon \Rightarrow |x - a| \geq \delta \]
- What is the English interpretation of the negation of:
\[ \exists \delta > 0 \, \forall x \in S, \quad S \cap N^c(a, \delta) = \emptyset \]
Exercise 6.9 Consider the following argument for an integer \(n\):
- \(n\) is odd.
- If \(n\) is not odd, then \(n^2\) is not odd.
- Therefore, \(n^2\) is even.
Let:
- \(p\): \(n\) is odd
- \(q\): \(n^2\) is odd
- Express the argument symbolically.
- Determine whether the argument is valid.
Exercise 6.10 Prove each of the following statements:
- For all integers \(a\), \(b\), and \(c\) with \(a \neq 0\), if \(a \mid b\) and \(a \mid c\), then \(a \mid (b - c)\).
- For each \(n \in \mathbb{Z}\), if \(n\) is an odd integer, then \(n^3\) is an odd integer.
- For each integer \(a\), if \(4 \mid (a - 1)\), then \(4 \mid (a^2 - 1)\).
Exercise 6.11 Let \(n\) be an integer. Prove each of the following:
- If \(n\) is even, then \(n^3\) is even.
- If \(n^3\) is even, then \(n\) is even.
- The integer \(n\) is even if and only if \(n^3\) is even.
- The integer \(n\) is odd if and only if \(n^3\) is odd.
Exercise 6.12
- Write the contrapositive of the following statement:
For all positive real numbers \(a\) and \(b\), if \(\sqrt{ab} \neq \frac{a + b}{2}\), then \(a \neq b\).
- Write the contrapositive of the following statement:
- Is this statement true or false?
Prove the statement if it is true or provide a counterexample if it is false.
- Is this statement true or false?
Exercise 6.13 Is the following proposition true or false?
For all integers \(a\) and \(b\), if \(ab\) is even, then \(a\) is even or \(b\) is even.
Justify your conclusion by writing a proof if the proposition is true or by providing a counterexample if it is false.
Exercise 6.14 Are the following propositions true or false? Justify your conclusion.
- There exist integers \(x\) and \(y\) such that \(4x + 6y = 2\).
- There exist integers \(x\) and \(y\) such that \(6x + 15y = 2\).
- There exist integers \(x\) and \(y\) such that \(6x + 15y = 9\).