I've read about the following task, but don't know how to prove it: Proof that $\neg(\forall x ( V(x)\rightarrow F(x))\iff \exists x( V(x) \land \lnot F(x)) $.
Maybe we start by proving "$\Leftrightarrow$" by proving the contraposition:
$\neg\exists x (V(x) \land \lnot F(x)) \Rightarrow \forall x ( V(x)\rightarrow F(x))$
Now we can make a contradiction by assuming: $\exists x (V(x)\land \lnot F(x))$ but how do I move on now?