08.2 Inference in First Order Logic| Resolution Flashcards

1
Q

Conjunctive Normal Form for First-Order Logic
Conjunctive normal form is identical to the one in propositional logic, except that …

Give an example

A

literals are allowed to be universally quantified variables.

Example
∀x ,∀y ,∀z
American(x) ∧ Weapon(y) ∧ Sells(x,y,z) ∧ Hostile(z) ⇒ Criminal(x)
can be written in CNF using implication elimination and De Morgan as
∀x ,∀y ,∀z ¬American(x)∨¬Weapon(y)∨¬Sells(x,y,z)∨¬Hostile(z)∨Criminal(x)

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

Conversion to CNF

A

See slides 53/54/55/56 –> do it on paper

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