Unit 9 Answers

1. not.gif (54 bytes) (exists.gif (61 bytes) x all.gif (70 bytes) y P(x, y)) eqvT.gif (70 bytes) all.gif (70 bytes) x (not.gif (54 bytes) all.gif (70 bytes) y P(x, y)) eqvT.gif (70 bytes) all.gif (70 bytes) x exists.gif (61 bytes) y not.gif (54 bytes) P(x, y)

2.

  1. Let C(x) be "x is a student in this class, " S(x) be "x is 16 years old, " and D(x) be "x can get a driver's liscence."  The premises are C(John), S(John)   and all.gif (70 bytes) x (S(x) imp.gif (64 bytes) D(x)).   Using universal instantiation and the last premise, S (John) imp.gif (64 bytes) D (John) follows.  Applying modus ponens to this conclusion and the second premise, D(John) follows.  Using conjunction and the first premise, C (John) and.gif (67 bytes) D (John) follows.  Finally, using existential generalization, the desired conclusion, exists.gif (61 bytes) x (C(x) and.gif (67 bytes) D(x)) follows
  2. Let C(x) be "x is in this class, " H(x) be "x enjoys hiking, " and B(x) be "x likes biking."  The premises are exists.gif (61 bytes) x (C(x) and.gif (67 bytes) H(x))   and all.gif (70 bytes) x (H(x) imp.gif (64 bytes) B(x)).   Using existential instantiation and the first premise C(d) and.gif (67 bytes) H(d) for some person d. From this by simplification H(d) is obtained. For that person d, by universal instantiation and the second premise, H(d) imp.gif (64 bytes) B(d). Hence by modus ponens B(d) follows. Also by simplification from C(d) and.gif (67 bytes) H(d) , C(d) is obtained. Using the conjunction on the last two conclusions, C(d) and.gif (67 bytes) B(d) is obtained. Then applying existential generalization to this exists.gif (61 bytes) x (C(x) and.gif (67 bytes) B(x)) follows
  3. Let C(x) be "x is a student in this class, " P(x) be "x owns a personal computer, " and I(x) be "x can use the Internet."  The premises are all.gif (70 bytes) x (C(x) imp.gif (64 bytes) P(x)), all.gif (70 bytes) x (P(x) imp.gif (64 bytes) I(x))   and C(John).  Using universal instantiation and the first premise, C(John) imp.gif (64 bytes) P(John)   follows.  Applying modus ponens to this conclusion and the last premise, P(John) follows.  Using universal instantiation and the second premise, P(John) imp.gif (64 bytes) I(John) follows.  From the last two conclusions by modus ponens I(John) follows. Hence from this conclusion and the last premise by conjunction C(John) and.gif (67 bytes) I(John) follows.
  4. Let C(x) be "x is a student in this class, " P(x) be "x owns a personal computer, " and I(x) be "x has used the Internet."  The premises are all.gif (70 bytes) x (C(x) imp.gif (64 bytes) P(x))   and exists.gif (61 bytes) x (C(x) and.gif (67 bytes) not.gif (54 bytes) I(x)).   Using existential instantiation and the second premise C(d) and.gif (67 bytes) not.gif (54 bytes) I(d)   for some person d. Hence by simplification C(d).  For that person d, by universal instantiation and the first premise C(d) imp.gif (64 bytes) P(d).   >From this and the previous conclusion, by modus ponens P(d).   Also from C(d) and.gif (67 bytes) not.gif (54 bytes) I(d)   by simplification not.gif (54 bytes) I(d).   Hence by conjunction P(d) and.gif (67 bytes) not.gif (54 bytes) I(d).   Hence by existential generalization exists.gif (61 bytes) x (C(x) and.gif (67 bytes) not.gif (54 bytes) I(x)).

3.

  1. Valid argument using modus tollens. Note that "not n (n2) > 1" means "n (n2) <= 1".
  2. Fallacy of affirming the conclusion