Test 2 Flashcards

1
Q

Literal

A

an atom or the negation of an atom

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Normal Forms

A

standardised forms of writing a WFF so that people can read them easily

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Adequate set of connectives

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How to show a set of connectives are adequate

A

show that you can construct ¬ and ∧ or ¬ and ∨

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Negation Normal Form

A

only uses literals and the logical connectives ∧, ∨

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Disjunctive Normal Form

A

literals on their own
(∧ literals)
(∧ literals) ∨ (∧ literals) ∨ …

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Conjunctive Normal Form

A

(∨ literals) ∧ (∨ literals)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Clause

A

(∧ literals)

∨ literals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Horn Formula

A

called a horn formula if each clause has at most 1 positive literal. Fast algorithm to decide satisfiability. Can be converted into “Implicational form”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly