Topic: Logic
Related Reading: Ch. 7
Due:
Please make sure you adhere to the policies on academic integrity.
A propositional 2-CNF expression is a conjunction of clauses, each containing exactly 2 literals, e.g.,
(A ∨ B) ∧ (¬A ∨ C) ∧ (¬B ∨ D) ∧ (¬C ∨ G) ∧ (¬D ∨ G)
A sentence is in disjunctive normal form (DNF) if it is the disjunction of conjunctions of literals. For example, the sentence
(A ∧ B ∧ ¬C) ∨ (¬A ∧ C) ∨ (B ∧ ¬C)is in DNF.
A ⇒ B B ⇒ C C ⇒ ¬A