logicmoo

Untitled

Aug 4th, 2017
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. createTC(R1,RPlus) <->
  2. exists(RPlus,
  3. trans(R1,x,y) -> RPlus(x,y))
  4.  
  5. trans(R,x,z) <->
  6. ( R(x,z)
  7. v (R(x,y) & R(y,z) -> R(x,z))))
Add Comment
Please, Sign In to add comment