Math Problem Statement

(PVQ)->(P<->~Q) using both truth table and laws to find pcnf and pdnf

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Propositional Logic
Truth Tables
Logical Implication
Logical Biconditional
Canonical Forms

Formulas

(P V Q) -> (P <-> ~Q)
PCNF: (¬P V ¬Q)
PDNF: (P ∧ ¬Q) ∨ (¬P ∧ Q) ∨ (¬P ∧ ¬Q)

Theorems

Implication Law: P -> Q ≡ ¬P ∨ Q
Biconditional Law: P <-> Q ≡ (P ∧ Q) ∨ (¬P ∧ ¬Q)

Suitable Grade Level

Undergraduate