Phi 270
Fall 2013
(Site navigation is not working.)

Phi 270 F12 test 4

F12 test 4 topics

The following are the topics to be covered. The proportion of the test covering each will approximate the proportion of the classes so far that have been devoted to that topic. Your homework and the collection of old tests will provide specific examples of the kinds of questions I might ask.

Analysis. Be ready to handle any of the key issues discussed in class—for example,

the proper analysis of every, no, and only (see §7.2.2),

how to incorporate bounds on complementary generalizations (see §7.2.3),

ways of handling compound quantifier phrases (such as only cats and dogs, see §7.3.2),

the distinction between every and any (see §§7.3.3 and 7.4.2),

how to analyze multiple quantifier phrases with overlapping scope (see §7.4.1).

You should be able restate your analysis using unrestricted quantifiers (see §7.2.1), but you will not need to present it in English notation.

Synthesis. You may be given a symbolic form and an interpretation of its non-logical vocabulary and asked to express the sentence in English. Remember that the distinction between every and any can be important here, too.

Derivations. Be able to construct derivations to show that entailments hold and to show that they fail. I may tell you in advance whether an entailment holds or leave it to you to check that using derivations. If a derivation fails, you may be asked to present a counterexample, which will involve describing a structure. You will not be responsible for the rules introduced in §7.8.1.


F12 test 4 questions

Analyze the sentences below in as much detail as possible, providing a key to the non-logical vocabulary you use. Also restate your analyses using unrestricted quantifiers.

1.

Every book that Al read was older than him.

answer
2.

Al didn’t read every chapter of the book.

answer
3.

No book that Al liked won any award.

answer

Synthesize an English sentence that has the following logical form; that is, devise a sentence that would have the following analysis:

4.

(∀x: Cx ∧ ¬ Bx(ga)) ¬ (Rx ∧ Hx)

B: [ _ is beyond _ ]; C: [ _ is a car]; H: [ _ is cheap to operate]; R: [ _ is reliable]; a: Al; g: [ _’s budget]

answer

Use derivations to show that the following entailments hold. You may use any rules.

5.

∀x (Fa ∧ Rax) ⊨ ∀x Rax

answer
6.

∀x ∀y ∀z Ryzx ⊨ ∀x ∀y Rxyy

answer

Use a derivation to show that the following claim of entailment fails, and present a counterexample that lurks in an open gap. You may present the counterexample either by a diagram or by tables.

7.

Rba ∧ ¬ Fa, ∀x (Rxb → Fx), Rbb ⊨ ∀x (Rax → Fx)

answer

F12 test 4 answers

1.

Every book that Al read was older than him

Every book that Al read is s.t. (it was older than him)

(∀x: x is book that Al read) x was older than Al

(∀x: x is book ∧ Al read x) x was older than Al

(∀x: Bx ∧ Rax) Oxa
∀x ((Bx ∧ Rax) → Oxa)

B: [ _ is a book]; O: [ _ read _ ]; R: [ _ was older than _ ]; a: Al

2.

Al didn’t read every chapter of the book

¬ Al read every chapter of the book

¬ every chapter of the book is s.t. (Al read it)

¬ (∀x: x is a chapter of the book) Al read x

¬ (∀x: Cxb) Rax
¬ ∀x (Cxb → Rax)

C: [ _ is a chapter of _ ]; R: [ _ read _ ]; a: Al; b: the book

(∀x: Cxb) ¬ Rax is wrong; it is the analysis of Al didn’t read any chapter of the book

3.

No book that Al liked won any award

every award is s.t. (no book that Al liked won it)

(∀x: x is an award) no book that Al liked won x

(∀x: Ax) no book that Al liked is s.t. (it won x)

(∀x: Ax) (∀y: y is a book that Al liked) ¬ y won x

(∀x: Ax) (∀y: y is a book ∧ Al liked y) ¬ Wyx

(∀x: Ax) (∀y: By ∧ Lay) ¬ Wyx
∀x (Ax → ∀y ((By ∧ Lay) → ¬ Wyx))

A: [ _ is an award]; B: [ _ is a book]; L: [ _ liked _ ]; W: [ _ won _ ]; a: Al

(∀y: By ∧ Lay) ¬ (∀x: Ax) Wyx is wrong; it is the analysis of No book that Al liked won every award. And ¬ (∀y: By ∧ Lay) (∀x: Ax) Wyx is the analysis of Not every book that Al liked won every award. On the other hand, merely switching the order of universals (with no negation between them) does not change the meaning, so (∀y: By ∧ Lay) (∀x: Ax) ¬ Wyx is not wrong (though it is less close to the form of the English).

4.

(∀x: Cx ∧ ¬ Bx(ga)) ¬ (Rx ∧ Hx) with B: [ _ is beyond _ ]; C: [ _ is a car]; H: [ _ is cheap to operate]; R: [ _ is reliable]; a: Al; g: [ _’s budget]

(∀x: x is a car ∧ ¬ x is beyond Al’s budget) ¬ (x is reliable ∧ x is cheap to operate)

(∀x: x is a car ∧ x isn’t beyond Al’s budget) ¬ x is both reliable and cheap to operate

(∀x: x is a car that isn’t beyond Al’s budget) ¬ x is both reliable and cheap to operate

No car that isn’t beyond Al’s budget is s.t. (it is both reliable and cheap to operate)

No car that isn’t beyond Al’s budget is both reliable and cheap to operate

Or: Among cars, only ones that are beyond Al’s budget are both reliable and cheap to operate

5.
│∀x (Fa ∧ Rax)b:2
├─
│ⓑ
2 UI││Fa ∧ Rab3
3 Ext││Fa
3 Ext││Rab(4)
││●
│├─
4 QED││Rab1
├─
1 UG│∀x Rax
6.
│∀x ∀y ∀z Ryzxb:3
├─
│ⓐ
││ⓑ
3 UI│││∀y ∀z Ryzba:4
4 UI│││∀z Razbb:5
5 UI│││Rabb(6)
│││●
││├─
6 QED│││Rabb2
│├─
2 UG││∀y Rayy1
├─
1 UG│∀x ∀y Rxyy
7.
│Rba ∧ ¬ Fa3
│∀x (Rxb → Fx)a:4, b:6, c:8
│Rbb(7)
├─
│ⓒ
│││Rac
││├─
3 Ext│││Rba
3 Ext│││¬ Fa(5)
4 UI│││Rab → Fa5
5 MTT│││¬ Rab
6 UI│││Rbb → Fb7
7 MPP│││Fb
8 UI│││Rcb → Fc10
│││
││││¬ Fc(10)
│││├─
10 MTT││││¬ Rcb
││││¬ Fa, Fb, ¬ Fc, ¬ Rab,
││││○¬ Fa, Rac, Rba, Rbb,
││││¬ Fa, ¬ Rcb ⊭ ⊥
│││├─
││││⊥9
││├─
9 IP│││Fc2
│├─
2 CP││Rac → Fc1
├─
1 UG│∀x (Rax → Fx)

Only one of the following styles of presentation was needed:

Counterexample presented by a diagram

Counterexample presented by tables

abc
123
τ
1F
2T
3F
R123
1FFT
2TTF
3FFF