I understand that for negation $\forall$ converts into $\exists$
like: $\forall x \ , \forall y$, $ \ y^2 + x^2 \ge0$
and the negation will be: $\exists x \ $and $ \exists y$, $ \ y^2 + x^2 < 0$
I understand that it translates to: there exists an element of $x$ and of $y$ that $y^2 + x^2 < 0$ which make sense, but:
My Question
For this particular case, could this be another form of negation: $\forall x \ , \forall y$, $ \ y^2 + x^2 <0$
Wouldn't this be a stronger statement than the "correct" one, or is it too strong/absolute that it might miss a particular case that is not necessary $\forall x \ , \forall y$?
I would really appreciate any insight you can offer