In restricting the domains of the universal and existential quantifiers, all of the examples that I've seen take the form: $\forall x \in X[P(x)]$. But what is the correct syntax for more complicated domain restrictions such as $x \in \mathbb{R}$ and $x < 0$?
Consider an assertion like: "The equation $x^2 + a = 0$ has a real root for any negative real number, a."
I know that this can be expressed as: $\forall a \in \mathbb{R} \exists x[a < 0 \implies x^2 + a = 0]$.
Can it also be expressed as: $\forall a \in \mathbb{R} \land a < 0 \exists x[x^2 + a = 0]$?
What about $\forall a \in \mathbb{R}, a < 0 \exists x[x^2 + a = 0]$?
Thanks for the help.
reads :
i.e. :
Now we can easily symbolize it :
or equivalently :
Note. If we want to use the restricted quantifier notation, we can rewrite is as follows :
or, in an "intermediate" version as :
IMO, we have not gained so much regarding readibility.