9 - C Predicate Logic - Logic Agents
9 - C Predicate Logic - Logic Agents
limited expressiveness
becomes impractical, even for very small worlds
Not possible to represent relations like all, some, or none with
propositional logic
Cannot represent objects, properties and relationships
- There Exists:
x P(x) is read “there exists an x such that P(x) is true”.
E.g., there exist a engineering student who is not smart.
mixtures
∀x ∃y Loves(x, y) - Everybody loves somebody
Aditya dislikes
Aditya likes rain and snow
Modus Ponens
Criminal(Joe)
16
Prolog
17
Example 1
Example 2
The End…
20