【发布时间】:2017-12-01 13:12:55
【问题描述】:
我是对还是错。 以下句子的谓词逻辑。
-
一个杯子高于一本书。
\x exists \y exists cup(x) and book(y) and above(x,y) -
杯子碰一本书。
\x exists \y exists cup(x) and book(y) and touches(x,y). -
如果 x 在 y 之上,则 y 支持 x。
for all x For all y on(x,y) implies support(y,x). -
如果 x 在 y 之上并且它们相互接触,则 x 在 y 之上。
for all x for all y above(x,y) and touches(x,y) implies on(x,y).
我说的对吗?
【问题讨论】:
标签: logic artificial-intelligence predicate