While introducing formal logical notation, the book I'm reading says the following:
"$\forall x$ in $D$. $P(x)$" can be written as "$\forall x (x$ in $D \rightarrow P(x)$".
"$\exists x$ in $D$ such that $P(x)$" can be written as "$\exists x(x$ in $D \wedge P(x))$".
Why is it that the first conversion uses $\rightarrow$ while the second $\wedge$? The way I see, the symbol $\wedge$ can be used in both the statements and they should work.
Please explain.