Given formulas $P$, $Q$ and a variable $x$, define the operators $\wedge,\vee$ and the quantifier $\exists$ in terms of the operators $\lnot,\implies$ and the quantifier $\forall$.
$1)$ $$\qquad P\wedge Q \quad = \quad \lnot \left( P \implies \lnot Q \right)$$
$2)$ $$ \qquad P\vee Q \quad = \quad \lnot P \implies Q$$
$3)$ $$ \qquad P\iff Q \quad = \quad P\implies Q \;\wedge \;Q\implies P$$
$4)$ $$\exists\, x : P(x) \quad = \quad \lnot \forall\, x : \lnot P(x) $$
Are these correct? What is the best way to prove this without the use of truth tables?