What is the syntax rule to present a syntax with quantifiers ?
Should we rather write :
\begin{equation} \forall x\in \mathbb N\quad \exists y\in\mathbb N \quad x<y\qquad (1) \end{equation}
or
\begin{equation} \forall x\in \mathbb N,\exists y\in\mathbb N,\ x<y\ ?\qquad (2) \end{equation}
Personally, I would write
$$\forall x\in\mathbb N\exists y\in\mathbb N : x<y$$
because it is exactly how I would read the statement:
but I wouldn't say the other two ways are wrong.