Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in prenex handling of Or. #319

Open
AbdallahS opened this issue Dec 26, 2020 · 1 comment
Open

Bug in prenex handling of Or. #319

AbdallahS opened this issue Dec 26, 2020 · 1 comment

Comments

@AbdallahS
Copy link
Contributor

See line

| Or (f,Forall (x,g)) | Or (Forall (x,g),f) -> Forall (to_prenex x,And (to_prenex_rn x f,to_prenex_new x g)) (* 3,6 *)
. The And on the right-hand side needs to be Or. I'll fix it at some point, but it'd be nice to have some unit tests for the prenex transformation, for instance one that would detect this specific bug.

@AbdallahS
Copy link
Contributor Author

There is also a type in

| Not Forall (x,f) -> Forall (to_prenex x,Not (to_prenex_new x f)) (* 1 *)
on the right-hand side, the forall should be an exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant