[Merged by Bors] - chore: rename AnalyticOn to AnalyticOnNhd, and AnalyticWithinOn to AnalyticOn#17146
[Merged by Bors] - chore: rename AnalyticOn to AnalyticOnNhd, and AnalyticWithinOn to AnalyticOn#17146
AnalyticOn to AnalyticOnNhd, and AnalyticWithinOn to AnalyticOn#17146Conversation
PR summary 94aa5324e7Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
The individual commits look great! Thanks bors merge |
|
👎 Rejected by label |
|
bors r+ |
… to `AnalyticOn` (#17146) For coherence with `ContinuousOn`, `DifferentiableOn` and so on. See Zulip https://leanprover.zulipchat.com/#narrow/stream/144837-PR-reviews/topic/Integrate.20analytic.20functions.20in.20the.20smooth.20hierarchy/near/471899268 This is 90% renaming all `AnalyticOn` to `AnalyticOnNhd` and then `AnalyticWithinOn` to `AnalyticOn`, and then adding deprecations. The 10% remaining is, when adding a deprecation `alias AnalyticOn.foo := AnalyticOnNhd.foo`, I noticed that `AnalyticOn.foo` would definitely make sense (with the new meaning of `AnalyticOn`), so I added the lemma with the new meaning instead of deprecating the old one.
|
Pull request successfully merged into master. Build succeeded: |
AnalyticOn to AnalyticOnNhd, and AnalyticWithinOn to AnalyticOnAnalyticOn to AnalyticOnNhd, and AnalyticWithinOn to AnalyticOn
… to `AnalyticOn` (#17146) For coherence with `ContinuousOn`, `DifferentiableOn` and so on. See Zulip https://leanprover.zulipchat.com/#narrow/stream/144837-PR-reviews/topic/Integrate.20analytic.20functions.20in.20the.20smooth.20hierarchy/near/471899268 This is 90% renaming all `AnalyticOn` to `AnalyticOnNhd` and then `AnalyticWithinOn` to `AnalyticOn`, and then adding deprecations. The 10% remaining is, when adding a deprecation `alias AnalyticOn.foo := AnalyticOnNhd.foo`, I noticed that `AnalyticOn.foo` would definitely make sense (with the new meaning of `AnalyticOn`), so I added the lemma with the new meaning instead of deprecating the old one.
For coherence with
ContinuousOn,DifferentiableOnand so on. See Zulip https://leanprover.zulipchat.com/#narrow/stream/144837-PR-reviews/topic/Integrate.20analytic.20functions.20in.20the.20smooth.20hierarchy/near/471899268This is 90% renaming all
AnalyticOntoAnalyticOnNhdand thenAnalyticWithinOntoAnalyticOn, and then adding deprecations. The 10% remaining is, when adding a deprecationalias AnalyticOn.foo := AnalyticOnNhd.foo, I noticed thatAnalyticOn.foowould definitely make sense (with the new meaning ofAnalyticOn), so I added the lemma with the new meaning instead of deprecating the old one.