In Discrete mathematics and its applications Book
by Kenneth H. Rosen
In chapter 2 setction 2.1(page no 124 in pdf)
"Using Set Notation with Quantifiers
Sometimes we restrict the domain of a quantified statement explicitly by making use of a particular notation. For example, ∀x∈S(P (x)) denotes the universal quantification of P (x) over all elements in the set S. In other words, ∀x∈S(P (x)) is shorthand for ∀x(x ∈ S → P (x)). Similarly, ∃x∈S(P (x)) denotes the existential quantification of P (x) over all elements in S. That is, ∃x∈S(P (x)) is shorthand for ∃x(x ∈ S ∧ P (x)). "
But isn't ∃x∈S(P (x)) shorthand for ∃x(x ∈ S → P (x)) ?
If it is ∃x∈S(P (x)) shorthand for ∃x(x ∈ S ∧ P (x)),then why? Doesn't '∧'(and) has to br replaced by '→'(impiles that) ?