LARA

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
sav07_lecture_8 [2007/04/06 14:23]
vkuncak
sav07_lecture_8 [2007/04/06 14:24]
vkuncak
Line 14: Line 14:
  
   * the idea of Fourier-Motzkin elimination   * the idea of Fourier-Motzkin elimination
 +
  
  
Line 19: Line 20:
  
   (ALL x. EX y. R(x,​y)) ​ &   (ALL x. EX y. R(x,​y)) ​ &
-  (ALL x y z. R(x,y) --> R(x, plus(x,z)))  &+  (ALL x y z. R(x,y) --> R(x, plus(y,z)))  &
   (Ev(x) | Ev(plus(x,​1))) -->   (Ev(x) | Ev(plus(x,​1))) -->
     (ALL x. EX y. R(x,y) & E(y))     (ALL x. EX y. R(x,y) & E(y))
  
-Review of transformation to clauses, unification ​and resolution rule.+The intuitive infinite model. 
 +Example finite model where this holds. 
 + 
 +Review of transformation to clauses, unificationresolution rule in this example.
  
 The meaning of completeness and soundness of resolution. The meaning of completeness and soundness of resolution.