No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
126theorem r_orbit_gap_skip_band (r0 : ℝ) (h : 0 < r0) (k : ℕ) :
127 (2.5 : ℝ) < r_orbit r0 (k + 2) / r_orbit r0 k ∧
128 r_orbit r0 (k + 2) / r_orbit r0 k < 2.7 := by
proof body
Tactic-mode proof.
129 have hk : 0 < r_orbit r0 k := r_orbit_pos r0 h k
130 have hr0 : r0 ≠ 0 := ne_of_gt h
131 have hphi_k : phi ^ k ≠ 0 := pow_ne_zero _ phi_ne_zero
132 have hratio :
133 r_orbit r0 (k + 2) / r_orbit r0 k = phi ^ 2 := by
134 unfold r_orbit
135 rw [show (k + 2) = k + 2 from rfl, pow_add]
136 field_simp
137 rw [hratio]
138 exact phi_squared_bounds
139
140/-! ## §3. The asteroid-belt / gap-skip identity -/
141
142/-- Two-rung gap (e.g. Mars → Jupiter, skipping the asteroid-belt
143rung) has cumulative ratio `φ²`. -/
used by (3)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (21)
Lean names referenced from this declaration's body.
-
r_orbit
in IndisputableMonolith.Astrophysics.PlanetaryFormationFromJCost
decl_use
-
r_orbit_pos
in IndisputableMonolith.Astrophysics.PlanetaryFormationFromJCost
decl_use
-
rung
in IndisputableMonolith.Compat.Constants
decl_use
-
phi_ne_zero
in IndisputableMonolith.Constants
decl_use
-
phi_squared_bounds
in IndisputableMonolith.Constants
decl_use
-
has
in IndisputableMonolith.Engineering.AsteroidOreSpectroscopy
decl_use
-
rung
in IndisputableMonolith.Engineering.AsteroidOreSpectroscopy
decl_use
-
identity
in IndisputableMonolith.Foundation.ObserverForcing
decl_use
-
from
in IndisputableMonolith.Foundation.PrimitiveDistinction
decl_use
-
gap
in IndisputableMonolith.Gap45.Derivation
decl_use
-
r0
in IndisputableMonolith.Masses.Anchor
decl_use
-
gap
in IndisputableMonolith.Masses.AnchorPolicy
decl_use
-
rung
in IndisputableMonolith.Masses.AnchorPolicy
decl_use
-
gap
in IndisputableMonolith.Masses.RSBridge.Anchor
decl_use
-
rung
in IndisputableMonolith.Masses.RSBridge.Anchor
decl_use
-
phi_ne_zero
in IndisputableMonolith.NumberTheory.PhiLadderLattice
decl_use
-
phi_ne_zero
in IndisputableMonolith.PhiSupport.Lemmas
decl_use
-
identity
in IndisputableMonolith.RRF.Foundation.VantageCategory
decl_use
-
gap
in IndisputableMonolith.RSBridge.Anchor
decl_use
-
rung
in IndisputableMonolith.RSBridge.Anchor
decl_use
-
phi_squared_bounds
in IndisputableMonolith.Unification.CosmologicalPredictionsProved
decl_use