Subject:problem Solving Method Unit-4 Resolution Refutation Systems:production System For Resolution Refutations
Subject:problem Solving Method Unit-4 Resolution Refutation Systems:production System For Resolution Refutations
Subject:problem Solving Method Unit-4 Resolution Refutation Systems:production System For Resolution Refutations
Unit- 4
Resolution refutation
systems:production system for
resolution refutations
Name:k.Ramesh
Roll No:20001D5309
MTECH-Artificial Intelligence
CONTENT
What is Resolution ?
What is Refutation
Resolution refutation systems
Production system for resolution refutations
Resolution
Resolution is a valid inference rule producing a new
clause implied by two clauses containing
complementary literals
Literal: atomic symbol or its negation, i.e., P, ~P
Amazingly, this is the only interference rule needed
to build a sound & complete theorem prover
_Based on proof by contradiction, usually called
resolution refutation
The resolution rule was discovered by
Alan Robinson (CS, U. of Syracuse) in the mid
1960s
Resolution
A KB is a set of sentences all of which are true, i.e., a
conjunction of sentences
To use resolution, put KB into
conjunctive normal form (CNF)
Each sentence is a disjunction of one or more literals
(positive or negative atoms)
Ho
Ho
Hu => R
~Hu∨R
~Hu∨R
RR Resolution proof of R
A simple proof procedure
Ho
Ho
Hu => R
~Hu∨R
~Hu∨R
RR