I recently learned that "$\forall x \in S, \phi(x)$" is shorthand for "$\forall x \big(x \in S \rightarrow \phi(x)\big)$". Does the same idea apply for the shorthand "$\exists x \in S, \phi(x)$"?
i.e. is "$\exists x \in S, \phi(x)$" logically equivalent to "$\exists x \big(x \in S \rightarrow \phi(x)\big)$"?
I am somewhat tempted to think that it may actually denote "$\exists x\big( x \in S \land \phi(x)\big )$" but am not positive! Any insight is greatly appreciated. Cheers~