Commit 2024-09-26 10:19 5d4532a2
View on Github →chore: rename AnalyticOn
to AnalyticOnNhd
, and AnalyticWithinOn
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.