Commit 2024-09-28 07:48 8d426f12
View on Github →feat: the inverse of an analytic partial homeo is also analytic (#17170)
We already have the results for the inverse of formal multilinear series, so this PR is mostly just extending our API. However, this showed that our API is suboptimal (notably with respect to the choice of constant coefficients in inverses of formal multilinear series), so we also tweak the definitions of FormalMultilinearSeries.id
and FormalMultilinearSeries.leftInv/rightInv
to make them more usable.