Last Update: 18 February 2003
Note: or material is highlighted |
~(P ^ Q) <-> (~P v ~Q)
If the unicorn is mythical, then it is immortal, but if it is not mythical, then it is a mortal mammal. If the unicorn is either immortal or a mammal, then it is horned. The unicorn is magical if it is horned.
In doing this problem, you might find the following additional rules of
inference for the natural-deduction system that I am introducing in
lecture to be useful:
Also: You can't use natural deduction (or any other syntactic proof-technique)
to prove that you can't prove something. But you can prove that you
can't prove something, by using semantic proof-techniques, such as truth
tables or Wang's Algorithm.
For more details on the natural-deduction system introduced in lecture, see:
vIntro: From P From Q
----------- -----------
Infer (PvQ) Infer (PvQ)
vElim: From (PvQ) From (PvQ)
and ~P and ~Q
---------- ----------
Infer Q Infer P
<->Intro: From (P -> Q) From (P -> Q)
and (Q -> P) and (Q -> P)
--------------- ---------------
Infer (P <-> Q) Infer (Q <-> P)
<->Elim: From (P <-> Q) From (P <-> Q)
-------------- --------------
Infer (P -> Q) Infer (Q -> P)
If P, Q, R are wffs, then so is if P then Q else R.
(a) Give a truth table for it.
(b) Define it in terms of ~, ^, and v. (I.e., your definition will use some or all of those binary connectives.)
DUE: AT THE BEGINNING OF LECTURE, **FRIDAY**, FEB. 28 |