$∃$ quadrilaterals $x$ such that if $x$ is a parallelogram, then $x$ is a kite.
I understand the above statement to be false.
Using the formulae $$¬(∃x∈U)[P(x)]≡(∀x∈U)[¬P(x)]\\ ¬(p⟹q)≡¬(¬p∨q)≡¬¬p∧¬q≡p∧¬q,$$ its negation is:
$∀$ quadrilaterals $x, x$ is a parallelogram and $x$ is not a kite.
Since the original statement is false, the negation of that statement should be true. However, the above negation is also false! I am not sure what I'm doing wrong.