mathlib4
mathlib4 copied to clipboard
feat(Fin/Parity): add `Fin.even_iff`
This PR/issue depends on:
- ~~leanprover-community/mathlib4#8974~~ By Dependent Issues (🤖). Happy coding!
PR summary 2c581bd163
Import changes for modified files
No significant changes to the import graph
Import changes for all files
| Files | Import difference |
|---|---|
Mathlib.Data.Fin.Parity |
471 |
Declarations diff
+ add_one_lt_of_even
+ even_iff
+ even_iff_imp
+ even_iff_of_even
+ even_of_odd
+ even_of_val
+ odd_iff
+ odd_iff_imp
+ odd_iff_of_even
+ odd_of_odd
+ odd_of_val
+ one_lt_of_ne_zero_of_even
+ val_add_eq_of_add_lt
You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>
The doc-module for script/declarations_diff.sh contains some details about this script.
@urkud are you going to continue with this pull request? If not, can I continue with it?
Feel free to take over this PR. Thanks!
🚀 Pull request has been placed on the maintainer queue by Ruben-VandeVelde.
bors merge
For some reason the commit has the "Co-authored-by" two times
bors d=IvanRenison
:v: IvanRenison can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.
Please merge master, fix the breakage and then merge with bors d+ when done, thanks!
Apologies for the late review, I forgot to send it earlier
Thanks for the review @Command-Master, I was very surprised that the first two reviewers didn't find anything. I was very lucky that the build failed
bors r+