Documentation

LeanPool.PoincareThreeBody.NormalizationInduction

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.

noncomputable def LeanPool.PoincareThreeBody.iteratedMassNormalization (F : PhaseSpace) (energyFunction : ) :
PhaseSpace

The sequence obtained by repeatedly subtracting a chosen energy function and dividing by the mass parameter.

Equations
Instances For
    @[simp]
    theorem LeanPool.PoincareThreeBody.iteratedMassNormalization_zero (F : PhaseSpace) (energyFunction : ) :
    iteratedMassNormalization F energyFunction 0 = F
    @[simp]
    theorem LeanPool.PoincareThreeBody.iteratedMassNormalization_succ (F : PhaseSpace) (energyFunction : ) (n : ) :
    iteratedMassNormalization F energyFunction (n + 1) = domainMassNormalizedCandidate (iteratedMassNormalization F energyFunction n) (energyFunction n)
    noncomputable def LeanPool.PoincareThreeBody.accumulatedEnergy (energyFunction : ) (n : ) (mass energy : ) :

    The finite sum of energy-dependent terms accumulated through order n - 1.

    Equations
    Instances For
      @[simp]
      theorem LeanPool.PoincareThreeBody.accumulatedEnergy_zero (energyFunction : ) (mass energy : ) :
      accumulatedEnergy energyFunction 0 mass energy = 0
      theorem LeanPool.PoincareThreeBody.accumulatedEnergy_succ (energyFunction : ) (n : ) (mass energy : ) :
      accumulatedEnergy energyFunction (n + 1) mass energy = accumulatedEnergy energyFunction n mass energy + mass ^ n * energyFunction n energy
      theorem LeanPool.PoincareThreeBody.iteratedMassNormalization_exact_expansion {F : PhaseSpace} {energyFunction : } (hcancel : ∀ (n : ) (state : PhaseSpace), (0, state) collisionFreeiteratedMassNormalization F energyFunction n 0 state = energyFunction n (hamiltonian 0 state)) (n : ) (mass : ) (state : PhaseSpace) (hcollision : (0, state) collisionFree) :
      F mass state = accumulatedEnergy energyFunction n mass (hamiltonian mass state) + mass ^ n * iteratedMassNormalization F energyFunction n mass state

      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.

      theorem LeanPool.PoincareThreeBody.iteratedMassNormalization_remainder {F : PhaseSpace} {energyFunction : } (hcancel : ∀ (n : ) (state : PhaseSpace), (0, state) collisionFreeiteratedMassNormalization F energyFunction n 0 state = energyFunction n (hamiltonian 0 state)) (n : ) (mass : ) (state : PhaseSpace) (hcollision : (0, state) collisionFree) :
      F mass state - accumulatedEnergy energyFunction n mass (hamiltonian mass state) = mass ^ n * iteratedMassNormalization F energyFunction n mass state

      The expansion remainder is divisible by mass ^ n after subtracting the accumulated function of the Hamiltonian.

      theorem LeanPool.PoincareThreeBody.differentiableAt_accumulatedEnergy {energyFunction : } {n : } {mass energy : } (henergy : k < n, DifferentiableAt (energyFunction k) energy) :
      DifferentiableAt (accumulatedEnergy energyFunction n mass) energy

      Differentiability of each energy coefficient makes their finite accumulated sum differentiable in energy.

      theorem LeanPool.PoincareThreeBody.massDifferentialMinor_eq_pow_mul_iteratedNormalization {F : PhaseSpace} {energyFunction : } (hcancel : ∀ (n : ) (state : PhaseSpace), (0, state) collisionFreeiteratedMassNormalization F energyFunction n 0 state = energyFunction n (hamiltonian 0 state)) {n : } {mass : } {state : PhaseSpace} (hcollision : (0, state) collisionFree) (hhamiltonian : DifferentiableAt (hamiltonian mass) state) (hnormalized : DifferentiableAt (iteratedMassNormalization F energyFunction n mass) state) (henergy : k < n, DifferentiableAt (energyFunction k) (hamiltonian mass state)) (i j : Fin 4) :
      massDifferentialMinor F i j mass state = mass ^ n * phaseCovectorMinor (fderiv (hamiltonian mass) state) (fderiv (iteratedMassNormalization F energyFunction n mass) state) i j

      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.

      theorem LeanPool.PoincareThreeBody.iteratedDeriv_eq_zero_of_eventually_eq_pow_mul {f g : } {order power : } (horder : order < power) (hg : ContDiffAt (↑order) g 0) (heq : f =ᶠ[nhds 0] fun (mass : ) => mass ^ power * g mass) :
      iteratedDeriv order f 0 = 0

      A germ divisible by a strictly higher power than the requested derivative order has that derivative equal to zero.

      theorem LeanPool.PoincareThreeBody.massDifferentialMinor_flat_of_iterated_normalizations {δ : } {F : PhaseSpace} {energyFunction : } ( : 0 < δ) (hnormalized : ∀ (n : ), IsJointlyAnalytic δ (iteratedMassNormalization F energyFunction n)) (henergy : ∀ (n : ) (energy : ), AnalyticAt (energyFunction n) energy) (hcancel : ∀ (n : ) (state : PhaseSpace), (0, state) collisionFreeiteratedMassNormalization F energyFunction n 0 state = energyFunction n (hamiltonian 0 state)) {state : PhaseSpace} (hcollision : (0, state) collisionFree) (i j : Fin 4) (order : ) :
      iteratedDeriv order (fun (mass : ) => massDifferentialMinor F i j mass state) 0 = 0

      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.

      theorem LeanPool.PoincareThreeBody.not_linearIndependent_of_iterated_normalizations_of_vertical_ne_zero {δ : } {F : PhaseSpace} {energyFunction : } ( : 0 < δ) (hnormalized : ∀ (n : ), IsJointlyAnalytic δ (iteratedMassNormalization F energyFunction n)) (henergy : ∀ (n : ) (energy : ), AnalyticAt (energyFunction n) energy) (hcancel : ∀ (n : ) (state : PhaseSpace), (0, state) collisionFreeiteratedMassNormalization F energyFunction n 0 state = energyFunction n (hamiltonian 0 state)) {mass : } (hmass : |mass| < δ) {state : PhaseSpace} (hvertical : state 1 0) :

      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
      Instances For
        @[simp]
        theorem LeanPool.PoincareThreeBody.verticalPerturbation_vertical (state : PhaseSpace) (offset : ) :
        verticalPerturbation state offset 1 = state 1 + offset
        theorem LeanPool.PoincareThreeBody.not_isIndependentSomewhere_of_iterated_normalizations {δ : } {F : PhaseSpace} {energyFunction : } ( : 0 < δ) (hnormalized : ∀ (n : ), IsJointlyAnalytic δ (iteratedMassNormalization F energyFunction n)) (henergy : ∀ (n : ) (energy : ), AnalyticAt (energyFunction n) energy) (hcancel : ∀ (n : ) (state : PhaseSpace), (0, state) collisionFreeiteratedMassNormalization F energyFunction n 0 state = energyFunction n (hamiltonian 0 state)) :

        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.