【发布时间】:2019-02-23 21:21:52
【问题描述】:
我已将一小段转换为一阶逻辑。有人可以检查它是否正确。资料如下。
"Anyone who has catarrh will sneeze. if anyone allergic to animal danger
or dust mite then they will have catarrh. Maya is allergic to animal danger."
这是我做的。
1. ∃x p(x) ∧ c(x) ∧ s(x).
2. ∃x p(x) ∧ a(x) V d(x) --> c(x)
3. a(maya).
请帮我解决这个问题。
【问题讨论】:
-
如何开始。因为任何人都表示一个人。
标签: logic