CSE 563, Spring 2003

HOMEWORK #4: PROPOSITIONAL LOGIC II

Last Update: 18 February 2003

Note: NEW or UPDATED material is highlighted


  1. (R&N, §7.8, p. 237, #7.7)
    Using a truth table, semantically verify that DeMorgan's Law of Distributivity of ~ (negation) over ^ (conjunction) is a tautology:

  2. (R&N, §7.8, p. 238, #7.9)
    Given the following, can you prove that the unicorn is mythical? How about magical? 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:

    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)
    

    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:


  3. Let's add to the definition of a well-formed formula of propositional logic the following 3-place connective:

    (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



Copyright © 2003 by William J. Rapaport (rapaport@cse.buffalo.edu)
file: 563/hw04.2003.02.18.html