-
Notifications
You must be signed in to change notification settings - Fork 410
chore: redefine Nat.div2
Nat.bodd
#13649
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
Open
FR-vdash-bot
wants to merge
54
commits into
master
Choose a base branch
from
FR_binrec
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+63
−88
Open
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
c047c64
chore: redefine `Nat.binaryRec` `Nat.div2` `Nat.bodd`
FR-vdash-bot 5ccab29
Update Mathlib.lean
FR-vdash-bot 9f429e9
fix
FR-vdash-bot 7ffe999
Merge branch 'master' into FR_binrec
FR-vdash-bot 584c3ce
fix
FR-vdash-bot fde50df
fix
FR-vdash-bot 68a2c0b
fix
FR-vdash-bot ea3360b
shake
FR-vdash-bot 6392674
fix
FR-vdash-bot 77d68ab
Merge branch 'master' into FR_binrec
FR-vdash-bot bd0c24f
Merge branch 'master' into FR_binrec
FR-vdash-bot fd5c58d
fix merge
FR-vdash-bot 049d442
fix
FR-vdash-bot 16a10ce
fix
FR-vdash-bot 7398e5b
fix
FR-vdash-bot 4a9fd6e
Merge branch 'master' into FR_binrec
FR-vdash-bot ccb809c
fix
FR-vdash-bot 38780b5
fix
FR-vdash-bot e056180
fix
FR-vdash-bot 199117a
shake
FR-vdash-bot 27734ef
Merge branch 'master' into FR_binrec
FR-vdash-bot 84535ce
Merge branch 'master' into FR_binrec
FR-vdash-bot 40ed248
shake
FR-vdash-bot 80ce83e
fix
FR-vdash-bot e57a5d9
fix
FR-vdash-bot 2046094
fix
FR-vdash-bot 432eaec
fix
FR-vdash-bot 9d9ccda
fix
FR-vdash-bot 2097400
fix
FR-vdash-bot 194bf44
Merge branch 'master' into FR_binrec
FR-vdash-bot d32d5c6
Merge branch 'master' into FR_binrec
FR-vdash-bot 7a00093
Merge branch 'master' into FR_binrec
FR-vdash-bot 7c3e5b3
Merge branch 'master' into FR_binrec
FR-vdash-bot 6b19c7e
name
FR-vdash-bot 871aa5f
golf
FR-vdash-bot 19b05e0
golf
FR-vdash-bot 3389c1d
Merge branch 'master' into FR_binrec
FR-vdash-bot 8b6ae3b
split to #18039
FR-vdash-bot ccbbd75
fix merge
FR-vdash-bot 4855c89
cleanup
FR-vdash-bot d1de536
cleanup
FR-vdash-bot c47385f
fix merge
FR-vdash-bot 9bfda89
`Nat.bit`
FR-vdash-bot d569f2d
fix merge
FR-vdash-bot 2983872
fix
FR-vdash-bot 7e64fc8
fix merge
FR-vdash-bot 4aab2a9
Merge branch 'master' into FR_binrec
FR-vdash-bot 9662403
fix
FR-vdash-bot a884905
Merge branch 'master' into FR_binrec
FR-vdash-bot 759d699
`csimp`
FR-vdash-bot 8927b20
Merge branch 'master' into FR_binrec
FR-vdash-bot 3333068
Merge branch 'master' into FR_binrec
FR-vdash-bot ae7394c
fix
FR-vdash-bot 60c51c0
reduce diffs
FR-vdash-bot 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
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
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
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any advantage to this order vs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 &&& n != 0
is defeq ton.testBit 0
.