Phi 270 F99 test 3

F99 test 3 questions

Analyze the sentences below in as much detail as possible using connectives; that is, you need not identify components that are individual terms (or 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. We won’t have the material by Thursday unless the order goes in today.
answer
  2. If the power went out, they finished the job only if they had a generator.
answer
Use derivations to check whether each of the entailments below holds. You may use detachment and attachment rules. If an entailment fails, confirm a counterexample that lurks in an open gap.
  3. A → (¬ B → C) , C → D ⊨ A → (¬ D → B)
answer
  4. (A ∧ B) → (C ∨ D) ⊨ A → C
answer
Analyze the sentence below in as much detail as possible. In this case you should identify components that are individual terms, predicates, or functors. Be sure that the unanalyzed components of your answer are independent (in particular, that none contains a pronoun whose antecedent is in another).
  5. Adam called Billy’s mother and she is the owner of the dog.
answer
Expand the following sentence in all possible ways on each of the terms appearing in it (i.e., you need not use vacuous abstraction).
  6. Rab → Rbc
answer
Use a derivation to show that the entailment below holds. You may use detachment and attachment rules.
  7. a = fb, Ra(fa) ⊨ fb = c → R(fb)(fc)
answer

F99 test 3 answers

1.

We won’t have the material by Thursday unless the order goes in today

we won’t have the material by Thursday ← ¬ the order will go in today

¬ we will have the material by Thursday ← ¬ the order will go in today

¬ H ← ¬ T [or: ¬ T → ¬ H]
if not T then not H

H: we will have the material by Thursday; T: the order will go in today

2.

If the power went out, they finished the job only if they had a generator

the power went out →  they finished the job only if they had a generator

the power went out → (¬  they finished the job ← ¬ they had a generator)

O → (¬ F ← ¬ G) [or: O → (¬ G → ¬ F)]
if O then if not G then not F

F: they finished the job; G:they had a generator; O: the power went out

3.
│A → (¬ B → C) 3
│C → D 4
├─
││A (3)
│├─
│││¬ D (4)
││├─
3 MPP │││¬ B → C 5
4 MTT │││¬ C (5)
5 MTT │││B (6)
│││●
││├─
6 QED │││B 2
│├─
2 CP ││¬ D → B 1
├─
1 CP │A → (¬ D → B)
4.
│(A ∧ B) → (C ∨ D) 3
├─
││A (5)
│├─
│││¬ C (8)
││├─
│││││●
││││├─
5 QED │││││A 4
││││
││││││¬ B
│││││├─
││││││○ A, ¬ B, ¬ C ⊭ ⊥
│││││├─
││││││⊥ 6
││││├─
6 IP │││││B 4
│││├─
4 Cnj ││││A ∧ B 3
│││
││││C ∨ D 8
│││├─
8 MTP ││││D
││││○ A, ¬ C, D ⊭ ⊥
│││├─
││││⊥ 3
││├─
3 RC │││⊥ 2
│├─
2 IP ││C 1
├─
1 CP │A → C
ABCD(AB)(CD)/AC
TFFFFFlurks in 1st gap
TFFTFTlurks in both gaps
TTFTTTlurks in 2nd gaps
5.

Adam called Billy’s mother and she is the owner of the dog

Adam called Billy’s mother ∧ Billy’s mother is the owner of the dog

[ _ called _ ] Adam Billy’s mother ∧ Billy’s mother = the owner of the dog

Ca(Billy’s mother) ∧ Billy’s mother = the owner of the dog

Ca([ _’s mother] Billy) ∧ [ _’s mother] Billy = [the owner of _ ] the dog

Ca(mb) ∧ mb = od

C: [ _ called _ ]; a: Adam; b: Billy; d: the dog; m: [ _’s mother]; o: [the owner of _ ]

6. Apart from the choice of the bound variable, the following are all the possibilities:
[Rxb → Rbc]xa [Rax → Rbc]xb
[Rab → Rxc]xb
[Rax → Rxc]xb
[Rab → Rbx]xc
7.
│a = fb a-fb, b, c, fa, fc
│Ra(fa) (2)
├─
││fb = c a-fb-c, b, fa-fc
│├─
││●
│├─
2 QED= ││R(fb)(fc) 1
├─
1 CP │fb = c → R(fb)(fc)