Test 2 Flashcards
Literal
an atom or the negation of an atom
Normal Forms
standardised forms of writing a WFF so that people can read them easily
Adequate set of connectives
A set (S) of logical connectives is adequate if every WFF in PL is logically equivalent to a WFF constructed using the logical connectives in S (and the atoms)
How to show a set of connectives are adequate
show that you can construct ¬ and ∧ or ¬ and ∨
Negation Normal Form
only uses literals and the logical connectives ∧, ∨
Disjunctive Normal Form
literals on their own
(∧ literals)
(∧ literals) ∨ (∧ literals) ∨ …
Conjunctive Normal Form
(∨ literals) ∧ (∨ literals)
Clause
(∧ literals)
∨ literals
Horn Formula
called a horn formula if each clause has at most 1 positive literal. Fast algorithm to decide satisfiability. Can be converted into “Implicational form”