Having some trouble negating this expression
\begin{align} \forall x \in N, x^2 \in N \text { and } (1 / 2x) \notin N \end{align}
"Indicate whether the negated statement is true."
When I read it out loud it makes sense to me.
"For all x in the natural numbers, x^2 is also in the natural numbers (which makes sense) and 1 / 2x is not in the natural numbers (which also makes sense).
My go at negating this
\begin{align} \lnot \forall x \in N, x^2 \in \text { and } (1 / 2x) \in N \end{align}
Is this correct? Seems wrong to me.
The question also asks not to keep the negation symbol at the front, which is confusing me even more.
Any tips would be appreciated, thank you.