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

fix: bug in level normalization (soundness bug) #1781

Merged
merged 1 commit into from Oct 26, 2022

Conversation

digama0
Copy link
Collaborator

@digama0 digama0 commented Oct 26, 2022

As reported on Zulip. The bug causes expressions of the form imax u v + N to be normalized to imax u v regardless of the value of N, leading to an inconsistency in the logic. The bug does not exist in lean 3, it was introduced in fb5440a.

@leodemoura leodemoura merged commit a086d21 into leanprover:master Oct 26, 2022
@leodemoura
Copy link
Member

@digama0 Thanks for investigating and fixing this issue.

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.

None yet

2 participants