Commit 2026-07-07 22:28 46946047

View on Github →

refactor(Analysis/Meromorphic): generalize 𝕜 → 𝕜 to 𝕜 → 𝕜' for order lemma when possible (#39904) These lemma previously requires domain and codomain to be the same. This doesn't have to be the case. To support the generalization, I also generalized Meromorphic{At/On}.smul and meromprhicOrderAt_smul to allow a different scalar from the domain field. This is similar to AnalyticAt.smul.

Estimated changes