Inverse of analytic functions #
We construct the left and right inverse of a formal multilinear series with invertible linear term, we prove that they coincide and study their properties (notably convergence). We deduce that the inverse of an analytic partial homeomorphism is analytic.
Main statements #
p.leftInv i x
: the formal left inverse of the formal multilinear seriesp
, with constant coefficientx
, fori : E โL[๐] F
which coincides withpโ
.p.rightInv i x
: the formal right inverse of the formal multilinear seriesp
, with constant coefficientx
, fori : E โL[๐] F
which coincides withpโ
.p.leftInv_comp
says thatp.leftInv i x
is indeed a left inverse top
whenpโ = i
.p.rightInv_comp
says thatp.rightInv i x
is indeed a right inverse top
whenpโ = i
.p.leftInv_eq_rightInv
: the two inverses coincide.p.radius_rightInv_pos_of_radius_pos
: if a power series has a positive radius of convergence, then so does its inverse.PartialHomeomorph.hasFPowerSeriesAt_symm
shows that, if a partial homeomorph has a power seriesp
at a point, with invertible linear part, then the inverse also has a power series at the image point, given byp.leftInv
.
The left inverse of a formal multilinear series #
The left inverse of a formal multilinear series, where the n
-th term is defined inductively
in terms of the previous ones to make sure that (leftInv p i) โ p = id
. For this, the linear term
pโ
in p
should be invertible. In the definition, i
is a linear isomorphism that should
coincide with pโ
, so that one can use its inverse in the construction. The definition does not
use that i = pโ
, but proofs that the definition is well-behaved do.
The n
-th term in q โ p
is โ qโ (p_{jโ}, ..., p_{jโ})
over jโ + ... + jโ = n
. In this
expression, qโ
appears only once, in qโ (pโ, ..., pโ)
. We adjust the definition so that this
term compensates the rest of the sum, using iโปยน
as an inverse to pโ
.
These formulas only make sense when the constant term pโ
vanishes. The definition we give is
general, but it ignores the value of pโ
.
Equations
- One or more equations did not get rendered due to their size.
- p.leftInv i x 0 = ContinuousMultilinearMap.uncurry0 ๐ F x
- p.leftInv i x 1 = (continuousMultilinearCurryFin1 ๐ F E).symm โi.symm
Instances For
The left inverse does not depend on the zeroth coefficient of a formal multilinear series.
The left inverse to a formal multilinear series is indeed a left inverse, provided its linear term is invertible.
The right inverse of a formal multilinear series #
The right inverse of a formal multilinear series, where the n
-th term is defined inductively
in terms of the previous ones to make sure that p โ (rightInv p i) = id
. For this, the linear
term pโ
in p
should be invertible. In the definition, i
is a linear isomorphism that should
coincide with pโ
, so that one can use its inverse in the construction. The definition does not
use that i = pโ
, but proofs that the definition is well-behaved do.
The n
-th term in p โ q
is โ pโ (q_{jโ}, ..., q_{jโ})
over jโ + ... + jโ = n
. In this
expression, qโ
appears only once, in pโ (qโ)
. We adjust the definition of qโ
so that this
term compensates the rest of the sum, using iโปยน
as an inverse to pโ
.
These formulas only make sense when the constant term pโ
vanishes. The definition we give is
general, but it ignores the value of pโ
.
Equations
- p.rightInv i x 0 = ContinuousMultilinearMap.uncurry0 ๐ F x
- p.rightInv i x 1 = (continuousMultilinearCurryFin1 ๐ F E).symm โi.symm
- p.rightInv i x n.succ.succ = -(โi.symm).compContinuousMultilinearMap (p.comp (fun (k : โ) => if k < n + 2 then p.rightInv i x k else 0) (n + 2))
Instances For
The right inverse does not depend on the zeroth coefficient of a formal multilinear series.
The right inverse to a formal multilinear series is indeed a right inverse, provided its linear term is invertible and its constant term vanishes.
Coincidence of the left and the right inverse #
Convergence of the inverse of a power series #
Assume that p
is a convergent multilinear series, and let q
be its (left or right) inverse.
Using the left-inverse formula gives
$$ q_n = - (p_1)^{-n} \sum_{k=0}^{n-1} \sum_{i_1 + \dotsc + i_k = n} q_k (p_{i_1}, \dotsc, p_{i_k}). $$
Assume for simplicity that we are in dimension 1
and pโ = 1
. In the formula for qโ
, the term
q_{n-1}
appears with a multiplicity of n-1
(choosing the index i_j
for which i_j = 2
while
all the other indices are equal to 1
), which indicates that qโ
might grow like n!
. This is
bad for summability properties.
It turns out that the right-inverse formula is better behaved, and should instead be used for this
kind of estimate. It reads
$$ q_n = - (p_1)^{-1} \sum_{k=2}^n \sum_{i_1 + \dotsc + i_k = n} p_k (q_{i_1}, \dotsc, q_{i_k}). $$
Here, q_{n-1}
can only appear in the term with k = 2
, and it only appears twice, so there is
hope this formula can lead to an at most geometric behavior.
Let Qโ = โqโโ
. Bounding โpโโ
with C r^k
gives an inequality
$$ Q_n โค C' \sum_{k=2}^n r^k \sum_{i_1 + \dotsc + i_k = n} Q_{i_1} \dotsm Q_{i_k}. $$
This formula is not enough to prove by naive induction on n
a bound of the form Qโ โค D R^n
.
However, assuming that the inequality above were an equality, one could get a formula for the
generating series of the Qโ
:
$$ \begin{align} Q(z) & := \sum Q_n z^n = Q_1 z + C' \sum_{2 \leq k \leq n} \sum_{i_1 + \dotsc + i_k = n} (r z^{i_1} Q_{i_1}) \dotsm (r z^{i_k} Q_{i_k}) \\ & = Q_1 z + C' \sum_{k = 2}^\infty (\sum_{i_1 \geq 1} r z^{i_1} Q_{i_1}) \dotsm (\sum_{i_k \geq 1} r z^{i_k} Q_{i_k}) \\ & = Q_1 z + C' \sum_{k = 2}^\infty (r Q(z))^k = Q_1 z + C' (r Q(z))^2 / (1 - r Q(z)). \end{align} $$
One can solve this formula explicitly. The solution is analytic in a neighborhood of 0
in โ
,
hence its coefficients grow at most geometrically (by a contour integral argument), and therefore
the original Qโ
, which are bounded by these ones, are also at most geometric.
This classical argument is not really satisfactory, as it requires an a priori bound on a complex analytic function. Another option would be to compute explicitly its terms (with binomial coefficients) to obtain an explicit geometric bound, but this would be very painful.
Instead, we will use the above intuition, but in a slightly different form, with finite sums and an
induction. I learnt this trick in [poeschel2017siegelsternberg]. Let
$S_n = \sum_{k=1}^n Q_k a^k$ (where a
is a positive real parameter to be chosen suitably small).
The above computation but with finite sums shows that
$$ S_n \leq Q_1 a + C' \sum_{k=2}^n (r S_{n-1})^k. $$
In particular, $S_n \leq Q_1 a + C' (r S_{n-1})^2 / (1- r S_{n-1})$.
Assume that $S_{n-1} \leq K a$, where K > Qโ
is fixed and a
is small enough so that
r K a โค 1/2
(to control the denominator). Then this equation gives a bound
$S_n \leq Q_1 a + 2 C' r^2 K^2 a^2$.
If a
is small enough, this is bounded by K a
as the second term is quadratic in a
, and
therefore negligible.
By induction, we deduce Sโ โค K a
for all n
, which gives in particular the fact that aโฟ Qโ
remains bounded.
First technical lemma to control the growth of coefficients of the inverse. Bound the explicit
expression for โ_{k<n+1} aแต Qโ
in terms of a sum of powers of the same sum one step before,
in a general abstract setup.
Second technical lemma to control the growth of coefficients of the inverse. Bound the explicit
expression for โ_{k<n+1} aแต Qโ
in terms of a sum of powers of the same sum one step before,
in the specific setup we are interesting in, by reducing to the general bound in
radius_rightInv_pos_of_radius_pos_aux1
.
If a a formal multilinear series has a positive radius of convergence, then its right inverse also has a positive radius of convergence.
If a a formal multilinear series has a positive radius of convergence, then its left inverse also has a positive radius of convergence.
The inverse of an analytic partial homeomorphism is analytic #
If a partial homeomorphism f
is defined at a
and has a power series expansion there with
invertible linear term, then f.symm
has a power series expansion at f a
, given by the inverse
of the initial power series.