Would this be correct working?
Define the following conditions as follows;
P: x^2 + y^2 < 1
~P: x^2 + y^2 >= 1
Q: (x,y) is a point inside the unit circle
~Q: (x,y) is a point outside the unit circle
Statement = P <-> Q
= (P -> Q) and (Q -> P)
= (Q or ~P) and (P or ~Q)
Negation = (P and ~Q) or (Q and ~P)
So the negation is that either P is true and Q is not, or Q is true and P is not, which is false.
Also,
@5uckerberg isn't a statement and its negation logically opposite? So one is always true and the other is always false?