Phi 270 F04 test 3
Analyze the sentences below in as much detail as possible using only connectives; that is, the unanalyzed components should all be sentences (rather than individual terms, predicates, or functors). Present the result in both symbolic and English notation. Be sure that the unanalyzed components of your answer are complete and independent sentences; also try to respect any grouping in the English.
1. Dan wasn’t home unless it was a holiday.
answer
2. If ten days had passed, then the return was accepted only if the item was damaged.
answer
Use derivations to check whether each of the entailments below holds. You may use detachment and attachment rules. If an entailment fails, present a counterexample that divides an open gap.
3. A → (B → ¬ C) ⇒ C → (B → ¬ A)
answer
4. A → B ⇒ B → C
answer
Analyze the sentence below in as much detail as possible, giving a key to your abbreviations of unanalyzed expressions. In this case you shouldidentify components that are individual terms, predicates, or functors; however, you do not need to present the result in English notation (i.e., symbolic notation is enough). (Be sure that the unanalyzed components of your answer are independent—in particular, that none contains a pronoun whose antecedent is in another—and be sure also that the individual terms you identify really are individual terms rather than general terms or quantifier phrases.)
5. Ann called Bill and he picked her up at the garage.
answer
6. If Carol’s father is Dave’s boss, then she has either met Dave or heard her father speak of him.
answer
Use a derivation to show that the entailment below holds. You may use detachment and attachment rules. (Be sure to indicate the alias sets at each stage when they change.)
7. a = fc, b = fd, Rac ⇒ c = d → Rbd
answer

Phi 270 F04 test 3 answers
1.

Dan wasn’t home unless it was a holiday

Dan wasn’t home ← ¬ it was a holiday

¬ Dan was home ← ¬ it was a holiday

¬ H ← ¬ D
¬ D → ¬ H
if not D then not H
H: Dan was home; D: it was a holiday
2.

If ten days had passed, then the return was accepted only if the item was damaged

ten days had passed → the return was accepted only if the item was damaged

ten days had passed → (¬ the return was accepted ← ¬ the item was damaged)

T → (¬ A ← ¬ D)
T → (¬ D → ¬ A)
if T then if not D then not A
T: ten days had passed; D: the item was damaged; A: the return was accepted
3.
│A → (B → ¬ C) 4
├─
││C (6)
│├─
│││B (5)
││├─
││││A (4)
│││├─
4 MPP ││││B → ¬ C 5
5 MPP ││││¬ C (6)
││││●
│││├─
6 Nc ││││⊥ 3
││├─
3 RAA │││¬ A 2
│├─
2 CP ││B → ¬ A 1
├─
1 CP │C → (B → ¬ A)
4.
│A → B 3
├─
││B
│├─
│││¬ C
││├─
│││││¬ A
││││├─
│││││○ ¬ A, B, ¬ C ⇏ ⊥
││││├─
│││││⊥ 4
│││├─
4 IP ││││A 3
│││
││││B
│││├─
││││○ B, ¬ C ⇏ ⊥
│││├─
││││⊥ 3
││├─
3 RC │││⊥ 2
│├─
2 IP ││C 1
├─
1 CP │B → C
ABCAB/BC
TTF
FTF
The first row divides the second gap and the second row divides both
5.

Ann called Bill and he picked her up at the garage

Ann called Bill ∧ Bill picked Ann up at the garage

[ _ called _ ] Ann Bill ∧ [ _ picked _ up at _ ] Bill Ann the garage

Cab ∧ Pbag
C: [ _ called _ ]; P: [ _ picked _ up at _ ]; a: Ann; b: Bill; g: the garage
6.

If Carol’s father is Dave’s boss, then she has either met Dave or heard her father speak of him

Carol’s father is Dave’s boss
 → Carol has either met Dave or heard her father speak of him

Carol’s father = Dave’s boss
 → (Carol has met Dave ∨ Carol has heard her father speak of Dave)

[ _’s father] Carol = [ _’s boss] Dave
 → (Carol has met Dave ∨ Carol has heard Carol’s father speak of Dave)

fc = bd → ([ _ has met _ ] Carol Dave
 ∨ [ _ has heard _ speak of _ ] Carol Carol’s father Dave)

fc = bd → (Mcd ∨ Hc(fc)d)
M: [ _ has met _ ]; H: [ _ has heard _ speak of _ ]; f: [ _’s father]; b: [ _’s boss]; c: Carol; d: Dave
7.
│a = fc
│b = fd a-fc, b-fd, c, d
│Rac (2)
├─
││c = d a-fc-b-fd, c-d
│├─
││ ●
│├─
2 QED= ││Rbd 1
├─
1 CP │c = d → Rbd