Tutorial Sheet 02
Tutorial Sheet 02
Tutorial Sheet-02
1. Let 𝑃(𝑥), 𝑄(𝑥), 𝑅(𝑥), and 𝑆(𝑥) be the statements “𝑥 is a duck,” “𝑥 is one of my poultry,” “𝑥 is
an officer,” and “𝑥 is willing to waltz,” respectively. Express each of these statements using
quantifiers; logical connectives; and 𝑃(𝑥), 𝑄(𝑥), 𝑅(𝑥), and 𝑆(𝑥).
a. No ducks are willing to waltz.
b. No officers ever decline to waltz.
c. All my poultry are ducks.
d. My poultry are not officers.
e. Does (d) follow from (a), (b), and (c)? If not, is there a correct conclusion?
Solution:
2. Let 𝑃(𝑥), 𝑄(𝑥), and 𝑅(𝑥) be the statements “𝑥 is a professor,” “𝑥 is ignorant,” and “𝑥 is vain,”
respectively. Express each of these statements using quantifiers; logical connectives; and 𝑃(𝑥),
𝑄(𝑥), and 𝑅(𝑥), where the domain consists of all people.
a. No professors are ignorant.
b. All ignorant people are vain.
c. No professors are vain.
d. Does (c) follow from (a) and (b)? Explain.
Solution:
(a) ∀x(P(x) → ¬Q(x))
(b) ∀x(Q(x) → R(x))
(c) ∀x(P(x) → ¬R(x))
(d) The conclusion does not follow. There may be vain professors because the premises do not rule out the
possibility that there are other vain people besides ignorant ones.
3. Use rules of inference to show that the hypotheses “If it does not rain or if it is not foggy,
then the sailing race will be held and the lifesaving demonstration will go on,” “If the sailing
race is held, then the trop hy will be awarded,” and “The trophy was not awarded” imply the
conclusion “It rained.”
Solution:
Let R = “It rains”
F = “It is foggy”
S = “The sailing race will be held”
D = “Life-saving demonstrations will go on”
T = “The trophy will be awarded”
Determine whether the conclusion follows logically from the premises. Explain by
representing the statements symbolically and using rules of inference.
Solution:
5. Consider the following open propositions over the universe 𝑈 = { −4, −2, 0, 1, 3, 5, 6, 8, 10}
𝑃(𝑥): 𝑥 ≥ 4
𝑄(𝑥): 𝑥 2 = 25
𝑅(𝑥): 𝑠 is a multiple of 2
8. Identify the error or errors in this argument that supposedly shows that if ∀𝑥 (𝑃(𝑥) ∨ 𝑄(𝑥)) is
true then ∀𝑥 𝑃(𝑥) ⋁ ∀𝑥 𝑄(𝑥) is true.
a. ∀x(P(x) ∨ Q(x)) Premise
b. P(c) ∨ Q(c) Universal instantiation from (1)
c. P(c) Simplification from (2)
d. ∀xP(x) Universal generalization from (3)
e. Q(c) Simplification from (2)
f. ∀xQ(x) Universal generalization from (5)
g. ∀x(P(x) ∨ ∀xQ(x)) Conjunction from (4) and (6)
Solution:
Steps 3 and 5 are incorrect; simplification applies to conjunctions, not disjunctions.
(b) Suppose that 3n + 2 is even and that n is odd. Since 3n + 2 is even, so is 3n. If we add subtract
an odd number from an even number, we get an odd number, so 3n − n = 2n is odd. But this is
obviously not true. Therefore our supposition was wrong, and the proof by contradiction is
complete.
11. Proof by contrapositive that for every real number 𝑥 𝜖 [0, 𝜋/2], we have sin 𝑥 + cos 𝑥 ≥ 1.
Solution:
Suppose for the sake of contradiction that this is not true.
Then there exists an 𝒙 𝝐 [𝟎, 𝝅/𝟐] for which 𝐬𝐢𝐧 𝒙 + 𝐜𝐨𝐬 𝒙 < 𝟏.
Since x ∈ [0, π/2], neither sin x nor cos x is negative, so 0 ≤ sin x + cos x < 1.
Thus 𝟎𝟐 ≤ (𝒔𝒊𝒏 𝒙 + 𝒄𝒐𝒔 𝒙)𝟐 ≤ 𝟏𝟐 , which gives 𝟎𝟐 ≤ 𝒔𝒊𝒏𝟐 𝒙 + 𝟐 𝒔𝒊𝒏 𝒙 𝒄𝒐𝒔 𝒙 + 𝒄𝒐𝒔𝟐 𝒙 < 𝟏𝟐
As 𝒔𝒊𝒏𝟐 𝒙 + 𝒄𝒐𝒔𝟐 𝒙 = 𝟏, this becomes 0 ≤ 1+2 sin x cos x < 1, so 1+2 sin x cos x < 1.
Subtracting 1 from both sides gives 2 sin x cos x < 0.
But this contradicts the fact that neither sin x nor cos x is negative.
12. What is wrong with the following proof? Explain your answer with a va lid explanation.
Prove that the statement √2 + √6 < √15 is true.
“Proof”:
Step 1. √2 + √6 < √15
2
Step 2. (√2 + √6) < 15
Step 3. 8 + 2√12 < 15
Step 4. 2√12 < 7
Step 5. 48 < 49
Solution:
It may seem that the above argument is correct as we have reached a true statement (48 <
49), but this is not the case. It is important to remember that statement X ⇒ true statement
does NOT mean that statement X is necessarily true! We assumed that √2+ √6 < √15 is true,
whereas this is what we need to prove. Therefore, our implications are going in the wrong direction.
Valid proof would be of the form true statement ⇒ statement X showing that X is true.
1 1 1 1
13. Derive the formula for the following expression: + + + ⋯+
2 4 8 2𝑛
Also prove the validity of your formula using mathematical induction.
Solution: