Use rules of inference to show that the hypothesis "All lions are fierce","Some Lions do not drink coffee" imply the conclusion "Some fierce creatures do not drink coffee".
Let’s let L(x) be “x is a lion,” F(x) be “x is fierce,” and C(x) be “x drinks coffee.”
"\\begin{aligned}\n\\text { All lions are fierce. } & \\forall x(L(x) \\rightarrow F(x)) \\\\\n\\text { Some lions do not drink coffee. } & \\exists x(L(x) \\wedge \\neg C(x)) \\\\\n\\text { Some fierce creatures do not drink coffee. } & \\exists x(F(x) \\wedge \\neg C(x))\n\\end{aligned}"
Comments
Leave a comment