Encyclopedia Astrophysics Astrophysics Pulsar Period From Rung Bimodal Ratio Pos
Astrophysics Pulsar Period From Rung Bimodal Ratio Pos
A machine-checked theorem states that a specific ratio of pulsar periods is positive, a small but precise step in a larger structural claim.
The ratio theorem
The observed periods of pulsars, the spinning remnants of dead stars, fall into two distinct groups. Normal pulsars spin once every half second or so, while millisecond pulsars, which have been spun up by stealing matter from a companion star, spin hundreds of times faster. The ratio of a typical period from each group is about 47 to 1. Within the Recognition Science framework, this separation is not an accident but a consequence of a deeper structure: periods are forced to lie on a ladder of discrete steps, each step a factor of the golden ratio, φ ≈ 1.618.
The declaration bimodal_ratio_pos is a small, precise theorem in the framework's machine-checked library of formal theorems. It proves that the number defined as the ratio of the two median periods, φ raised to the eighth power, is greater than zero. This is a basic property, but it is a necessary foundation for the more interesting result that this ratio is also greater than 30, a fact that makes the two pulsar populations clearly distinct. The theorem is a step in a chain: it establishes the sign of the ratio, allowing later theorems to reason about its size.
In Recognition Science, the framework models the spin period of a neutron star as a base time multiplied by φ raised to an integer power, called a rung. The normal pulsar family uses one base time, and the recycled millisecond family uses a base time that is smaller by a factor of φ to the eighth power. This eight-rung shift is the framework's account of the recycling process. The theorem bimodal_ratio_pos itself does not prove this physical story; it only certifies that the ratio of the two families' median periods is a positive number.
The theorem does not claim that pulsars actually have these periods, nor that the framework's model of recycling is correct. Those are empirical and interpretive matters. The theorem is a statement about a number defined within the framework's own system. Its value is that it is a verified, machine-checked piece of the larger argument, a guarantee that this particular step in the reasoning is sound. It is a small but solid brick in a wall that, if it stands, would explain a striking pattern in the sky.
THEOREM bimodal_ratio_pos · IndisputableMonolith/Astrophysics/PulsarPeriodFromRung.lean
/-- The bimodal ratio is positive. -/
theorem bimodal_ratio_pos : 0 < bimodal_ratio := by
unfold bimodal_ratio
exact pow_pos phi_pos _
What this page does not claim
The theorem does not prove that observed pulsar periods follow this pattern. The theorem does not establish the physical mechanism of pulsar recycling. The theorem does not claim the ratio is exactly 47, only that it is positive and greater than 30.
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:
- What empirical evidence supports the claim that pulsar periods are quantized in steps of the golden ratio?
- How does the framework derive the eight-rung recycling shift from the physics of accretion?
- What is the measured uncertainty in the ratio of median pulsar periods, and does it overlap with φ to the eighth power?
- What other physical quantities does the framework predict should be quantized in steps of the golden ratio?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM bimodal_ratio_pos · IndisputableMonolith/Astrophysics/PulsarPeriodFromRung.lean
/-- The bimodal ratio is positive. -/ theorem bimodal_ratio_pos : 0 < bimodal_ratio := by unfold bimodal_ratio exact pow_pos phi_pos _It proves that the number defined as the ratio of the two median periods, φ raised to the eighth power, is greater than zero. bimodal_ratio_pos · IndisputableMonolith/Astrophysics/PulsarPeriodFromRung.lean