When given the syllogism "Some x are y" (e.g. "Some red things are fruits"), is this syllogism best rewritten in first order logic as $(\exists x (R(x) \rightarrow F(x))$ or $(\exists x (R(x) \wedge F(x))$? Furthermore, if the first one, how might one then prove that $\exists x (F(x) \rightarrow R(x))$? I'm having a bit of a hard time wrapping my mind around proofs with the existential quantifier.
Thanks!
You want the statement to be true only when you can find a specific example of an object in the domain that is a red fruit. In the first case, $\exists x (R(x) \rightarrow F(x))$ is true whenever there are no red things, so it definitely does not carry the meaning of "Some red things are fruits." The second one, $\exists x (R(x) \wedge F(x))$ is true if and only if you can find an object in the domain that is both red and a fruit (that is, a red fruit).