Completion requirements
Work these exercises to see how well you understand this material.
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