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

The exists tactic does not do capture-avoiding substitution #22

Closed
chaudhuri opened this issue Oct 30, 2013 · 0 comments
Closed

The exists tactic does not do capture-avoiding substitution #22

chaudhuri opened this issue Oct 30, 2013 · 0 comments
Assignees
Labels

Comments

@chaudhuri
Copy link
Member

Consider the following Abella development.

Kind i type.

Theorem foo : exists (x:i), exists y, x = y.
assert exists (y:i), y = y.
case H1. exists y.

The final exists y produces the obligation exists y, y = y instead of the obligation exists y1, y = y1.

This bug is reported by @matteocimini.

@ghost ghost assigned chaudhuri Oct 30, 2013
@agacek agacek closed this as completed in 978e477 Oct 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant