TDT4136 Logic and Reasoning Systems

Similar documents
Logical agents. Chapter 7. Chapter 7 1

CS 380: ARTIFICIAL INTELLIGENCE PREDICATE LOGICS. Santiago Ontañón

Artificial Intelligence

Revised by Hankui Zhuo, March 21, Logical agents. Chapter 7. Chapter 7 1

Logical agents. Chapter 7. Chapter 7 1

Lecture 6: Knowledge 1

CS 380: ARTIFICIAL INTELLIGENCE

Logical Agents. Outline

Artificial Intelligence

Last update: March 4, Logical agents. CMSC 421: Chapter 7. CMSC 421: Chapter 7 1

Logical Agents: Propositional Logic. Chapter 7

7. Logical Agents. COMP9414/ 9814/ 3411: Artificial Intelligence. Outline. Knowledge base. Models and Planning. Russell & Norvig, Chapter 7.

Intelligent Agents. Pınar Yolum Utrecht University

Logical Agents. Chapter 7

Logical Agents. Outline

EE562 ARTIFICIAL INTELLIGENCE FOR ENGINEERS

A simple knowledge-based agent. Logical agents. Outline. Wumpus World PEAS description. Wumpus world characterization. Knowledge bases.

Lecture 7: Logical Agents and Propositional Logic

Introduction to Artificial Intelligence. Logical Agents

Chapter 7 R&N ICS 271 Fall 2017 Kalev Kask

Kecerdasan Buatan M. Ali Fauzi

Proof Methods for Propositional Logic

Inf2D 06: Logical Agents: Knowledge Bases and the Wumpus World

Logical Agent & Propositional Logic

Artificial Intelligence Chapter 7: Logical Agents

Logical Agent & Propositional Logic

Logical Agents. Chapter 7

Class Assignment Strategies

Logic. proof and truth syntacs and semantics. Peter Antal

CS:4420 Artificial Intelligence

CS 380: ARTIFICIAL INTELLIGENCE LOGICAL AGENTS. Santiago Ontañón

Title: Logical Agents AIMA: Chapter 7 (Sections 7.4 and 7.5)

CS 188: Artificial Intelligence Spring 2007

Logical Agents. Knowledge based agents. Knowledge based agents. Knowledge based agents. The Wumpus World. Knowledge Bases 10/20/14

CS 771 Artificial Intelligence. Propositional Logic

Outline. Logic. Knowledge bases. Wumpus world characteriza/on. Wumpus World PEAS descrip/on. A simple knowledge- based agent

Logical Inference. Artificial Intelligence. Topic 12. Reading: Russell and Norvig, Chapter 7, Section 5

Chương 3 Tri th ức và lập luận

Propositional inference, propositional agents

CS:4420 Artificial Intelligence

Knowledge base (KB) = set of sentences in a formal language Declarative approach to building an agent (or other system):

The Wumpus Game. Stench Gold. Start. Cao Hoang Tru CSE Faculty - HCMUT

Logical Agents (I) Instructor: Tsung-Che Chiang

INF5390 Kunstig intelligens. Logical Agents. Roar Fjellheim

Introduction to Intelligent Systems

Logic. Introduction to Artificial Intelligence CS/ECE 348 Lecture 11 September 27, 2001

Introduction to Intelligent Systems

Propositional Logic: Logical Agents (Part I)

Propositional Logic: Methods of Proof (Part II)

Outline. Logical Agents. Logical Reasoning. Knowledge Representation. Logical reasoning Propositional Logic Wumpus World Inference

Propositional Logic: Methods of Proof. Chapter 7, Part II

Propositional Logic: Methods of Proof (Part II)

Logical Agents. Course material: Artificial Intelligence: A Modern Approach, 3 rd Edition, Chapter 7

Logical Agents. Soleymani. Artificial Intelligence: A Modern Approach, 3 rd Edition, Chapter 7

7 LOGICAL AGENTS. OHJ-2556 Artificial Intelligence, Spring OHJ-2556 Artificial Intelligence, Spring

Adversarial Search & Logic and Reasoning

Outline. Logical Agents. Logical Reasoning. Knowledge Representation. Logical reasoning Propositional Logic Wumpus World Inference

Inference Methods In Propositional Logic

Logic & Logic Agents Chapter 7 (& background)

Artificial Intelligence. Propositional logic

Foundations of Artificial Intelligence

Foundations of Artificial Intelligence

Logical Agents. Soleymani. Artificial Intelligence: A Modern Approach, 3 rd Edition, Chapter 7

Lecture 7: Logic and Planning

Inference Methods In Propositional Logic

Propositional Logic: Logical Agents (Part I)

Agenda. Artificial Intelligence. Reasoning in the Wumpus World. The Wumpus World

Foundations of Artificial Intelligence

Logical Agents. Santa Clara University

Logic & Logic Agents Chapter 7 (& Some background)

Propositional Logic: Methods of Proof (Part II)

Deliberative Agents Knowledge Representation I. Deliberative Agents

CS 4700: Foundations of Artificial Intelligence

CSC242: Intro to AI. Lecture 11. Tuesday, February 26, 13

Price: $25 (incl. T-Shirt, morning tea and lunch) Visit:

Description Logics. Foundations of Propositional Logic. franconi. Enrico Franconi

CS 331: Artificial Intelligence Propositional Logic I. Knowledge-based Agents

Knowledge-based Agents. CS 331: Artificial Intelligence Propositional Logic I. Knowledge-based Agents. Outline. Knowledge-based Agents

7. Propositional Logic. Wolfram Burgard and Bernhard Nebel

Propositional Logic. Logic. Propositional Logic Syntax. Propositional Logic

CS 7180: Behavioral Modeling and Decision- making in AI

COMP219: Artificial Intelligence. Lecture 19: Logic for KR

Logic: Propositional Logic (Part I)

Inference in Propositional Logic

COMP219: Artificial Intelligence. Lecture 19: Logic for KR

AI Programming CS S-09 Knowledge Representation

Overview. Knowledge-Based Agents. Introduction. COMP219: Artificial Intelligence. Lecture 19: Logic for KR

Introduction to Arti Intelligence

COMP3702/7702 Artificial Intelligence Week 5: Search in Continuous Space with an Application in Motion Planning " Hanna Kurniawati"

CSCI 5582 Artificial Intelligence. Today 9/28. Knowledge Representation. Lecture 9

Artificial Intelligence

Knowledge- Based Agents. Logical Agents. Knowledge Base. Knowledge- Based Agents 10/7/09

Agents that reason logically

Logic and Inferences

Advanced Topics in LP and FP

What is the relationship between number of constraints and number of possible solutions?

Propositional Logic Part 1

CS 4700: Artificial Intelligence

Propositional logic II.

Logic in AI Chapter 7. Mausam (Based on slides of Dan Weld, Stuart Russell, Subbarao Kambhampati, Dieter Fox, Henry Kautz )

Transcription:

TDT436 Logic and Reasoning Systems Chapter 7 - Logic gents Lester Solbakken solbakke@idi.ntnu.no Norwegian University of Science and Technology 06.09.0 Lester Solbakken TDT436 Logic and Reasoning Systems

Outline Knowledge-based agents Wumpus world 3 Logic in general - models and entailment 4 Propositional (Boolean) logic 5 Equivalence, validity, satisfiability 6 Inference rules and theorem proving Forward chaining Backward chaining Resolution Lester Solbakken TDT436 Logic and Reasoning Systems

Knowledge bases Knowledge-based agents Inference engine Knowledge base domain independent algorithms domain specific content Knowledge base = set of sentences in a formal language Declarative approach to building an agent (or other system): Tell it what it needs to know Then it can sk itself what to do answers should follow from KB gents can be viewed at the knowledge level i.e., what they know, regardless of how implemented Or at the implementation level i.e., data structures in KB and algorithms that manipulate them 3 Lester Solbakken TDT436 Logic and Reasoning Systems

Knowledge-based agents simple knowledge-based agent function KB-gent( percept) returns an action static: KB, a knowledge base t, a counter, initially 0, indicating time Tell(KB, Make-Percept-Sentence( percept, t)) action sk(kb, Make-ction-Query(t)) Tell(KB, Make-ction-Sentence(action, t)) t t + return action The agent must be able to: Represent states, actions, etc. Incorporate new percepts Update internal representations of the world Deduce hidden properties of the world Deduce appropriate actions 4 Lester Solbakken TDT436 Logic and Reasoning Systems

Wumpus world Wumpus World PES description Performance measure gold +000, death -000 - per step, -0 for using the arrow Environment Squares adjacent to wumpus are smelly Squares adjacent to pit are breezy Glitter iff gold is in the same square Shooting kills wumpus if you are facing it Shooting uses up the only arrow Grabbing picks up gold if in same square Releasing drops the gold in same square ctuators Left turn, Right turn, Forward, Grab, Release, Shoot Sensors, Glitter, Smell 4 3 Stench Stench Gold Stench STRT 3 4 5 Lester Solbakken TDT436 Logic and Reasoning Systems

Wumpus world Wumpus world characterization Observable?? No only local perception Deterministic?? Yes outcomes exactly specified Episodic?? No sequential at the level of actions Static?? Yes Wumpus and Pits do not move Discrete?? Yes Single-agent?? Yes Wumpus is essentially a natural feature 6 Lester Solbakken TDT436 Logic and Reasoning Systems

Wumpus world Exploring a wumpus world 7 Lester Solbakken TDT436 Logic and Reasoning Systems

Wumpus world Exploring a wumpus world B 8 Lester Solbakken TDT436 Logic and Reasoning Systems

Wumpus world Exploring a wumpus world P? B P? 9 Lester Solbakken TDT436 Logic and Reasoning Systems

Wumpus world Exploring a wumpus world P? B P? S 0 Lester Solbakken TDT436 Logic and Reasoning Systems

Wumpus world Exploring a wumpus world P P? B P? S W Lester Solbakken TDT436 Logic and Reasoning Systems

Wumpus world Exploring a wumpus world P P? B P? S W Lester Solbakken TDT436 Logic and Reasoning Systems

Wumpus world Exploring a wumpus world P P? B P? S W 3 Lester Solbakken TDT436 Logic and Reasoning Systems

Wumpus world Exploring a wumpus world P P? B P? BGS S W 4 Lester Solbakken TDT436 Logic and Reasoning Systems

Other tight spots Wumpus world P? B B P? P? P? in (,) and (,) = no safe actions ssuming pits uniformly distributed, (,) has pit w/ prob 0.86, vs. 0.3 S Smell in (,) = cannot move Can use a strategy of coercion: shoot straight ahead wumpus was there = dead = safe wumpus wasn t there = safe 5 Lester Solbakken TDT436 Logic and Reasoning Systems

Logic in general - models and entailment Logic in general Logics are formal languages for representing information such that conclusions can be drawn Syntax defines the sentences in the language Semantics define the meaning of sentences; i.e., define truth of a sentence in a world E.g., the language of arithmetic x + y is a sentence; x+y > is not a sentence x + y is true iff the number x + is no less than the number y x + y is true in a world where x=7, y = x + y is false in a world where x =0, y =6 6 Lester Solbakken TDT436 Logic and Reasoning Systems

Entailment Logic in general - models and entailment Entailment means that one thing follows from another: KB = α Knowledge base KB entails sentence α if and only if α is true in all worlds where KB is true E.g., the KB containing the Giants won and the Reds won entails Either the Giants won or the Reds won E.g., x +y =4 entails 4=x +y Entailment is a relationship between sentences (i.e., syntax) that is based on semantics Note: brains process syntax (of some sort) 7 Lester Solbakken TDT436 Logic and Reasoning Systems

Models Logic in general - models and entailment Logicians typically think in terms of models, which are formally structured worlds with respect to which truth can be evaluated We say m is a model of a sentence α if α is true in m M(α) is the set of all models of α Then KB = α if and only if M(KB) M(α) E.g. KB = Giants won and Reds won α = Giants won M( ) x x x x x x x x x x x x x x x x x x x x x x x x x xx x xx x x x x x x x M(KB) x x x x x x x x x 8 Lester Solbakken TDT436 Logic and Reasoning Systems

Logic in general - models and entailment Entailment in the wumpus world Situation after detecting nothing in [,], moving right, breeze in [,] Consider possible models for?s assuming only pits? B?? 3 Boolean choices = 8 possible models 9 Lester Solbakken TDT436 Logic and Reasoning Systems

Logic in general - models and entailment Wumpus models 3 3 3 3 3 3 3 3 0 Lester Solbakken TDT436 Logic and Reasoning Systems

Logic in general - models and entailment Wumpus models KB 3 3 3 3 3 3 3 3 KB = wumpus-world rules + observations Lester Solbakken TDT436 Logic and Reasoning Systems

Logic in general - models and entailment Wumpus models KB 3 3 3 3 3 3 3 3 KB = wumpus-world rules + observations α = [,] is safe, KB = α, proved by model checking Lester Solbakken TDT436 Logic and Reasoning Systems

Logic in general - models and entailment Wumpus models KB 3 3 3 3 3 3 3 3 KB = wumpus-world rules + observations 3 Lester Solbakken TDT436 Logic and Reasoning Systems

Logic in general - models and entailment Wumpus models KB 3 3 3 3 3 3 3 3 KB = wumpus-world rules + observations α = [,] is safe, KB = α 4 Lester Solbakken TDT436 Logic and Reasoning Systems

Inference Propositional (Boolean) logic KB i α = sentence α can be derived from KB by procedure i Consequences of KB are a haystack; α is a needle. Entailment = needle in haystack; inference = finding it Soundness: i is sound if whenever KB i α, it is also true that KB = α Completeness: i is complete if whenever KB = α, it is also true that KB i α Preview: we will define a logic (first-order logic) which is expressive enough to say almost anything of interest, and for which there exists a sound and complete inference procedure. That is, the procedure will answer any question whose answer follows from what is known by the KB. 5 Lester Solbakken TDT436 Logic and Reasoning Systems

Propositional (Boolean) logic Propositional logic: Syntax Propositional logic is the simplest logic illustrates basic ideas The proposition symbols P, P etc are sentences If S is a sentence, S is a sentence (negation) If S and S are sentences, S S is a sentence (conjunction) If S and S are sentences, S S is a sentence (disjunction) If S and S are sentences, S = S is a sentence (implication) If S and S are sentences, S S is a sentence (biconditional) 6 Lester Solbakken TDT436 Logic and Reasoning Systems

Propositional (Boolean) logic Propositional logic: Semantics Each model specifies true/false for each proposition symbol E.g. P, P, P 3, false true false (With these symbols, 8 possible models, can be enumerated automatically.) Rules for evaluating truth with respect to a model m: S is true iff S is false S S is true iff S is true and S is true S S is true iff S is true or S is true S = S is true iff S is false or S is true i.e., is false iff S is true and S is false S S is true iff S = S is true and S = S is true Simple recursive process evaluates an arbitrary sentence, e.g., P, (P, P 3, ) = true (false true)=true true=true 7 Lester Solbakken TDT436 Logic and Reasoning Systems

Propositional (Boolean) logic Truth tables for connectives P Q P P Q P Q P Q P Q false false true false false true true false true true false true true false true false false false true false false true true false true true true true 8 Lester Solbakken TDT436 Logic and Reasoning Systems

Propositional (Boolean) logic Wumpus world sentences Let P i,j be true if there is a pit in [i,j]. Let B i,j be true if there is a breeze in [i,j]. P, B, B, Pits cause breezes in adjacent squares 9 Lester Solbakken TDT436 Logic and Reasoning Systems

Propositional (Boolean) logic Wumpus world sentences Let P i,j be true if there is a pit in [i,j]. Let B i,j be true if there is a breeze in [i,j]. P, B, B, Pits cause breezes in adjacent squares B, (P, P, ) B, (P, P, P 3, ) square is breezy if and only if there is an adjacent pit 30 Lester Solbakken TDT436 Logic and Reasoning Systems

Propositional (Boolean) logic Truth tables for inference B, B, P, P, P, P, P 3, R R R 3 R 4 R 5 KB false false false false false false false true true true true false false false false false false false false true true true false true false false............. false true false false false false false true true false true true false false true false false false false true true true true true true true false true false false false true false true true true true true true false true false false false true true true true true true true true false true false false true false false true false false true true false.......................... true true true true true true true false true true false true false Enumerate rows (different assignments to symbols), if KB is true in row, check that α is too 3 Lester Solbakken TDT436 Logic and Reasoning Systems

Propositional (Boolean) logic Inference by enumeration Depth-first enumeration of all models is sound and complete function TT-Entails?(KB, α) returns true or false inputs: KB, the knowledge base, a sentence in propositional logic α, the query, a sentence in propositional logic symbols a list of the proposition symbols in KB and α return TT-Check-ll(KB, α, symbols,[]) function TT-Check-ll(KB, α, symbols, model) returns true or false if Empty?(symbols) then if PL-True?(KB, model) then return PL-True?(α, model) else return true else do P First(symbols); rest Rest(symbols) return TT-Check-ll(KB, α, rest, Extend(P, true, model)) and TT-Check-ll(KB, α, rest, Extend(P, false, model)) O( n ) for n symbols; problem is co-np-complete 3 Lester Solbakken TDT436 Logic and Reasoning Systems

Equivalence, validity, satisfiability Logical equivalence Two sentences are logically equivalent iff true in same models: α β if and only if α = β and β = α (α β) (β α) commutativity of (α β) (β α) commutativity of ((α β) γ) (α (β γ)) associativity of ((α β) γ) (α (β γ)) associativity of ( α) α double-negation elimination (α = β) ( β = α) contraposition (α = β) ( α β) implication elimination (α β) ((α = β) (β = α)) biconditional elimination (α β) ( α β) De Morgan (α β) ( α β) De Morgan (α (β γ)) ((α β) (α γ)) distributivity of over (α (β γ)) ((α β) (α γ)) distributivity of over 33 Lester Solbakken TDT436 Logic and Reasoning Systems

Equivalence, validity, satisfiability Validity and satisfiability sentence is valid if it is true in all models, e.g., True,, =, ( ( = B)) = B Validity is connected to inference via the Deduction Theorem: KB = α if and only if (KB = α) is valid sentence is satisfiable if it is true in some model e.g., B, C sentence is unsatisfiable if it is true in no models e.g., Satisfiability is connected to inference via the following: KB = α if and only if (KB α) is unsatisfiable i.e., prove α by reductio ad absurdum 34 Lester Solbakken TDT436 Logic and Reasoning Systems

Inference rules and theorem proving Proof methods Proof methods divide into (roughly) two kinds: pplication of inference rules Legitimate (sound) generation of new sentences from old Proof = a sequence of inference rule applications Can use inference rules as operators in a standard search alg. Typically require translation of sentences into a normal form Model checking Truth table enumeration (always exponential in n) Improved backtracking, e.g., Davis Putnam Logemann Loveland Heuristic search in model space (sound but incomplete) e.g., min-conflicts-like hill-climbing algorithms 35 Lester Solbakken TDT436 Logic and Reasoning Systems

Inference rules and theorem proving Forward and backward chaining Horn Form (restricted) KB = conjunction of Horn clauses Horn clause = proposition symbol; or (conjunction of symbols) = symbol E.g., C (B = ) (C D = B) Modus Ponens (for Horn Form): complete for Horn KBs α,...,α n, α α n = β β Can be used with forward chaining or backward chaining. These algorithms are very natural and run in linear time 36 Lester Solbakken TDT436 Logic and Reasoning Systems

Forward chaining Inference rules and theorem proving Forward chaining Idea: fire any rule whose premises are satisfied in the KB, add its conclusion to the KB, until query is found Q P = Q L M = P B L = M P = L B = L B L P M B 37 Lester Solbakken TDT436 Logic and Reasoning Systems

Inference rules and theorem proving Forward chaining algorithm Forward chaining function PL-FC-Entails?(KB, q) returns true or false inputs: KB, the knowledge base, a set of propositional Horn clauses q, the query, a proposition symbol local variables: count, a table, indexed by clause, initially # of premises inferred, a table, indexed by symbol, initially false agenda, a list of symbols, initially the symbols known in KB while agenda is not empty do p Pop(agenda) unless inferred[p] do inferred[p] true for each Horn clause c in whose premise p appears do decrement count[c] if count[c] = 0 then do if Head[c] = q then return true Push(Head[c], agenda) return false 38 Lester Solbakken TDT436 Logic and Reasoning Systems

Inference rules and theorem proving Forward chaining example Forward chaining Q P L M B 39 Lester Solbakken TDT436 Logic and Reasoning Systems

Inference rules and theorem proving Forward chaining example Forward chaining Q P L M B 40 Lester Solbakken TDT436 Logic and Reasoning Systems

Inference rules and theorem proving Forward chaining example Forward chaining Q P L M 0 B 4 Lester Solbakken TDT436 Logic and Reasoning Systems

Inference rules and theorem proving Forward chaining example Forward chaining Q P L M 0 0 B 4 Lester Solbakken TDT436 Logic and Reasoning Systems

Inference rules and theorem proving Forward chaining example Forward chaining Q P 0 L M 0 0 B 43 Lester Solbakken TDT436 Logic and Reasoning Systems

Inference rules and theorem proving Forward chaining example Forward chaining Q 0 P 0 L M 0 0 0 B 44 Lester Solbakken TDT436 Logic and Reasoning Systems

Inference rules and theorem proving Forward chaining example Forward chaining Q 0 P 0 L M 0 0 0 B 45 Lester Solbakken TDT436 Logic and Reasoning Systems

Inference rules and theorem proving Forward chaining example Forward chaining Q 0 P 0 L M 0 0 0 B 46 Lester Solbakken TDT436 Logic and Reasoning Systems

Inference rules and theorem proving Proof of completeness Forward chaining FC derives every atomic sentence that is entailed by KB FC reaches a fixed point where no new atomic sentences are derived Consider the final state as a model m, assigning true/false to symbols 3 Every clause in the original KB is true in m Proof: Suppose a clause a... a k b is false in m Then a... a k is true in m and b is false in m Therefore the algorithm has not reached a fixed point! 4 Hence m is a model of KB 5 If KB = q, q is true in every model of KB, including m General idea: construct any model of KB by sound inference, check α 47 Lester Solbakken TDT436 Logic and Reasoning Systems

Backward chaining Inference rules and theorem proving Backward chaining Idea: work backwards from the query q: to prove q by BC, check if q is known already, or prove by BC all premises of some rule concluding q void loops: check if new subgoal is already on the goal stack void repeated work: check if new subgoal ) has already been proved true, or ) has already failed 48 Lester Solbakken TDT436 Logic and Reasoning Systems

Inference rules and theorem proving Backward chaining example Backward chaining Q P M L B 49 Lester Solbakken TDT436 Logic and Reasoning Systems

Inference rules and theorem proving Backward chaining example Backward chaining Q P M L B 50 Lester Solbakken TDT436 Logic and Reasoning Systems

Inference rules and theorem proving Backward chaining example Backward chaining Q P M L B 5 Lester Solbakken TDT436 Logic and Reasoning Systems

Inference rules and theorem proving Backward chaining example Backward chaining Q P M L B 5 Lester Solbakken TDT436 Logic and Reasoning Systems

Inference rules and theorem proving Backward chaining example Backward chaining Q P M L B 53 Lester Solbakken TDT436 Logic and Reasoning Systems

Inference rules and theorem proving Backward chaining example Backward chaining Q P M L B 54 Lester Solbakken TDT436 Logic and Reasoning Systems

Inference rules and theorem proving Backward chaining example Backward chaining Q P M L B 55 Lester Solbakken TDT436 Logic and Reasoning Systems

Inference rules and theorem proving Backward chaining example Backward chaining Q P M L B 56 Lester Solbakken TDT436 Logic and Reasoning Systems

Inference rules and theorem proving Backward chaining example Backward chaining Q P M L B 57 Lester Solbakken TDT436 Logic and Reasoning Systems

Inference rules and theorem proving Backward chaining example Backward chaining Q P M L B 58 Lester Solbakken TDT436 Logic and Reasoning Systems

Inference rules and theorem proving Backward chaining example Backward chaining Q P M L B 59 Lester Solbakken TDT436 Logic and Reasoning Systems

Inference rules and theorem proving Forward vs. backward chaining Backward chaining FC is data-driven, cf. automatic, unconscious processing, e.g., object recognition, routine decisions May do lots of work that is irrelevant to the goal BC is goal-driven, appropriate for problem-solving, e.g., Where are my keys? How do I get into a PhD program? Complexity of BC can be much less than linear in size of KB 60 Lester Solbakken TDT436 Logic and Reasoning Systems

Resolution Inference rules and theorem proving Resolution Conjunctive Normal Form (CNF universal) conjunction of disjunctions of literals }{{} clauses E.g., ( B) (B C D) Resolution inference rule (for CNF): complete for propositional logic l l k, m m n l l i l i+ l k m m j m j+ m n where l i and m j are complementary literals. E.g., P,3 P,, P, P,3 Resolution is sound and complete for propositional logic P P? B P? S W 6 Lester Solbakken TDT436 Logic and Reasoning Systems

Conversion to CNF Inference rules and theorem proving Resolution B, (P, P, ). Eliminate, replacing α β with (α = β) (β = α). (B, = (P, P, )) ((P, P, ) = B, ). Eliminate, replacing α β with α β. ( B, P, P, ) ( (P, P, ) B, ) 3. Move inwards using de Morgan s rules and double-negation: ( B, P, P, ) (( P, P, ) B, ) 4. pply distributivity law ( over ) and flatten: ( B, P, P, ) ( P, B, ) ( P, B, ) 6 Lester Solbakken TDT436 Logic and Reasoning Systems

Resolution algorithm Inference rules and theorem proving Resolution Proof by contradiction, i.e., show KB α unsatisfiable function PL-Resolution(KB, α) returns true or false inputs: KB, the knowledge base, a sentence in propositional logic α, the query, a sentence in propositional logic clauses the set of clauses in the CNF representation of KB α new {} loop do for each C i, C j in clauses do resolvents PL-Resolve(C i,c j ) if resolvents contains the empty clause then return true new new resolvents if new clauses then return false clauses clauses new 63 Lester Solbakken TDT436 Logic and Reasoning Systems

Resolution example Inference rules and theorem proving Resolution KB = (B, (P, P, )) B, α = P, P, B, B, P, P, P, B, B, P, B, P, B, P, P, P, B, P, B, P, P, P, P, P, 64 Lester Solbakken TDT436 Logic and Reasoning Systems

Summary Inference rules and theorem proving Resolution Logical agents apply inference to a knowledge base to derive new information and make decisions Basic concepts of logic: syntax: formal structure of sentences semantics: truth of sentences wrt models entailment: necessary truth of one sentence given another inference: deriving sentences from other sentences soundess: derivations produce only entailed sentences completeness: derivations can produce all entailed sentences Wumpus world requires the ability to represent partial and negated information, reason by cases, etc. Forward, backward chaining are linear-time, complete for Horn clauses Resolution is complete for propositional logic Propositional logic lacks expressive power 65 Lester Solbakken TDT436 Logic and Reasoning Systems