Encyclopedia Astrophysics Astrophysics Pulsar Period From Rung Bimodal Ratio Lt Phi Nine

ARTICLE 3 claims 3 theorems

Astrophysics Pulsar Period From Rung Bimodal Ratio Lt Phi Nine

A machine-checked theorem places the ratio between two pulsar families below a specific power of the golden ratio, sharpening a structural claim about why pulsar periods cluster.

The rung gap in pulsar periods

Pulsars are rapidly spinning neutron stars that beam radio waves, and their spin periods are not spread evenly. The observed distribution is famously bimodal: normal pulsars cluster around periods of roughly 0.5 to 1 second, while millisecond pulsars, which have been spun up by accreting matter from a companion star, cluster around 3 to 5 milliseconds. Between these two populations, there is a clear gap, with almost no pulsars found at periods around 30 to 100 milliseconds (Lorimer & Kramer 2004; Manchester et al. ATNF Catalog 2024).

In Recognition Science, the framework models neutron-star spin periods as occupying discrete rungs of a ladder, where each rung is a power of the golden ratio φ (approximately 1.618) times a base period. The normal pulsar family has a base period τ_neutron, and the millisecond family has a base period τ_neutron / φ^8, an eight-rung shift that the framework associates with the recycling mechanism. This means the ratio of the median periods of the two families is exactly φ^8, which evaluates to about 47.

The declaration bimodal_ratio_lt_phi_nine is a theorem in the framework's machine-checked library of formal theorems. It proves that this ratio, φ^8, is strictly less than φ^9, the next rung on the ladder. This is a simple but load-bearing fact: it places the ratio between the 8th and 9th powers of φ, confirming that the two families sit on adjacent rungs of the ladder and are not separated by a larger gap. The theorem is a formal consequence of the definitions and of the fact that φ is greater than 1, so raising it to a higher power gives a larger number.

What the theorem does not do is prove the empirical bimodality of pulsar periods. The framework's own documentation states this plainly: the formal library exposes the structural gap as a sub-certificate, but does not formally prove that real pulsars obey this pattern. The theorem also does not establish that the ratio is exactly φ^8; that equality is a separate definition. The theorem only establishes the strict inequality, that the ratio is less than φ^9.

The consequence of this theorem is that it sharpens the framework's structural claim. The ratio between the two pulsar families is not just large, it is pinned to a specific rung of the ladder, between φ^8 and φ^9. This gives a precise, testable prediction: the median periods of normal and millisecond pulsars should differ by a factor of about 47, and any significant deviation from this range would challenge the framework's account of pulsar period clustering.

THEOREM bimodal_ratio_lt_phi_nine · IndisputableMonolith/Astrophysics/PulsarPeriodFromRung.lean
/-- The bimodal ratio is strictly less than `φ^9` (the next rung). -/
theorem bimodal_ratio_lt_phi_nine : bimodal_ratio < phi ^ 9 := by
  unfold bimodal_ratio recycling_rung_shift
  have h_phi : 1 < phi := one_lt_phi
  exact pow_lt_pow_right₀ h_phi (by norm_num : 8 < 9)
THEOREM bimodal_ratio_lt_phi_nine · IndisputableMonolith/Astrophysics/PulsarPeriodFromRung.lean
/-- The bimodal ratio is strictly less than `φ^9` (the next rung). -/
theorem bimodal_ratio_lt_phi_nine : bimodal_ratio < phi ^ 9 := by
  unfold bimodal_ratio recycling_rung_shift
  have h_phi : 1 < phi := one_lt_phi
  exact pow_lt_pow_right₀ h_phi (by norm_num : 8 < 9)
THEOREM bimodal_ratio_lt_phi_nine · IndisputableMonolith/Astrophysics/PulsarPeriodFromRung.lean
/-- The bimodal ratio is strictly less than `φ^9` (the next rung). -/
theorem bimodal_ratio_lt_phi_nine : bimodal_ratio < phi ^ 9 := by
  unfold bimodal_ratio recycling_rung_shift
  have h_phi : 1 < phi := one_lt_phi
  exact pow_lt_pow_right₀ h_phi (by norm_num : 8 < 9)

What this page does not claim

The theorem does not prove the empirical bimodality of pulsar periods. The theorem does not establish that the ratio is exactly φ^8; that is a separate definition. The theorem does not claim that the ratio is greater than 30; that is a separate theorem.

Verify this page

Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:

$ lake env lean IndisputableMonolith/Astrophysics/PulsarPeriodFromRung.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)

A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.

Derived articles

This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND