Presentation is loading. Please wait.

Presentation is loading. Please wait.

Web Science & Technologies University of Koblenz ▪ Landau, Germany Models of Definite Programs.

Similar presentations


Presentation on theme: "Web Science & Technologies University of Koblenz ▪ Landau, Germany Models of Definite Programs."— Presentation transcript:

1 Web Science & Technologies University of Koblenz ▪ Landau, Germany Models of Definite Programs

2 Steffen Staab staab@uni-koblenz.de Advanced Data Modeling 2 of 19 WeST Herbrand-Interpretations I1I1 Herbrand-Base I2I2 I3I3 P(f(b)) ~Q(a) ~P(f(b))… Q(a) ~P(f(b))~Q(a) The true atoms of the Herbrand base correlate with the corresponding interpretation. Q(a) P(f(b))…

3 Steffen Staab staab@uni-koblenz.de Advanced Data Modeling 3 of 19 WeST Model Intersection Property Proposition: Let P be a definite program and {M i } i  I a non-empty set of Herbrand models for P. Then  i  I M i is an Herbrand model for P. If {M i } i  I contains all Herbrand models for p, then M P :=  i  I M i is the least Herbrand model for P.

4 Steffen Staab staab@uni-koblenz.de Advanced Data Modeling 4 of 19 WeST Idea  (2 B P,  ) is a lattice of all Herbrand interpretations of P with the bottom element  and the top element B P The least upper bound (lub) of a set of interpretations is the union, the greatest lower bound is the intersection. BPBP MPMP

5 Steffen Staab staab@uni-koblenz.de Advanced Data Modeling 5 of 19 WeST Model Intersection Property Proposition: Let P be a definite program and {M i } i  I a non-empty set of Herbrand models for P. Then  i  I M i is an Herbrand model for P. If {M i } i  I contains all Herbrand models for p, then M P :=  i  I M i is the least Herbrand model for P. Proof:  i  I M i is an Herbrand interpretation. Show, that it is a model. Each definite program has B P as model, hence I is not empty and one can show that M P is a model. Idea: M P is the „most natural“ model for P.

6 Steffen Staab staab@uni-koblenz.de Advanced Data Modeling 6 of 19 WeST Emden & Kowalski Theorem: Let P be a definite program. Then M P = {A  B P : A is a logical consequence of P}. Proof: A is a logical consequence of P iff P  {~A} is unsatisfiable iff P  {~A} has no Herbrand model iff A is true wrt all Herbrand models of P iff A  M P.

7 Steffen Staab staab@uni-koblenz.de Advanced Data Modeling 7 of 19 WeST Properties of Lattices Definition Let L be a lattice and T:L  L a mapping. T is called monotonic, if x  y implicates, that T(x)  T(y).

8 Steffen Staab staab@uni-koblenz.de Advanced Data Modeling 8 of 19 WeST Properties of Lattices Definition Let L be a lattice and X  L, X is called directed, if each finite sub-set of X has an upper bound in X. Definition Let L be a lattice and T:L  L a mapping. T is called continuous,if for each directed subset X T(lub(X))=lub(T(X)).

9 Steffen Staab staab@uni-koblenz.de Advanced Data Modeling 9 of 19 WeST Van Emden & Kowalski: The Semantics of Predicate Logic as a Programming Language, J. ACM 23, 4, 1976, pp. 733-742. Definition Let P be a definite program. The mapping T P : 2 B P  2 B P is defined as follows: Let I be an Herbrand interpretation. Then T P (I)={ A  B P : A ← A 1  …  A n is a ground instance of a clause in P and {A 1,…,A n }  I }

10 Steffen Staab staab@uni-koblenz.de Advanced Data Modeling 10 of 19 WeST Practice Let P be a definite program. even(f(f(x)) ← even(x). odd(f(x) ← even(x). even(0). Let I 0 = . Then I 1 =T P (I 0 )=? T P (I)={A  B P : A ← A 1  …  A n is a ground instance of a clause in P and {A 1,…,A n }  I}

11 Steffen Staab staab@uni-koblenz.de Advanced Data Modeling 11 of 19 WeST T P links declarative and procedural semantics Example Let P be a definite program. even(f(f(x)) ← even(x). even(0). Let I 0 = . Then I 1 =T P (I 0 )={even(0)}, I 2 =T P (I 1 )={even(0), even(f(f(0))}, I 3 =T P (I 2 )={even(0), even(f(f(0)), even(f(f(f(f(0))))},… T P is monotonic. T P (I)={A  B P : A ← A 1  …  A n is a ground instance of a clause in P and {A 1,…,A n }  I}

12 Steffen Staab staab@uni-koblenz.de Advanced Data Modeling 12 of 19 WeST Practice Let P be a definite program. plus(x,f(y),f(z)) <- plus(x,y,z) plus(f(x),y,f(z)) <- plus (x,y,z) plus(0,0,0) Let I 0 = . Then I 1 =T P (I 0 )=? T P (I)={A  B P : A ← A 1  …  A n is a ground instance of a clause in P and {A 1,…,A n }  I}

13 Steffen Staab staab@uni-koblenz.de Advanced Data Modeling 13 of 19 WeST Practice T P (I)={A  B P : A ← A 1  …  A n is a ground instance of a clause in P and {A 1,…,A n }  I} Let P be a definite program. plus(x,f(y),f(z)) <- plus(x,y,z) plus(f(x),y,f(z)) <- plus (x,y,z) plus(0,0,0) Let I 0 = . Then I 1 =T P (I 0 )={plus(0,0,0)} I 2 =T P (I 1 )={plus(0,0,0), plus(f(0),0,f(0)), plus(0,f(0),f(0))} I 3 =T P (I 2 )={plus(0,0,0), plus(f(0),0,f(0)), plus(0,f(0),f(0)), plus(f(f(0)),0,f(f(0))), plus(0,f(f(0)),f(f(0))), plus(f(0),f(0),f(f(0)), plus(f(0),f(0),f(f(0)))}...

14 Steffen Staab staab@uni-koblenz.de Advanced Data Modeling 14 of 19 WeST Fixpoint-Model Proposition Let P be a definite program and I be an Herbrand interpretation of P. Then I is a model for P iff T P (I)  I.  Let I be an Herbrand interpretation, which is not a model of P and T P (I)  I. Then there exist ground instances {~A, A 1,…,A n }  I and a clause A ← A 1  …  A n in P. Then A  T P (I)  I. Refutation. 

15 Steffen Staab staab@uni-koblenz.de Advanced Data Modeling 15 of 19 WeST Ordinal Powers of T Definition let L be a complete lattice and T:L → L be monotonic. Then we define T  T  T  T  if  is a successor ordinal T  lub  T  if  is a limit ordinal T ↓  ⊤ T ↓  T  T ↓  if  is a successor ordinal T ↓  lub  T ↓  if  is a limit ordinal Example

16 Steffen Staab staab@uni-koblenz.de Advanced Data Modeling 16 of 19 WeST Fixpoint Characterisation of the Least Herbrand Model Theorem Let P be a definite program. Then M P =lfp(T P )=T P , where T  =T(T  (  -1)), if  is a successor ordinal T  =lub{T  :  <  }, if  is a limit ordinal Proof M P =glb{I: I is an Herbrand model for P} =glb{I: T P (I)  I} =lfp(T P ) (not shown here) =T P .

17 Steffen Staab staab@uni-koblenz.de Advanced Data Modeling 17 of 19 WeST Greatest Fixpoint Greatest Fixpoint not as easy to have:  Example program  p(f(x)) ← p(x)  q(a) ← p(x)  T P ↓  {q(a)}  T P ↓(  {}=gfp(T P )

18 Steffen Staab staab@uni-koblenz.de Advanced Data Modeling 18 of 19 WeST Answer Definition Let P be a definite program and G a definite goal. An answer for P  {G} is a substitution for variables of G. Definition Let P be a definite program, G a definite goal ← A 1  …  A n and  an answer for P  {G}. We say that  is a correct answer for P  {G}, if  ((A 1  …  A n )  ) is a logical consequence of P. The answer „no“ is correct if P  {G} is satisfiable. Example

19 Steffen Staab staab@uni-koblenz.de Advanced Data Modeling 19 of 19 WeST Theorem Let P be a definite program and G a definite goal ← A 1  …  A n. Suppose  is an answer for P  {G}, such that (A 1  …  A n )  is ground. Then the following are equivalent:  is correct 2. (A 1  …  A n )  is true wrt every Herbrand model of P 3. (A 1  …  A n )  is true wrt the least Herbrand model of P.

20 Steffen Staab staab@uni-koblenz.de Advanced Data Modeling 20 of 19 WeST Proof it suffices to show that 3 implies 1 (A 1  …  A n )  is true wrt the least Herbrand model of P implies (A 1  …  A n )  is is true wrt all Herbrand models of P implies ~(A 1  …  A n )  is false wrt all Herbrand models of P implies P  {~(A 1  …  A n )  } has no Herbrand models implies P  {~(A 1  …  A n )  } has no models.


Download ppt "Web Science & Technologies University of Koblenz ▪ Landau, Germany Models of Definite Programs."

Similar presentations


Ads by Google