Documentation

LeanPool.PoincareThreeBody.AnalyticMinors

Analyticity and flatness of differential minors #

The final output of Poincaré's coefficient induction is that every mass derivative of each coordinate minor vanishes at zero. This file proves the analytic consequences: the minors are analytic mass germs, infinite-order vanishing makes them locally zero, and the identity principle propagates that equality along any connected collision-free mass fiber.

noncomputable def LeanPool.PoincareThreeBody.massDifferentialMinor (F : PhaseSpace) (i j : Fin 4) (mass : ) (state : PhaseSpace) :

A coordinate minor of the Hamiltonian and candidate phase differentials at fixed mass and phase.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    theorem LeanPool.PoincareThreeBody.IsFirstIntegralFamily.mass_zero_differentialMinor_eq_zero_on_liftedEllipse {δ : } {F : PhaseSpace} ( : 0 < δ) (hanalytic : IsJointlyAnalytic δ F) (hfirstIntegral : IsFirstIntegralFamily δ F) (hdense : HasDenseClassicalPoincareSet) {firstAction eccentricity meanAnomaly periapsisAngle : } (hfirstAction : 0 < firstAction) (heccentricity : 0 < eccentricity) (heccentricityOne : eccentricity < 1) (hapoapsis : firstAction ^ 2 * (1 + eccentricity) < 1) (i j : Fin 4) :
    massDifferentialMinor F i j 0 (liftedDelaunayPhasePoint firstAction eccentricity meanAnomaly periapsisAngle) = 0

    Coordinate-minor form of the physical leading obstruction, suitable for analytic continuation.

    The same phase-coordinate minor, expressed using the joint mass/phase differentials. This form is analytic on the full parameter domain, so the several-variable identity principle can propagate a local Poincaré obstruction between different phase points as well as different masses.

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

      On the analytic domain, the joint and curried formulations of a phase minor agree.

      Joint coordinate minors are analytic on the complete collision-free parameter domain.

      At mass zero, every phase differential minor is analytic on the full collision-free phase domain.

      theorem LeanPool.PoincareThreeBody.IsJointlyAnalytic.massZeroDifferentialMinor_eq_zero {δ : } {F : PhaseSpace} ( : 0 < δ) (hanalytic : IsJointlyAnalytic δ F) {base : PhaseSpace} (hbase : base massZeroCollisionFree) (i j : Fin 4) (hlocal : ∀ᶠ (state : PhaseSpace) in nhds base, massDifferentialMinor F i j 0 state = 0) :

      A mass-zero minor that vanishes near one collision-free phase point vanishes on the entire connected mass-zero phase domain.

      A joint minor which vanishes near one point vanishes throughout a connected parameter domain. Unlike continuation along a fixed-state mass fiber, this permits paths which move around the collision cylinders.

      The analytic-continuation endpoint of Poincaré's coefficient argument: local vanishing of all phase-differential minors at one point contradicts functional independence anywhere in the connected collision-free parameter domain.

      The connectedness-specialized form used by the final nonintegrability proof.

      theorem LeanPool.PoincareThreeBody.analyticAt_phaseFDeriv_massSlice {G : × PhaseSpace} {mass : } {state direction : PhaseSpace} (hG : AnalyticAt G (mass, state)) :
      AnalyticAt (fun (candidateMass : ) => (fderiv (fun (candidate : PhaseSpace) => G (candidateMass, candidate)) state) direction) mass

      A pure phase partial derivative of a jointly analytic family is analytic as the mass varies with phase held fixed.

      theorem LeanPool.PoincareThreeBody.IsJointlyAnalytic.analyticAt_massDifferentialMinor_massSlice {δ : } {F : PhaseSpace} (hanalytic : IsJointlyAnalytic δ F) {mass : } {state : PhaseSpace} (hdomain : (mass, state) parameterDomain δ) (i j : Fin 4) :
      AnalyticAt (fun (candidateMass : ) => massDifferentialMinor F i j candidateMass state) mass

      Every Hamiltonian/candidate coordinate minor is analytic along a collision-free mass fiber.

      theorem LeanPool.PoincareThreeBody.IsJointlyAnalytic.analyticOnNhd_massDifferentialMinor_massSlice {δ : } {F : PhaseSpace} (hanalytic : IsJointlyAnalytic δ F) {state : PhaseSpace} {massSet : Set } (hdomain : massmassSet, (mass, state) parameterDomain δ) (i j : Fin 4) :
      AnalyticOnNhd (fun (mass : ) => massDifferentialMinor F i j mass state) massSet

      Analyticity throughout a collision-free mass subset.

      theorem LeanPool.PoincareThreeBody.AnalyticAt.eventually_eq_zero_of_iteratedDeriv_eq_zero {f : } {base : } (hf : AnalyticAt f base) (hflat : ∀ (n : ), iteratedDeriv n f base = 0) :
      ∀ᶠ (argument : ) in nhds base, f argument = 0

      Infinite-order vanishing of an analytic real germ makes it identically zero on a neighborhood.

      theorem LeanPool.PoincareThreeBody.IsJointlyAnalytic.massDifferentialMinor_eq_zero_on_preconnected {δ : } {F : PhaseSpace} (hanalytic : IsJointlyAnalytic δ F) {state : PhaseSpace} {massSet : Set } (hpreconnected : IsPreconnected massSet) (hzero : 0 massSet) (hdomain : massmassSet, (mass, state) parameterDomain δ) (i j : Fin 4) (hflat : ∀ (n : ), iteratedDeriv n (fun (mass : ) => massDifferentialMinor F i j mass state) 0 = 0) :
      Set.EqOn (fun (mass : ) => massDifferentialMinor F i j mass state) 0 massSet

      Taylor-flat differential minors vanish on every connected collision-free mass set containing zero.

      theorem LeanPool.PoincareThreeBody.IsJointlyAnalytic.not_independent_on_preconnected_massFiber_of_minors_flat {δ : } {F : PhaseSpace} (hanalytic : IsJointlyAnalytic δ F) {state : PhaseSpace} {massSet : Set } (hpreconnected : IsPreconnected massSet) (hzero : 0 massSet) (hdomain : massmassSet, (mass, state) parameterDomain δ) (hflat : ∀ (i j : Fin 4) (n : ), iteratedDeriv n (fun (mass : ) => massDifferentialMinor F i j mass state) 0 = 0) {mass : } (hmass : mass massSet) :

      Flatness of every minor at zero rules out functional independence at every mass in the same connected collision-free fiber.