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
The reason is that y is skolemized, though it is used as a value and thus effectively used both in negative and positive forms. The solution with Next2 disables the Skolemization of y and produces no counterexample. If an existential is used as a value, we should not skolemize it.
The text was updated successfully, but these errors were encountered:
The following test produces a spurious counterexample:
The reason is that
y
is skolemized, though it is used as a value and thus effectively used both in negative and positive forms. The solution withNext2
disables the Skolemization ofy
and produces no counterexample. If an existential is used as a value, we should not skolemize it.The text was updated successfully, but these errors were encountered: