Inference Methods In Propositional Logic

Similar documents
Inference Methods In Propositional Logic

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

Intelligent Agents. Pınar Yolum Utrecht University

Artificial Intelligence Chapter 7: Logical Agents

EE562 ARTIFICIAL INTELLIGENCE FOR ENGINEERS

Logical Agents. Chapter 7

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

Proof Methods for Propositional Logic

Propositional Logic: Methods of Proof (Part II)

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

CS 380: ARTIFICIAL INTELLIGENCE

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

Artificial Intelligence

CS 771 Artificial Intelligence. Propositional Logic

Propositional Logic: Methods of Proof (Part II)

Chapter 7 R&N ICS 271 Fall 2017 Kalev Kask

Artificial Intelligence

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

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

Logical agents. Chapter 7. Chapter 7 1

TDT4136 Logic and Reasoning Systems

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

Class Assignment Strategies

Logical Agent & Propositional Logic

Logical agents. Chapter 7. Chapter 7 1

Logical Agents (I) Instructor: Tsung-Che Chiang

Logical Agent & Propositional Logic

Logical Agents. Chapter 7

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

CS:4420 Artificial Intelligence

Logical Agents: Propositional Logic. Chapter 7

Propositional Logic: Methods of Proof (Part II)

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

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

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

Agents that reason logically

Logic & Logic Agents Chapter 7 (& background)

Logical Agents. Outline

Deliberative Agents Knowledge Representation I. Deliberative Agents

Introduction to Artificial Intelligence. Logical Agents

Inference in Propositional Logic

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

COMP9414: Artificial Intelligence Propositional Logic: Automated Reasoning

Introduction to Intelligent Systems

Artificial Intelligence. Propositional logic

Advanced Topics in LP and FP

Lecture 6: Knowledge 1

Kecerdasan Buatan M. Ali Fauzi

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

Propositional Logic. Logic. Propositional Logic Syntax. Propositional Logic

Introduction to Intelligent Systems

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

Logical Agents. Outline

AI Programming CS S-09 Knowledge Representation

CS 7180: Behavioral Modeling and Decision- making in AI

Deductive Systems. Lecture - 3

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

CS 2710 Foundations of AI Lecture 12. Propositional logic. Logical inference problem

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

Propositional inference, propositional agents

Lecture 7: Logical Agents and Propositional Logic

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

COMP219: Artificial Intelligence. Lecture 19: Logic for KR

Logic & Logic Agents Chapter 7 (& Some background)

Logic: Propositional Logic (Part I)

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

Knowledge based Agents

Propositional Logic Part 1

INF5390 Kunstig intelligens. Logical Agents. Roar Fjellheim

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

Language of Propositional Logic

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

Adversarial Search & Logic and Reasoning

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

Logical Agents. Santa Clara University

Propositional Logic: Models and Proofs

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

Objectives. Logical Reasoning Systems. Proofs. Outline. Example proof. Example proof. You should

COMP219: Artificial Intelligence. Lecture 19: Logic for KR

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

2. The Logic of Compound Statements Summary. Aaron Tan August 2017

Inference in first-order logic

Propositional logic II.

Propositional Resolution Introduction

Lecture 7: Logic and Planning

COMP219: Artificial Intelligence. Lecture 20: Propositional Reasoning

Inference in First-Order Logic

Logic and Inferences

CS 188: Artificial Intelligence Spring 2007

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

Propositional Logic: Logical Agents (Part I)

Propositional Resolution Part 1. Short Review Professor Anita Wasilewska CSE 352 Artificial Intelligence

Propositional Resolution

Logical Agents. September 14, 2004

Propositional Reasoning

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

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

Propositional and First-Order Logic

Foundations of Artificial Intelligence

Foundations of Artificial Intelligence

Transcription:

Lecture Notes, Advanced Artificial Intelligence (SCOM7341) Sina Institute, University of Birzeit 2 nd Semester, 2012 Advanced Artificial Intelligence (SCOM7341) Inference Methods In Propositional Logic Dr. Mustafa Jarrar Sina Institute, University of Birzeit mjarrar@birzeit.edu www.jarrar.info Jarrar 2012 1

Inference Methods Enumeration Method Inference rules Resolution Forward and backward Chaining Jarrar 2012 2

Propositional Inference: Enumeration Method Truth Tables for Inference Jarrar 2012 3

Propositional Inference: Enumeration Method Let = A B and KB = (A C) (B C) Is it the case that KB Check all possible models. must be true wherever KB is true Jarrar 2012 4

Propositional inference: Enumeration method Depth-first enumeration of all models is sound and complete For n symbols, time complexity is O(2 n ), space complexity is O(n) Jarrar 2012 5

Inference Methods Enumeration Method Inference rules Resolution Forward and backward Chaining Jarrar 2012 6

Inference Rule: Modus Ponens The rule is written as:, Means, whenever any sentences of the form and are given, then the sentence can be inferred. If, then.. Therefore, For example, if (WumpusAhead WumpusAlive) Shoot and (WumpusAhead WumpusAlive) are given, then Shoot can be inferred. Jarrar 2012 7

More Inference Rules: Logical Equivalences Two sentences are logically equivalent iff true in same models: α ß iff α β and β α All rules are sound if used with search algorithms, but they might be inadequate to reach a goal (i.e., completeness is not guaranteed). Jarrar 2012 8

Inference Methods Enumeration Method Inference rules Resolution Proof by contradiction, i.e., show KB α unsatisfiable. Forward and backward Chaining Jarrar 2012 9

Resolution Resolution is a rule of inference leading to a refutation theorem-proving technique for sentences in propositional logic. That is, applying the resolution rule in a suitable way allows for telling whether a propositional formula is satisfiable; Resolution was introduced by John Alan Robinson in 1965. Suppose we have a knowledge base in this form: A B, By resolving (A B) and (A B), we obtain (A A), which is reduced to A Notice that this rule applies only when a knowledge base in form of conjunctions of disjunctions of literals. A A B Jarrar 2012 10

Resolution We first write/convert the formulas into Conjunctive Normal Form (CNF): conjunction of disjunctions of literals clauses E.g., (A B) (B C D) A literal is a propositional variable or the negation of a propositional variable. Resolution inference rule (for CNF): l i l k, m 1 m n l i l i-1 l i+1 l k m 1 m j-1 m j+1... m n where l i and m j are complementary literals (one is the negation of the other). E.g., P 1,3 P 2,2, P 2,2 P 1,3 a b, b c a c Resolution is sound and complete for propositional logic. Jarrar 2012 11

Conversion to CNF Any sentence in propositional logic can be transformed into an equivalent sentence in conjunctive normal form. Example: B 1,1 (P 1,2 P 2,1 ) 1. Eliminate, replacing α β with (α β) (β α). (B 1,1 (P 1,2 P 2,1 )) ((P 1,2 P 2,1 ) B 1,1 ) 2. Eliminate, replacing α β with α β. ( B 1,1 P 1,2 P 2,1 ) ( (P 1,2 P 2,1 ) B 1,1 ) 3. Move inwards using de Morgan's rules and double-negation: ( B 1,1 P 1,2 P 2,1 ) (( P 1,2 P 2,1 ) B 1,1 ) 4. Apply distributivity law ( over ) and flatten: ( B 1,1 P 1,2 P 2,1 ) ( P 1,2 B 1,1 ) ( P 2,1 B 1,1 ) Jarrar 2012 12

Resolution Algorithm Any sentence in propositional logic can be transformed into an equivalent sentence in conjunctive normal form. Steps: All sentences in KB and the negation of the sentence to be proved (the conjecture) are conjunctively connected. The resulting sentence is transformed into a conjunctive normal form with the conjuncts viewed as elements in a set, S, of clauses. The resolution rule is applied to all possible pairs of clauses that contain complementary literals. After each application of the resolution rule, the resulting sentence is simplified by removing repeated literals. If the sentence contains complementary literals, it is discarded (as a tautology). If not, and if it is not yet present in the clause set S, it is added to S, and is considered for further resolution inferences. If after applying a resolution rule the empty clause is derived, the complete formula is unsatisfiable (or contradictory), and hence it can be concluded that the initial conjecture follows from the axioms. If, on the other hand, the empty clause cannot be derived, and the resolution rule cannot be applied to derive any more new clauses, the conjecture is not a theorem of the original knowledge base. Jarrar 2012 13

Resolution Algorithm (in short) The resolution algorithm tries to prove: KB equivalent to KB unsatisfiable Generate all new sentences from KB and the query. One of two things can happen: 1. We find a case like P P which is unsatisfiable, which means we can entail the query. 2. We find no contradiction: there is a model that satisfies the sentence KB (non-trivial) and hence we cannot entail the query. Jarrar 2012 14

Resolution Algorithm Proof by contradiction, i.e., show KB α unsatisfiable. Jarrar 2012 15

Example KB = (P Q) Q (P P) R (R S) (S Q) = R Does KB entails (KB ) Yes! 1. P Q 2. P R 3. P R 4. R S 5. R Q 6. S Q 7. R neg 8. S 4,7 9. Q 6,8 10. P 1,9 11. R 3,10 12.. 7,11 Jarrar 2012 16

Exercise 1 KB = (B 1,1 (P 1,2 P 2,1 )) Breeze in [1,1] iff there is a Pit in [1,2] or [2.1]. B 1,1 There is on Breeze in [1,1] = P 1,2 No Pit in [1,2]? Does KB entails (KB ) KB True! False in all worlds Jarrar 2012 17

Exercise 2 KB = (B 1,1 (P 1,2 P 2,1 )) Breeze in [1,1] iff there is a it is [1,2] or [2.1]. B 1,1 There is on Breeze in [1,1] = P 1,2 Pit in [1,2]? Does KB entails (KB ) Jarrar 2012 18

Completeness of the Resolution Method Self reading from the book You should be able to prove the completeness of the resolution method (at least informally). Jarrar 2012 19

Inference Methods Enumeration Method Inference rules Resolution Proof by contradiction, i.e., show KB α unsatisfiable. Forward and backward Chaining Jarrar 2012 20

Horn Clauses Resolution can be exponential in space and time. If we can reduce all clauses to Horn clauses resolution is linear in space and time. A Horn clause has at most 1 positive literal. e.g. A B C P1 P2 P3... Pn Q; ~a V b V c V ~d Not a Horn Clause Every Horn clause can be rewritten as an implication with a conjunction of positive literals in the premises and a single positive literal as a conclusion. e.g. B C A Can be used with forward chaining or backward chaining algorithms. These algorithms are very natural and run in linear time! Jarrar 2012 21

Forward chaining example Idea: fire any rule whose premises are satisfied in the KB, add its conclusion to the KB, until query is found Query OR gate I am happy I feel sleepy Heating On I am at home It s Holiday It s snowing AND gate I feel sleepy I am happy I am at home heating On I feel sleepy I am at home It s snowing Heating On Today is Holiday I feel sleepy I am at home Today is Holiday It s snowing I am at home Today is Holiday It s snowing I am happy? Jarrar 2012 22

Forward chaining example Idea: fire any rule whose premises are satisfied in the KB, add its conclusion to the KB, until query is found I am happy 1 I feel sleepy 2 Heating On 2 I am at home 2 2 It s Holiday It s snowing I feel sleepy I am happy I am at home heating On I feel sleepy I am at home It s snowing Heating On Today is Holiday I feel sleepy I am at home Today is Holiday It s snowing I am at home Today is Holiday It s snowing I am happy? Jarrar 2012 23

Forward chaining example Idea: fire any rule whose premises are satisfied in the KB, add its conclusion to the KB, until query is found I am happy 1 I feel sleepy 2 Heating On 2 I am at home 1 1 It s Holiday It s snowing I feel sleepy I am happy I am at home heating On I feel sleepy I am at home It s snowing Heating On Today is Holiday I feel sleepy I am at home Today is Holiday It s snowing I am at home Today is Holiday It s snowing I am happy? Jarrar 2012 24

Forward chaining example Idea: fire any rule whose premises are satisfied in the KB, add its conclusion to the KB, until query is found I am happy 1 I feel sleepy 2 Heating On 1 I am at home 1 0 It s Holiday It s snowing I feel sleepy I am happy I am at home heating On I feel sleepy I am at home It s snowing Heating On Today is Holiday I feel sleepy I am at home Today is Holiday It s snowing I am at home Today is Holiday It s snowing I am happy? Jarrar 2012 25

Forward chaining example Idea: fire any rule whose premises are satisfied in the KB, add its conclusion to the KB, until query is found I am happy 1 I feel sleepy 1 Heating On 0 I am at home 1 0 It s Holiday It s snowing I feel sleepy I am happy I am at home heating On I feel sleepy I am at home It s snowing Heating On Today is Holiday I feel sleepy I am at home Today is Holiday It s snowing I am at home Today is Holiday It s snowing I am happy? Jarrar 2012 26

Forward chaining example Idea: fire any rule whose premises are satisfied in the KB, add its conclusion to the KB, until query is found I am happy 1 I feel sleepy 0 Heating On 0 I am at home 1 0 It s Holiday It s snowing I feel sleepy I am happy I am at home heating On I feel sleepy I am at home It s snowing Heating On Today is Holiday I feel sleepy I am at home Today is Holiday It s snowing I am at home Today is Holiday It s snowing I am happy? Jarrar 2012 27

Forward chaining example Idea: fire any rule whose premises are satisfied in the KB, add its conclusion to the KB, until query is found I am happy 0 I feel sleepy 0 Heating On 0 I am at home 0 0 It s Holiday It s snowing I feel sleepy I am happy I am at home heating On I feel sleepy I am at home It s snowing Heating On Today is Holiday I feel sleepy I am at home Today is Holiday It s snowing I am at home Today is Holiday It s snowing I am happy? Jarrar 2012 28

Forward chaining example Idea: fire any rule whose premises are satisfied in the KB, add its conclusion to the KB, until query is found I am happy Forward chaining is sound and complete for Horn KB 0 I feel sleepy I am happy I feel sleepy 0 Heating On 0 I am at home 0 0 It s Holiday It s snowing I am at home heating On I feel sleepy I am at home It s snowing Heating On Today is Holiday I feel sleepy I am at home Today is Holiday It s snowing I am at home Today is Holiday It s snowing I am happy? Jarrar 2012 29

Think about this Suppose that the goal is to conclude the color of a pet named Fritz, given that (he croaks and eats flies), and that the Knowledge base contains the following : 1. If (X croaks and eats flies) - Then (X is a frog) 2. If (X chirps and sings) - Then (X is a canary) 3. If (X is a frog) - Then (X is green) 4. If (X is a canary) - Then (X is yellow) ينعق Croaks ضفدع Frog يغرد Chirps كناري Canary This Knowledge base would be searched and the first rule would be selected, because its antecedent (If Fritz croaks and eats flies) matches our given data. Now the consequents (Then X is a frog) is added to the data. The rule base is again searched and this time the third rule is selected, because its antecedent (If Fritz is a frog) matches our data that was just confirmed. Now the new consequent (Then Fritz is green) is added to our data. Nothing more can be inferred from this information, but we have now accomplished our goal of determining the color of Fritz. Jarrar 2012 30

Backward Chaining p 1 p 2 p n q Idea: work backwards from the query q check if q is known already, or prove by BC all premises of some rule concluding q Hence BC maintains a stack of sub-goals that need to be proved to get to q. Avoid loops: check if new sub-goal is already on the goal stack Avoid repeated work: check if new sub-goal 1. has already been proved true, or 2. has already failed Backward chaining is the basis for logic programming, e.g., Prolog Jarrar 2012 31

Backward chaining example Jarrar 2012 32

Backward chaining example Jarrar 2012 33

Backward chaining example Jarrar 2012 34

Backward chaining example we need P to prove L and L to prove P. Jarrar 2012 35

Backward chaining example Jarrar 2012 36

Backward chaining example Jarrar 2012 37

Backward chaining example Jarrar 2012 38

Backward chaining example Jarrar 2012 39

Backward chaining example Jarrar 2012 40

Backward chaining example Jarrar 2012 41

One More Backward Chaining Example 1. Pig(y) Slug(z) Faster (y, z) 2. Slimy(a) Creeps(a) Slug(a) 3. Pig(Pat) 4. Slimy(Steve) 5. Creeps(Steve) Example in First-Order Logic Jarrar 2012 42

Forward vs. backward chaining FC is data-driven, automatic, senseless processing, e.g., object recognition, routine decisions May do lots of work that is irrelevant to the goal BC is goal-driven, (bottom-up reasoning) appropriate for problem-solving, e.g., Where are my keys? Complexity of BC can be much less than linear in size of KB Jarrar 2012 43

Summary 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 soundness: derivations produce only entailed sentences completeness: derivations can produce all entailed sentences Resolution is sound and complete for propositional logic Forward, backward chaining are linear-time, complete for Horn clauses Propositional logic lacks expressive power Jarrar 2012 44