考虑在蔬菜领域定义的以下谓词:
R(x) : x is a root vegetable
T(x) : x tastes nice
此外,命题P
定义为:
P : Peas are blue
现在象征性地表达以下陈述:
答案 0 :(得分:0)
谓词逻辑很有趣;)
P ⇒ (∀x Cabbage(x) ⇒ T(x))
∃x R(x) ⇒ T(x)
∀x (Lettuce(x) ⇒ R(x)) ∧ P
∀x R(x) ⇒ T(x)
P ∨ (∃x R(x) ∧ ¬T(x))