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

Prove equivalence of implementation and model of UniformPowerOfTwo #77

Merged
merged 4 commits into from
Oct 4, 2023

Conversation

fzaiser
Copy link
Collaborator

@fzaiser fzaiser commented Oct 3, 2023

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

ensures Power2(k) >= 1
{}

lemma Power2OfLog2(n: nat)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move these lemmas to Helper.dfy. Within the latter, remove the lemma Log2BothSides (maybe more) and substitute calls to it with calls to Power2OfLog2.

@jtristan jtristan merged commit fd3fd40 into main Oct 4, 2023
@fzaiser fzaiser deleted the fabian2 branch October 4, 2023 14:28
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.

3 participants