[Merged by Bors] - feat: Complex.tan, Complex.tanh are meromorphic#37327
[Merged by Bors] - feat: Complex.tan, Complex.tanh are meromorphic#37327ldct wants to merge 11 commits intoleanprover-community:masterfrom
Complex.tan, Complex.tanh are meromorphic#37327Conversation
PR summary f7c1d6ebc9Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Mathlib/Analysis/SpecialFunctions/Trigonometric/Meromorphic.lean
Outdated
Show resolved
Hide resolved
Mathlib/Analysis/SpecialFunctions/Trigonometric/Meromorphic.lean
Outdated
Show resolved
Hide resolved
|
I agree with Monica here. |
Mathlib/Analysis/SpecialFunctions/Trigonometric/Meromorphic.lean
Outdated
Show resolved
Hide resolved
Co-authored-by: Monica Omar <23701951+themathqueen@users.noreply.github.com>
|
I think you need to merge master to fix the CI-error. |
j-loreaux
left a comment
There was a problem hiding this comment.
Can you please also show MeromorphicNFOn for both of these? It should be straightforward since they are both quotients of analytic functions, although I think the key lemma doesn't exist yet in the right form. It would be something like:
AnalyticAt 𝕜 f x → MeromorphicNFAt 𝕜 g x → (g x ≠ 0 ∨ f x ≠ 0) → MeromorphicNFAt 𝕜 (f / g) x
This should follow from MeromorphicNFAt.inv and meromorphicNFAt_mul_iff_left plus a little but of extra work.
From `AlexKontorovich/PrimeNumberTheoremAnd` project Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
Pull request successfully merged into master. Build succeeded: |
Complex.tan, Complex.tanh are meromorphicComplex.tan, Complex.tanh are meromorphic
From
AlexKontorovich/PrimeNumberTheoremAndproject