Try It Now
Site: | Saylor Academy |
Course: | CS202: Discrete Structures |
Book: | Try It Now |
Printed by: | Guest user |
Date: | Thursday, 3 April 2025, 6:38 PM |
Description
Work these exercises to see how well you understand this material.
Exercises
- Prove with truth tables:
- p∨ q, ¬q⇒ p
- p → q, ¬q ⇒ ¬p
- Give direct and indirect proofs of:
- a → b, c → b, d → (a ∨ c), d ⇒ b.
- (p → q) ∧ (r → s), (q → t) ∧ (s → u), ¬(t ∧ u), p → r ⇒ ¬p.
- p → (q → r), ¬s ∨ p, q ⇒ s → r.
- p → q, q → r, ¬(p ∧ r), p ∨ r ⇒ r.
- ¬q,p → q, p ∨ t ⇒ t
- Are the following arguments valid? If they are valid, construct formal proofs; if they aren’t valid, explain why not.
- If wages increase, then there will be inflation. The cost of living will not increase if there is no inflation. Wages will increase. Therefore, the cost of living will increase.
- If the races are fixed or the casinos are crooked, then the tourist trade will decline. If the tourist trade decreases, then the police will be happy. The police force is never happy. Therefore, the races are not fixed.
- Describe how p1, p1→ p2, . . . , p99→ p100⇒ p100 could be proved in 199 steps.
Source: Al Doerr and Ken Levasseur, http://faculty.uml.edu/klevasseur/ads-latex/ads.pdf This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License.
Solutions
- 3.5.4.1. Answer.
- 3. Answer:
- Direct proof:
- d → (a ∨ c)
- d
- a ∨ c
- a → b
- ¬a ∨ b
- c → b
- ¬c ∨ b
- (¬a ∨ b) ∧ (¬c ∨ b)
- (¬a ∧ ¬c) ∨ b
- ¬(a ∨ c) ∨ b
- b □
- Indirect proof:
- ¬b Negated conclusion
- a → b Premise
- ¬a Indirect Reasoning (1), (2)
- c → b Premise
- ¬c Indirect Reasoning (1), (4)
- (¬a ∧ ¬c) Conjunctive (3), (5)
- ¬(a ∨ c) DeMorgan's law (6)
- d → (a ∨ c) Premise
- ¬d Indirect Reasoning (7), (8)
- d Premise
- ⊬ (9), (10) □
- Direct proof:
- (p → q) ∧ (r → s)
- p → q
- (p → t) ∧ (s → u)
- q → t
- p → t
- r → s
- s → u
- r → u
- p → r
- p → u
- p → (t ∧ u) Use (x → y) ∧ (x → z) ⇔ x → (y ∧ z)
- ¬(t ∧ u) → ¬p
- ¬(t ∧ u)
- ¬p □
- Indirect proof:
- p
- p → q
- q
- q → t
- t
- ¬(t ∧ u)
- ¬t ∨ ¬u
- ¬u
- s → u
- ¬s
- r → s
- ¬r
- p → r
- r
- 0 □
- Direct proof:
- ¬s ∨ p Premise
- s Added premise (conditional conclusion)
- ¬(¬s) Involution (2)
- p Disjunctive simplification (1), (3)
- p → (q → r) Premise
- q → r Detachment (4), (5)
- q Premise
- r Detachment (6), (7) □
- Indirect proof:
- ¬(s → r) Negated conclusion
- ¬(¬s ∨ r) Conditional equivalence (I)
- s ∧ ¬r DeMorgan (2)
- s Conjunctive simplification (3)
- ¬s ∨ p Premise
- s → p Conditional equivalence (5)
- p Detachment (4), (6)
- p → (q → r) Premise
- q → r Detachment (7), (8)
- q Premise
- r Detachment (9), (10)
- ¬r Conjunctive simplification (3)
- 0 Conjunction (11), (12) □
- Direct proof:
- p → q
- q → r
- p → r
- p ∨ r
- ¬p ∨ r
- (p ∨ r) ∧ (¬p ∨ r)
- (p ∧ ¬p) ∨ r
- 0 ∨ r
- r □
- Indirect proof:
- ¬r Negated conclusion
- p ∨ r Premise
- p (1), (2)
- p → q Premise
- q Detachment (3), (4)
- q → r Premise
- r Detachment (5), (6)
- 0 (1), (7) □
- Direct proof:
- Answer:
- Let W stand for "Wages will increase", I stand for "there will be in- flation", and C stand for "cost of living will increase". Therefore the argument is: W → I , ¬I → ¬C, W ⇒ C . The argument is invalid. The easiest way to see this is through a truth table, which has one case, the seventh, that this false. Let x be the conjunction of all premises.
- Let r stand for "the races are fixed", c stand for "casinos are crooked", t stand for "the tourist trade will decline", and p stand for "the police will be happy". Therefore, the argument is:
(r ∨ c) → t, t → p, ¬p → ¬r.
The argument is valid. Proof:
- t → p Premise
- ¬p Premise
- ¬t Indirect Reasoning (1), (2)
- (r ∨ c) → t Premise
- ¬(r ∨ c) Indirect Reasoning (3), (4)
- (¬r) ∧ (¬c) DeMorgan (5)
- ¬r Conjunction simplification (6) □
- Let W stand for "Wages will increase", I stand for "there will be in- flation", and C stand for "cost of living will increase". Therefore the argument is: W → I , ¬I → ¬C, W ⇒ C . The argument is invalid. The easiest way to see this is through a truth table, which has one case, the seventh, that this false. Let x be the conjunction of all premises.
- Answer: p1→ pkand pk→ pk+1 implies p1→ pk+1. It takes two steps to get to p1→ pk+1 from p1→ pkThis means it takes 2(100 − 1) steps to get to p1→ p100 (subtract 1 because p1→ p2 is stated as a premise). A final step is needed to apply detachment to imply p100