-
Notifications
You must be signed in to change notification settings - Fork 357
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
feat: Make PNat.recOn
induction eliminator
#20617
base: master
Are you sure you want to change the base?
Conversation
PR summary e823c5c32cImport changes for modified filesNo significant changes to the import graph Import changes for all files
Declarations diffNo declarations were harmed in the making of this PR! 🐙 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 No changes to technical debt.You can run this locally as
|
Can you have a quick look at where this is used in the library and replace it with the induction tactic? I guess it's not very common so it shouldn't be too much work. |
There is |
Yes, that's exactly what I mean. |
Well, only if it's not difficult to do it, don't spend too much time with it. |
Done! |
There is a building error :) Anyway I won't have time to have a look in the next few days, but it seems an improvements to me. |
the build error is caused by these lines, where |
bors merge |
Following this discussion on Zulip:
https://leanprover.zulipchat.com/#narrow/channel/113489-new-members/topic/Base.20Case.20for.20Induction.20on.20N.2B/near/492807806