Solutions to Chapter 24 Sentences with one quantifier

A. Here are the syllogistic figures identified by Aristotle and his successors, along with their medieval names:

  1. 1.

    Barbara. All G are F. All H are G. So: All H are F

  2. x(G(x)F(x)),x(H(x)G(x))x(H(x)F(x))

  3. 2.

    Celarent. No G are F. All H are G. So: No H are F

  4. x(G(x)¬F(x)),x(H(x)G(x))x(H(x)¬F(x))

  5. 3.

    Ferio. No G are F. Some H is G. So: Some H is not F

  6. x(G(x)¬F(x)),x(H(x)G(x))x(H(x)¬F(x))

  7. 4.

    Darii. All G are H. Some H is G. So: Some H is F.

  8. x(G(x)F(x)),x(H(x)G(x))x(H(x)F(x))

  9. 5.

    Camestres. All F are G. No H are G. So: No H are F.

  10. x(F(x)G(x)),x(H(x)¬G(x))x(H(x)¬F(x))

  11. 6.

    Cesare. No F are G. All H are G. So: No H are F.

  12. x(F(x)¬G(x)),x(H(x)G(x))x(H(x)¬F(x))

  13. 7.

    Baroko. All F are G. Some H is not G. So: Some H is not F.

  14. x(F(x)G(x)),x(H(x)¬G(x))x(H(x)¬F(x))

  15. 8.

    Festino. No F are G. Some H are G. So: Some H is not F.

  16. x(F(x)¬G(x)),x(H(x)G(x))x(H(x)¬F(x))

  17. 9.

    Datisi. All G are F. Some G is H. So: Some H is F.

  18. x(G(x)F(x)),x(G(x)H(x))x(H(x)F(x))

  19. 10.

    Disamis. Some G is F. All G are H. So: Some H is F.

  20. x(G(x)F(x)),x(G(x)H(x))x(H(x)F(x))

  21. 11.

    Ferison. No G are F. Some G is H. So: Some H is not F.

  22. x(G(x)¬F(x)),x(G(x)H(x))x(H(x)¬F(x))

  23. 12.

    Bokardo. Some G is not F. All G are H. So: Some H is not F.

  24. x(G(x)¬F(x)),x(G(x)H(x))x(H(x)¬F(x))

  25. 13.

    Camenes. All F are G. No G are H So: No H is F.

  26. x(F(x)G(x)),x(G(x)¬H(x))x(H(x)¬F(x))

  27. 14.

    Dimaris. Some F is G. All G are H. So: Some H is F.

  28. x(F(x)G(x)),x(G(x)H(x))x(H(x)F(x))

  29. 15.

    Fresison. No F are G. Some G is H. So: Some H is not F.

  30. x(F(x)¬G(x)),x(G(x)H(x))(H(x)¬F(x))

Symbolize each argument in FOL.

B. Using the following symbolization key:

domain:

people

K(x):

blank x knows the combination to the safe

S(x):

blank x is a spy

V(x):

blank x is a vegetarian

h:

Hofthor

i:

Ingmar

symbolize the following sentences in FOL:

  1. 1.

    Neither Hofthor nor Ingmar is a vegetarian.

  2. ¬V(h)¬V(i)

  3. 2.

    No spy knows the combination to the safe.

  4. x(S(x)¬K(x))

  5. 3.

    No one knows the combination to the safe unless Ingmar does.

  6. x¬K(x)K(i)

  7. 4.

    Hofthor is a spy, but no vegetarian is a spy.

  8. S(h)x(V(x)¬S(x))

C. Using this symbolization key:

domain:

all animals

A(x):

blank x is an alligator

M(x):

blank x is a monkey

R(x):

blank x is a reptile

Z(x):

blank x lives at the zoo

a:

Amos

b:

Bouncer

c:

Cleo

symbolize each of the following sentences in FOL:

  1. 1.

    Amos, Bouncer, and Cleo all live at the zoo.

  2. Z(a)Z(b)Z(c)

  3. 2.

    Bouncer is a reptile, but not an alligator.

  4. R(b)¬A(b)

  5. 3.

    Some reptile lives at the zoo.

  6. x(R(x)Z(x))

  7. 4.

    Every alligator is a reptile.

  8. x(A(x)R(x))

  9. 5.

    Any animal that lives at the zoo is either a monkey or an alligator.

  10. x(Z(x)(M(x)A(x)))

  11. 6.

    There are reptiles which are not alligators.

  12. x(R(x)¬A(x))

  13. 7.

    If any animal is an reptile, then Amos is.

  14. xR(x)R(a)

  15. 8.

    If any animal is an alligator, then it is a reptile.

  16. x(A(x)R(x))

D. For each argument, write a symbolization key and symbolize the argument in FOL.

  1. 1.

    Willard is a logician. All logicians wear funny hats. So Willard wears a funny hat

    domain:

    people

    L(x):

    blank x is a logician

    H(x):

    blank x wears a funny hat

    i:

    Willard

    L(i),x(L(x)H(x))H(i)

  2. 2.

    Nothing on my desk escapes my attention. There is a computer on my desk. As such, there is a computer that does not escape my attention.

    domain:

    physical things

    D(x):

    blank x is on my desk

    E(x):

    blank x escapes my attention

    C(x):

    blank x is a computer

    x(D(x)¬E(x)),x(D(x)C(x))x(C(x)¬E(x))

  3. 3.

    All my dreams are black and white. Old TV shows are in black and white. Therefore, some of my dreams are old TV shows.

    domain:

    episodes (psychological and televised)

    D(x):

    blank x is one of my dreams

    B(x):

    blank x is in black and white

    O(x):

    blank x is an old TV show

    x(D(x)B(x)),x(O(x)B(x))x(D(x)O(x)).
    Comment: generic statements are tricky to deal with. Does the second sentence mean that all old TV shows are in black and white; or that most of them are; or that most of the things which are in black and white are old TV shows? I have gone with the former, but it is not clear that FOL deals with these well.

  4. 4.

    Neither Holmes nor Watson has been to Australia. A person could see a kangaroo only if they had been to Australia or to a zoo. Although Watson has not seen a kangaroo, Holmes has. Therefore, Holmes has been to a zoo.

    domain:

    people

    A(x):

    blank x has been to Australia

    K(x):

    blank x has seen a kangaroo

    Z(x):

    blank x has been to a zoo

    h:

    Holmes

    a:

    Watson

    ¬A(h)¬A(a),x(K(x)(A(x)Z(x))),¬K(a)K(h)Z(h)

  5. 5.

    No one expects the Spanish Inquisition. No one knows the troubles I’ve seen. Therefore, anyone who expects the Spanish Inquisition knows the troubles I’ve seen.

    domain:

    people

    S(x):

    blank x expects the Spanish Inquisition

    T(x):

    blank x knows the troubles I’ve seen

    x¬S(x),x¬T(x)x(S(x)T(x))

  6. 6.

    All babies are illogical. Nobody who is illogical can manage a crocodile. Berthold is a baby. Therefore, Berthold is unable to manage a crocodile.

    domain:

    people

    B(x):

    blank x is a baby

    I(x):

    blank x is illogical

    C(x):

    blank x can manage a crocodile

    b:

    Berthold

    x(B(x)I(x)),x(I(x)¬C(x)),B(b)¬C(b)