Can someone tell me if im doing this correct?!?! im a little confused on pulling the quantifiers out to the left after i remove the "->" and distribute the negation.
$\exists xP(x)\wedge \exists yQ(y) \rightarrow \exists z(P(z) \wedge Q(z))$
$\equiv \lnot (\exists xP(x)\wedge \exists yQ(y)) \lor \exists z(P(z) \wedge Q(z))$
$\equiv \exists z\lnot (\exists xP(x)\wedge \exists yQ(y)) \lor P(z) \wedge Q(z)$
$\equiv \exists z(\lnot\exists xP(x)\lor \lnot\exists yQ(y)) \lor P(z) \wedge Q(z)$
$\equiv \exists z(\forall x \lnot P(x)\lor \forall y\lnot Q(y)) \lor P(z) \wedge Q(z)$