Closed alebugariu closed 4 years ago
we don't have a prenex normal form conversion exposed.
Sorry for commenting on this old discussion, but if we look at the definition of Skolem normal form, wouldn't it be a requirement that the output is in prenex normal form?
I would have a question about the SNF tactic. For the following formula:
I was expecting the get a formula in prenex normal form (with all the quantifiers at the beginning) and with only universal quantifiers. The output produced by the SNF tactic with mode quantifiers is:
which is a formula in negation normal form.
Is this the expected output of the SNF tactic? Or are there any parameters that I should have set to obtain an output in prenex normal form?
Thank you very much for your help.