Consider the statement: Jane saw a police officer and Roger saw one too. The answer given is: (re-edited) $\exists x (P(x) \land S(j,x)) \land\exists y (P(y) \land S(r,y))$ where P is police, S(w,y) is w saw y. Is this synonymous with the statement: There exists an x such that if x is a police officer, then Jane saw the police officer and there exists a y such that if y is a police officer, then Roger saw the police officer: $\exists x (P(x) \implies S(j,x)) \land \exists y(P(y)\implies S(r,y))$
It makes sense to me through reasoning but I haven't learned truth tables for quantifiers and if you rewrite the if then statement into $\neg P \vee Q$ it seems like it won't work.
What about: Jane saw a police officer, and Roger saw him too. The correct answer is: $\exists x (P(x) \land S(j,x) \land S(r,x))$ Can I rewrite this as: There exists an x such that if x is a police officer then Jane saw the police officer and Roger saw the police officer: $\exists x (P(x) \implies S(j,x) \land S(r,x))$
Thanks a bunch.
The problem with your proposed statements is as follows. Consider: “There exists an $x$ such that if $x$ is a police officer, then Jane saw [$x$] and there exists a $y$ such that if $y$ is a police officer, then Roger saw [$y$].” Let $x$ and $y$ be any two things that are not police officers. Such things obviously exist. Then, this statement is vacuously true: remember, a false premise implies anything. (The implication “if P, then Q” is true whenever P is false). In particular, this statement holds true irrespective of whether Jane and Roger saw police officers or not. Therefore, this statement and the original one are not synonymous.