Iterated Poincaré normalization #
This file packages the algebra common to every order of Poincaré's coefficient induction. At each step one subtracts a function of the Hamiltonian and divides by the mass. Exact finite-order expansions then express the original candidate as a function of the Hamiltonian modulo an arbitrarily high power of the mass parameter.
The sequence obtained by repeatedly subtracting a chosen energy function and dividing by the mass parameter.
Equations
- One or more equations did not get rendered due to their size.
- LeanPool.PoincareThreeBody.iteratedMassNormalization F energyFunction 0 = F
Instances For
The finite sum of energy-dependent terms accumulated through order n - 1.
Equations
- LeanPool.PoincareThreeBody.accumulatedEnergy energyFunction n mass energy = ∑ k ∈ Finset.range n, mass ^ k * energyFunction k energy
Instances For
If every normalization step cancels its zeroth coefficient, the original candidate has an exact expansion through every finite order, with the next normalized candidate as remainder.
The expansion remainder is divisible by mass ^ n after subtracting the accumulated function
of the Hamiltonian.
Differentiability of each energy coefficient makes their finite accumulated sum differentiable in energy.
At every finite normalization order, each differential minor of the original candidate is a power of the mass times the corresponding minor of the normalized remainder.
A germ divisible by a strictly higher power than the requested derivative order has that derivative equal to zero.
If every normalized remainder stays jointly analytic and every zeroth coefficient is removed as a function of the Hamiltonian, every mass derivative of every original differential minor vanishes at zero. This is the formal infinite-order conclusion of Poincaré's induction.
The infinite normalization conclusion rules out independence at every point off the horizontal axis. For such a phase point, its whole mass interval avoids both collision cylinders and hence lies in one connected mass fiber.
Perturb only the vertical position coordinate.
Equations
- LeanPool.PoincareThreeBody.verticalPerturbation state offset = state + offset • LeanPool.PoincareThreeBody.coordinateVector 1
Instances For
The full abstract endpoint of the infinite coefficient induction. Independence at a point on the horizontal axis persists under a small vertical perturbation, reducing it to the connected mass-fiber result above.
The remaining classical input, isolated as an induction principle: every analytic first integral admits energy functions which cancel all successive Kepler-limit coefficients while the normalized remainders remain jointly analytic.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Poincaré nonintegrability follows from the classical all-orders normalization principle.