-
Notifications
You must be signed in to change notification settings - Fork 602
feat: add Nat.[shiftLeft_or_distrib
, shiftLeft_xor_distrib, shiftLeft_and_distrib
, testBit_mul_two_pow
, bitwise_mul_two_pow
, shiftLeft_bitwise_distrib]
#6630
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
Merged
Merged
Changes from 14 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
0fdb812
feat: testBit_mul_two_pow
luisacicolini 805a88a
chore: start proofs
luisacicolini 23f367a
feat: proved!
luisacicolini 427df3f
chore: update simp onlys and remove useless lemma
luisacicolini 6743930
feat: add and and xor distrib
luisacicolini e7973a4
chore: fix formatting in bitwise_mul_two_pow
luisacicolini 70d4a45
chore: split proof of testBit_mul_two_pow and rtemove useless hypotheses
luisacicolini 43f82c4
chore: remove useless rw in testBit_mul_two_pow_gt
luisacicolini 17f1531
chore: inline redundant omega
luisacicolini 57edc99
chore: simplify suffices further
luisacicolini 1fa28d5
chore: remove omega where res suffice
luisacicolini 465522b
chore: inline more omegas where possible
luisacicolini 79ba4ba
chore: simplify _gt proof further
luisacicolini 340e8d6
chore: remove ugly suffices
luisacicolini 159a9f2
chore: golf testBit_mul_two_pow proof
luisacicolini 4946b2e
chore: replace testBit_mul_pow_ge proof strategy with calc and suffices
luisacicolini f585dd6
chore: replace haves with calc in testBit_mul_two_pow_le strategy
luisacicolini 3203e11
chore: replace haves with calc in testBit_mul_two_pow_le strategy
luisacicolini e299ea1
chore: remove useless theorem, simplify testBit_mul_two_pow
luisacicolini 4dc9290
chore: fix theorems ordering
luisacicolini 32bbf2f
chore: remove useless newline
luisacicolini File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.