You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(exists x.(p(x))) -> (forall x.(p(x))) is invalid.
~(forall x.(forall y.(((p(x)) \/ (~(q(x)))) /\ ((~(p(y))) \/ (q(y)))))) may be valid or invalid. Since first order logic is undecidable, the program may run forever, so it can't tell us.