At first English is not my native language if something is not perfectly formulated or described I'm sorry.
Could somebody please tell me what the generally valid statement of this is?
$$ \forall x(\exists y(A(x))) $$
I personally believe that it could mean something like
Forall x there is one y that I get when i put x into A(x)
For all $x$, there exist an $y$ such that the property $A$ is true on $x$. But this is strange since $y$ is not used... Maybe the statement should be: $$\forall x, \exists y, A(x,y).$$
which means: for all $x$, there exist an $y$ such that the property $A$ is true on the pair $(x,y)$.
For example, if your property is $A(x,y) \Leftrightarrow x+y = 0$, then the statement $\forall x, \exists y, A(x,y)$ is true. Indeed, for all $x$, choosing $y = -x$ makes $A(x,y)$ true.