CSE 463/563, Spring 2005

HOMEWORK #4

Propositional Logic II

Last Update: 11 February 2005

Note: NEW or UPDATED material is highlighted


In what follows, the following conventions are observed:


  1. Here are the elimination and introduction rules for inclusive disjunction:

    vIntro:  From P                From Q
             -----------           -----------
             Infer (PvQ)           Infer (PvQ)
    
    
    vElim:   From (PvQ)            From (PvQ)
             and  ¬P               and  ¬Q
             ----------            ----------
             Infer Q               Infer P
    

    Using these and any other rules of inference introduced in lecture, give natural-deduction proofs of the following:

    1. ¬P ^ (P v Q) |- Q
    2. ¬P ^ (P v Q) ^ (¬Q v R) |- R


  2. Show, using truth tables, that the following wffs are tautologies:

    1. (¬P ^ (P v Q)) > Q
    2. (¬P ^ (P v Q) ^ (¬Q v R)) > R


  3. Using a truth table, semantically verify that DeMorgan's Law of Distributivity of ¬ (negation) over ^ (conjunction) is a tautology:


  4. Consider the following syntax and semantics for a propositional KR language:

    Syntax: The following are all and only the atomic wffs:

    Semantics:

    Using the semantics given above, translate the following wffs into English:

    1. (Smoke > Smoke)
    2. (Smoke > Fire)
    3. (Smoke > Fire) > (¬Smoke > ¬Fire)
    4. Smoke v Fire v ¬Fire
    5. ((Smoke ^ Heat) > Fire) = ((Smoke > Fire) v (Heat > Fire))
    6. (Smoke > Fire) > ((Smoke ^ Heat) > Fire)


  5. Using truth tables, determine which of the above wffs are:


DUE: AT THE BEGINNING OF LECTURE, FRIDAY, FEB. 18



Copyright © 2005 by William J. Rapaport (rapaport@cse.buffalo.edu)
file: 563S05/hw04-2005-02-10-3.html