Lemma 4.1 — regularized position bound
ProvedBirkhoffRestrictedThreeBody.position_boundLet and . On the compact component of the Levi-Civita-regularized energy hypersurface corresponding to the primary at , every state satisfies
Equivalently, the regularized position coordinate remains in the disk of squared radius . This a priori estimate is the “in particular” conclusion of Lemma 4.1 and is used to confine the component before checking its curvature.
Formalization Note. The component is selected inside by the base point ; all parameter endpoints are included.
import Definitions.Def_BirkhoffRestrictedThreeBody
namespace BirkhoffRestrictedThreeBody
/-- The `2|z|² ≤ 3/5` consequence of Joung--van Koert, Lemma 4.1. -/
theorem position_bound (μ c : ℝ) (hμ0 : 0 ≤ μ) (hμhalf : μ ≤ 1 / 2)
(hc : 21 / 10 ≤ c) (s : Phase) (hs : s ∈ leftEnergyComponent μ c) :
2 * zNormSq s ≤ 3 / 5 := by sorry
end BirkhoffRestrictedThreeBodyRead-back
What the Lean code literally says, in plain math · gpt-5
For every pair of real numbers satisfying and , and every point lying in the connected component, within the set , that contains , where consists exactly of the points such that and , with
and
one has the non-strict bound . The endpoint cases , , and are included; ensures that the displayed square-root denominator is positive on , and the hypotheses on ensure that , so the specified component is nonempty. No collision-free condition, flow, periodic-orbit, convexity, or separate restriction on is assumed beyond membership in that component.