This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
Nimayer
/
polimd
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
3a01a30cf2
Větve
Značky
master
polimd
/
Artificial Intelligence
/
lesson_10.md
lesson_10.md
1.1 KB
Historie
Surový
AI - lesson 10
Francesco Arrigoni
4 December 2015
First Order Logic
Inference procedures for first order logic
Resolution
Missing Part
example
$\not American(x)\cup \not Weapon(y) \cup \not Hostile(z)\cup \not Sells(x,y,z)\cup Criminal(x)$
$American(West)$
$\not Missile(x)\cup Weapon(x)
$Missile(M)$
$\not Missile(x)\cup \not Owns(Nono,x)\cup Sells(West,x,Nono)$
$Owns(Nono,M)$
$\not Enemy(x,America)\cup Hostile(x)$
$Enemy(Nono,America)$
$\not Criminal(West)$ ---
$\not American(West)\cup \not Weapon(y)\cup \not Hostile(x) \cup \not Sells(West,y,z)$
$\not Weapon(y)\cup \not Hostile(z)\not Sells(West,y,z) R(2,10)$
$\not Missile(y)\cup \not Hostile(z) \cup \not Sells(West,y,z) R(3,11)$
$\not Hostile(z)\cup \not Sells(West,M,z) R(4,12) \theta={Y/M}$
$\not Missile(M)\cup \not Owns(Nono,M)\cup \not Hostile(Nono) R(5,13)$
$\not Owns(Nono,M)\cup \not Hostile(Nono) R(4,14) \theta={x|M,z|Nono}$
$\not Hostile(Nono) R(6,15)$
$\not Enemy(Nono,America) R(7,16) \theta={x|Nono}$
$\eset$