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

Identify and implement relevant proof rules #90

Open
6 of 7 tasks
mattulbrich opened this issue Oct 10, 2018 · 5 comments
Open
6 of 7 tasks

Identify and implement relevant proof rules #90

mattulbrich opened this issue Oct 10, 2018 · 5 comments
Assignees
Milestone

Comments

@mattulbrich
Copy link
Owner

mattulbrich commented Oct 10, 2018

For a usable tools, there must be a set of sensible proof rules present.

That here is more an umbrella issue for a lot of smaller items.

That would include:

  • a cut rule
  • a replacewith rule
  • quantifier instantiation and
  • quantifier skolemisation
  • integer expression simplification
  • heap expression simplification
  • a working integrated lemma mechanism

The simplification rules must not be atomic steps but sequences of individual rewritings.

@mattulbrich mattulbrich added this to the Autumn 18 milestone Oct 10, 2018
@sgrebing
Copy link
Collaborator

sgrebing commented Oct 25, 2018

Instead of cut: better add Hypothesis, case distinction, cut direct, induction?

@JonasKlamroth
Copy link
Collaborator

JonasKlamroth commented Oct 31, 2018

  • working lemmas introduced with 153fb12
  • quantifier instantiation for forall quantifier, addHypothesis and case distinction added in 055ee81
  • @mattulbrich what do mean by integer expression simplification? things like a + 0 == 0 or a more sophiticated rule which is able to simplify arbitrary terms?

@mattulbrich
Copy link
Owner Author

@JonasKlamroth. Actually: both. Anything which helps. I do not really know if some "normalisation" technique would help tremendously or if a handful of eager rules will do the trick. I believe that x + (-1)*x + 0*y should automatically be simplified to 0.

@JonasKlamroth
Copy link
Collaborator

basic integersimplification added in 5ec4265

@JonasKlamroth
Copy link
Collaborator

skolemization rule added in 30734d5

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

3 participants