feat(Analysis/Analytic): add AnalyticAt properties for iterated dslope#37926
feat(Analysis/Analytic): add AnalyticAt properties for iterated dslope#37926e-271828 wants to merge 3 commits intoleanprover-community:masterfrom
Conversation
Welcome new contributor!Thank you for contributing to Mathlib! If you haven't done so already, please review our contribution guidelines, as well as the style guide and naming conventions. In particular, we kindly remind contributors that we have guidelines regarding the use of AI when making pull requests. We use a review queue to manage reviews. If your PR does not appear there, it is probably because it is not successfully building (i.e., it doesn't have a green checkmark), has the If you haven't already done so, please come to https://leanprover.zulipchat.com/, introduce yourself, and mention your new PR. Thank you again for joining our community. |
PR summary df818bb9ebImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
You can combine This is just to demonstrate that this is true, and you can rename this to the new |
… Function.Iterate.rec Apply an elegant simplification suggested by @wwylele. Co-authored-by: Weiyi Wang <wwylele@gmail.com>
@wwylele I completely agree that combining them without the condition on I really appreciate your guidance! |
This PR adds three fundamental lemmas in the
AnalyticAtnamespace to establish the analyticity of the (iterated)dslopefunction:AnalyticAt.dslope_of_neAnalyticAt.iterate_dslope_of_neAnalyticAt.iterate_dslope(at the singularity, usinghas_fpower_series_iterate_dslope_fslope)These properties are crucial for factoring out removable singularities iteratively while preserving analyticity.
This PR was assisted by LLMs (Aristotle and Gemini).