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

Skolemization #876

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

Skolemization #876

wants to merge 26 commits into from

Conversation

Taissirbw
Copy link

@Taissirbw Taissirbw commented Jun 2, 2022

Add a skolemization tactic.

TODO:

  • nnf and pnf transformations should generate proof terms
  • skolemization should be applied on some hypothesis, not on the goal
  • fix the generated proof term for skolemization
    by adding 2nd order axioms like
    symbol sko1 [a b] (p : τ a → τ b → Prop) : π((`∀ x, (`∃ y, p x y)) ⇒ `∃ f, (`∀ x, p x (f x))); ?
    or a single axiom taking the predicate arity in argument ?
  • update emacs and vscode plugins
  • update doc

@Taissirbw Taissirbw marked this pull request as ready for review June 7, 2022 07:51
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

Successfully merging this pull request may close these issues.

2 participants