Commit 2024-09-20 16:59 1912fa59

View on Github →

chore: move things around in the Analytic folder (#16972) We move some things in the Analytic folder, particularly in and out of Basic. Notably

  • The fact that the addition and subtraction are analytic is moved from Basic to Constructions, where there are already the same facts for multiplication and scalar multiplication
  • Congruence lemmas are moved from Within to Basic
  • Uniqueness of power series is moved from Basic to the (already existing file!) Uniqueness
  • Order of imports is swapped between Calculus.FDeriv.Analytic and Analytic.Within. We also add a few docstrings to the files to show their structure. This gives a more principled hierarchy, better suited to the addition of future lemmas. This PR is just moving things around, no statement has been added or removed.

Estimated changes

deleted theorem AnalyticAt.add
deleted theorem AnalyticAt.neg
deleted theorem AnalyticAt.sub
deleted theorem AnalyticOn.add
deleted theorem AnalyticOn.neg
deleted theorem AnalyticOn.sub
deleted theorem AnalyticWithinAt.add
added theorem AnalyticWithinAt.congr
deleted theorem AnalyticWithinAt.neg
deleted theorem AnalyticWithinAt.sub
deleted theorem AnalyticWithinOn.add
added theorem AnalyticWithinOn.congr
added theorem AnalyticWithinOn.mono
deleted theorem AnalyticWithinOn.neg
deleted theorem AnalyticWithinOn.sub
deleted theorem HasFPowerSeriesAt.add
deleted theorem HasFPowerSeriesAt.eq_zero
deleted theorem HasFPowerSeriesAt.neg
deleted theorem HasFPowerSeriesAt.sub
deleted theorem HasFPowerSeriesOnBall.add
deleted theorem HasFPowerSeriesOnBall.neg
deleted theorem HasFPowerSeriesOnBall.sub
deleted theorem analyticAt_const
deleted theorem analyticOn_const
deleted theorem analyticWithinAt_const
deleted theorem analyticWithinOn_const
deleted theorem hasFPowerSeriesAt_const