I know the generalized De Morgan's laws say
$\begin{align*} \neg[P(0) \wedge P(1) \wedge \ldots \wedge P(n)] \Leftrightarrow \neg P(0) \vee \neg P(1) \vee \ldots \vee \neg P(n) \end{align*}$
for any finite $n$. And I can prove the above by induction. But I don't know if that's equivalent to
$\begin{align*} \neg [P(0) \wedge P(1) \wedge P(2) \wedge \ldots] \Leftrightarrow \neg P(0) \vee \neg P(1) \vee \neg P(2) \vee \ldots \end{align*}$
In particular, I want to know because I'm trying to decide if
$\begin{align*} \neg\forall x \in \mathbb{N}\ [P(x)] &\Leftrightarrow \neg[P(0) \wedge P(1) \wedge P(2) \wedge \ldots] \\ &\Leftrightarrow \neg P(0) \vee \neg P(1) \vee \neg P(2) \vee \ldots \\ &\Leftrightarrow \exists x \in \mathbb{N}\ [\neg P(x)]\end{align*}$
is a valid proof.
Edit: Fixed typo