【发布时间】:2015-08-05 23:07:57
【问题描述】:
我不确定何时使用全称量词或存在量词。 这是我的例子: 任何通过他的历史考试并赢得彩票的人都很高兴。 一阶逻辑: ∀x Pass(x,history) ^ win(x,lottery) -> happy(x) 要么 ∃x Pass(x, 历史) ^ win(x,lottery) -> 快乐(x) 我想知道逻辑是否正确。
【问题讨论】:
标签: logic artificial-intelligence first-order-logic