Documentation

LeanPool.PoincareThreeBody.NormalizationClosure

Closing the normalization induction from one step #

This file reduces the all-orders classical normalization principle to a single reusable closure theorem. Once every jointly analytic first integral can be normalized once—preserving joint analyticity and the first-integral equation—classical choice and primitive recursion construct all orders automatically.

The one-step statement needed from the Poincaré-set obstruction and analytic Hadamard division.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Celestial-mechanics half of one normalization step: the mass-zero coefficient of every analytic first integral is a globally analytic function of the Kepler Hamiltonian.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      Analytic half of one normalization step: division by the mass coordinate preserves joint analyticity after the zeroth coefficient has been cancelled on the actual mass-zero domain.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Pointwise form of analytic Hadamard division on the only nontrivial slice. Ordinary division already handles every point with nonzero mass, so this is equivalent to the global joint-analytic division principle above.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          The functional-dependence and analytic-division halves together give the reusable one-step closure theorem; preservation of the first-integral equation is already formal.

          A jointly analytic first integral, bundled so a normalization step can be iterated.

          Instances For
            noncomputable def LeanPool.PoincareThreeBody.selectedEnergy (hstep : ClassicalNormalizationStep) {δ : } ( : 0 < δ) (current : NormalizationState δ) :

            The energy function selected for one normalization state.

            Equations
            Instances For
              theorem LeanPool.PoincareThreeBody.selectedEnergy_spec (hstep : ClassicalNormalizationStep) {δ : } ( : 0 < δ) (current : NormalizationState δ) :
              (∀ (energy : ), AnalyticAt (selectedEnergy current) energy) (∀ (state : PhaseSpace), (0, state) collisionFreecurrent.family 0 state = selectedEnergy current (hamiltonian 0 state)) IsJointlyAnalytic δ (domainMassNormalizedCandidate current.family (selectedEnergy current)) IsFirstIntegralFamily δ (domainMassNormalizedCandidate current.family (selectedEnergy current))

              Apply one selected normalization step to a bundled state.

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For

                The recursively selected sequence of analytic first integrals.

                Equations
                Instances For
                  noncomputable def LeanPool.PoincareThreeBody.normalizationEnergySequence (hstep : ClassicalNormalizationStep) {δ : } ( : 0 < δ) (initial : NormalizationState δ) (n : ) :

                  The energy function selected at each recursive stage.

                  Equations
                  Instances For

                    The recursively bundled family agrees with the explicit iteration used by the all-orders endpoint.

                    A one-step normalization closure theorem supplies the complete all-orders principle.

                    Thus the exact challenge theorem follows from the one-step closure theorem.

                    Final decomposition of the exact theorem into its two remaining reusable inputs.