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

Project contains a bunch of "admit" commands #5

Closed
anton-trunov opened this issue Jul 24, 2018 · 4 comments
Closed

Project contains a bunch of "admit" commands #5

anton-trunov opened this issue Jul 24, 2018 · 4 comments

Comments

@anton-trunov
Copy link
Member

We should get rid of those.

@anton-trunov
Copy link
Member Author

Partially solved by #13

@palmskog
Copy link
Member

palmskog commented Nov 19, 2018

The only admitted lemma that's not an Example (and therefore seemingly not necessary to Qed) is the following in noaliasBT.v:

Lemma noaliasR2 s x y (f : Scan.form s) (g : NoAlias2.form x y s) :
               def f -> NoAlias2.eq_of g.
Proof. admit. Admitted.

To me, this lemma doesn't look provable, and its only use is in throwaway examples. @anton-trunov does it look provable to you?

@anton-trunov
Copy link
Member Author

does it look provable to you?

It is provable, please see #17.

@anton-trunov
Copy link
Member Author

Fixed by b9a21a0

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

No branches or pull requests

2 participants