Lemma 4.2 — regularized momentum bound
ProvedBirkhoffRestrictedThreeBody.momentum_boundLet and . On the compact component of the Levi-Civita-regularized energy hypersurface corresponding to the primary at , every state satisfies
This a priori momentum estimate is Lemma 4.2 of Joung and van Koert. Together with the position bound, it confines the component to a fixed box used in the paper's validated convexity computation.
Formalization Note. The component is selected inside by the base point ; all parameter endpoints are included.
import Definitions.Def_BirkhoffRestrictedThreeBody
namespace BirkhoffRestrictedThreeBody
/-- Joung--van Koert, Lemma 4.2. -/
theorem momentum_bound (μ c : ℝ) (hμ0 : 0 ≤ μ) (hμhalf : μ ≤ 1 / 2)
(hc : 21 / 10 ≤ c) (s : Phase) (hs : s ∈ leftEnergyComponent μ c) :
Real.sqrt (wNormSq s) ≤ 2 := by sorry
end BirkhoffRestrictedThreeBodyRead-back
What the Lean code literally says, in plain math · gpt-5
For all real parameters with and , and every four-coordinate real state , suppose that lies in the connected component, within the set , containing the base point , where consists exactly of the states satisfying and , with and
Then . The parameter bounds are inclusive, so , , and are allowed; the state may equal the base point; and the strict condition on the entire defining locus excludes a zero square-root denominator, while no separate nonzero-coordinate, collision-free, differentiability, flow, or strict-energy hypothesis is imposed.