Advertisement
logicmoo

Untitled

Aug 2nd, 2015
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Jans
  2.  
  3. pkif :-
  4.  
  5.         [ implies,
  6.  
  7.           [ isa(F, tPred),
  8.             isa(A, ftInt),
  9.             poss(KB, POS([arity(F, A)])),
  10.             poss(KB, arity(F, A))
  11.           ],
  12.           =>,
  13.  
  14.           [ all[F],
  15.  
  16.             [ implies,
  17.               [isa(F, tPred), ex[A], isa(A, ftInt), poss(KB, arity(F, A))],
  18.               =>,
  19.               [ex[A], [isa(A, ftInt), arity(F, A)]]
  20.             ]
  21.           ]
  22.         ].
  23.  
  24.  
  25.  
  26.  
  27. Okefs
  28.  
  29. rok_portray_clause((
  30. |    pkif :-
  31. |
  32. |            [ implies,
  33. |
  34. |              [ isa(F, tPred),
  35. |                isa(A, ftInt),
  36. |                poss(KB, POS([arity(F, A)])),
  37. |                poss(KB, arity(F, A))
  38. |              ],
  39. |              =>,
  40. |
  41. |              [ all[F],
  42. |
  43. |                [ implies,
  44. |                  [isa(F, tPred), ex[A], isa(A, ftInt), poss(KB, arity(F, A))],
  45. |                  =>,
  46. |                  [ex[A], [isa(A, ftInt), arity(F, A)]]
  47. |                ]
  48. |              ]
  49. |            ])).
  50. pkif :-
  51.         [implies,[isa(_G3891,tPred),isa(_G3897,ftInt),poss(_G3911,POS([arity(_G3891,_G3897)])),poss(_G3911,arity(_G3891,_G3897))],(=>),[all[_G3891],[implies,[isa(_G3891,tPred),ex[_G3897],isa(_G3897,ftInt),poss(_G3911,arity(_G3891,_G3897))],(=>),[ex[_G3897],[isa(_G3897,ftInt),arity(_G3891,_G3897)]]]]].
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement