Documentation

LeanPool.PoincareThreeBody.Analytic

Analyticity of the Newtonian potential away from collision #

Mathlib provides the real binomial series at one but does not package the resulting local analyticity of arbitrary real powers on the positive half-line. We establish that bridge and apply it to the inverse square roots in the restricted three-body potential.

theorem LeanPool.PoincareThreeBody.analyticAt_rpow_of_pos (a : ) {x₀ : } (hx₀ : 0 < x₀) :
AnalyticAt (fun (x : ) => x ^ a) x₀

A real power is analytic at every positive base.

theorem LeanPool.PoincareThreeBody.analyticAt_inv_sqrt {x₀ : } (hx₀ : 0 < x₀) :
AnalyticAt (fun (x : ) => 1 / x) x₀

The inverse square-root function is analytic at every positive real number.

The square-root function is analytic at every positive real number.

The Newtonian potential is jointly analytic in mass and phase away from both collisions.

The rotating-frame Hamiltonian is jointly analytic away from collision.

theorem LeanPool.PoincareThreeBody.analyticAt_mass_zero_of_jointlyAnalytic {δ : } {F : PhaseSpace} ( : 0 < δ) (hF : IsJointlyAnalytic δ F) {s : PhaseSpace} (hs : (0, s) collisionFree) :
AnalyticAt (fun (μ : ) => F μ s) 0

Joint analyticity supplies an ordinary analytic mass-parameter germ at every collision-free phase point over μ = 0.

theorem LeanPool.PoincareThreeBody.exists_massPowerSeries_of_jointlyAnalytic {δ : } {F : PhaseSpace} ( : 0 < δ) (hF : IsJointlyAnalytic δ F) {s : PhaseSpace} (hs : (0, s) collisionFree) :
∃ (series : FormalMultilinearSeries ), HasFPowerSeriesAt (fun (μ : ) => F μ s) series 0

A jointly analytic candidate integral has a convergent mass-parameter power series at every collision-free phase point over the Kepler limit.