feat(Analysis): characterizing and congr lemma for toMeromorphicNFAt#41092
feat(Analysis): characterizing and congr lemma for toMeromorphicNFAt#41092wwylele wants to merge 1 commit into
Conversation
PR summary 1833ce983eImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
There was a problem hiding this comment.
Pull request overview
This PR adds API lemmas in Analysis/Meromorphic/NormalForm to avoid unfolding toMeromorphicNFAt in common proofs, including a characterization for the order-0 case and a congruence lemma under punctured-neighborhood equality.
Changes:
- Added a simp lemma describing
toMeromorphicNFAt f x xwhenmeromorphicOrderAt f x ≠ 0. - Added an existence/characterization lemma producing an analytic representative
gwithtoMeromorphicNFAt f x =ᶠ[𝓝 x] gwhenmeromorphicOrderAt f x = 0. - Added a
[gcongr]lemmatoMeromorphicNFAt_congrfor equality of values atxunder=ᶠ[𝓝[≠] x].
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
The first two new lemma
toMeromorphicNFAt_of_meromorphicOrderAt_ne_zeroandMeromorphicAt.exists_analytic_and_toMeromorphicNFAt_eventuallyEqcharacterize the behavior oftoMeromorphicNFAtfor meromorphic function, so one no longer needs to unfold the definition of it.The third lemma
toMeromorphicNFAt_congrshows that two functions have equaltoMeromorphicNFAtvalue at a point as long as they equal in the punctured nhds.