[Merged by Bors] - chore: use to_fun to auto-generate more duplicate lemmas#34279
[Merged by Bors] - chore: use to_fun to auto-generate more duplicate lemmas#34279grunweg wants to merge 4 commits into
to_fun to auto-generate more duplicate lemmas#34279Conversation
PR summary ac4a84c72dImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
This pull request has conflicts, please merge |
|
This PR/issue depends on: |
The current version is an exact duplicate of fderiv_fun_pow, likely a copy-paste error. Fix it to match what it says.
to_fun moreto_fun to auto-generate more duplicate lemmas
| @[to_fun HasDerivAt.fun_pow] | ||
| theorem HasDerivAt.pow (h : HasDerivAt f f' x) (n : ℕ) : |
There was a problem hiding this comment.
Isn't this the name to_fun generates anyway? Is there no feature like with to_additive where it tells you the autogenerated name matches the one you provided?
There was a problem hiding this comment.
Indeed, that's the auto-generated name. (Perhaps it wasn't until recently?) Removed.
|
✌️ grunweg can now approve this pull request. To approve and merge a pull request, simply reply with |
|
Thanks for the review! |
We use the new functionality of `to_fun` from #34257 to remove a few more duplicate lemmas.
|
#39598 makes |
|
Pull request successfully merged into master. Build succeeded: |
to_fun to auto-generate more duplicate lemmasto_fun to auto-generate more duplicate lemmas
…r-community#34279) We use the new functionality of `to_fun` from leanprover-community#34257 to remove a few more duplicate lemmas.
…r-community#34279) We use the new functionality of `to_fun` from leanprover-community#34257 to remove a few more duplicate lemmas.
…r-community#34279) We use the new functionality of `to_fun` from leanprover-community#34257 to remove a few more duplicate lemmas.
We use the new functionality of
to_funfrom #34257 to remove a few more duplicate lemmas.