Inference as Search Flashcards

1
Q

logical equivalence

A

alpha and beta are equivalent if they entail each other

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

validity

A

a sentence alpha is valid if it is true in all possible worlds

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

satisfiable

A

a sentence alpha is satisfiable if it is true in at least one possible world

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

deduction theorem

A

for any sentences alpha and beta, beta ⊨ alpha iff (beta -> alpha) is valid

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

refutation

A

for any sentences alpha and beta, beta ⊨ alpha iff (beta ^ ~alpha) is unsatisfiable

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

resolution inference algorithm

A
  1. choose 2 sentences A V B and ~B V C from the KB
  2. add A V C to the KB
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

literal

A

an atomic sentence, or a negation of an atomic sentence

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

clause

A

a disjunction of literals

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

conjunctive normal form

A

a sentence expressed as a conjunction of clauses

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

Steps for converting to CNF

A
  1. eliminate <->
  2. eliminate ->
  3. move negation inwards, until only literals are negated
  4. distribute V over ^
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

ground resolution theorem

A

if a set of CNF clauses is unsatisfiable, then repeated application of the resolution rule will contain the empty clause

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