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

rewrite -> unfold_in in * in zify_pre_hook is incomplete #25

Closed
pi8027 opened this issue Sep 27, 2021 · 0 comments · Fixed by #27
Closed

rewrite -> unfold_in in * in zify_pre_hook is incomplete #25

pi8027 opened this issue Sep 27, 2021 · 0 comments · Fixed by #27

Comments

@pi8027
Copy link
Member

pi8027 commented Sep 27, 2021

Due to this incompleteness, the support for GRing.unit : qualifier 1 int is missing:

Goal forall n : int, n \is a GRing.unit -> (n = 1)%R \/ (n = - 1)%R.
Proof.
move=> n.
Fail lia.
rewrite unfold_in /=.
lia.
Qed.
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 a pull request may close this issue.

1 participant