Encyclopedia Astrophysics Astrophysics Pulsar Emission Regimes From Rs Pulsar Regime

ARTICLE 3 claims 3 theorems

Astrophysics Pulsar Emission Regimes From Rs Pulsar Regime

Pulsars come in five named classes, and in the Recognition Science framework their periods step by the golden ratio.

The five regime types

Astrophysicists group neutron stars by their emission behavior. The usual list has five entries: the normal pulsar, the millisecond pulsar, the magnetar, the rotating radio transient, and the fast radio burst source. Each name marks a different observed pattern of radio pulses, from the steady clock of a normal pulsar to the single bright flash of a fast radio burst. The Recognition Science framework packages exactly these five as an enumerated type, a formal list with five members and nothing else.

The framework's library of machine-checked theorems proves that the list has exactly five members. It also defines a period as a power of the golden ratio φ, the number satisfying φ² = φ + 1, about 1.618. A theorem in the library shows that the ratio of one period to the next is always φ. In plain terms, if you line up the five regime types in order, each one's characteristic period is φ times the previous one's. A companion theorem proves every such period is positive, which is a sanity condition: a negative or zero period would make no physical sense.

In Recognition Science, the five-regime list is not a random catalog. The framework derives φ from a forced cost function, and here it applies that same constant to pulsar periods. The claim is structural: the framework models pulsar emission regimes as a five-member set with periods on a φ-ladder. It does not assert that real pulsars in the sky obey this ratio exactly, nor does it identify which observed period belongs to which regime. The library certifies the internal consistency of the model, not a match to any specific telescope measurement.

What the declaration does not claim matters as much as what it proves. It does not say that the five regime types are the only possible pulsar classes in nature. It does not assign numerical periods in seconds or milliseconds to any regime. It does not claim that the φ-ratio has been measured in actual pulsar data. The formal result is about a defined structure, not about the astrophysical catalog. A reader should take it as a framework-internal statement: given the five named regimes, the period ratio follows from the definition, and that is all.

THEOREM pulsarRegime_count · IndisputableMonolith/Astrophysics/PulsarEmissionRegimesFromRS.lean
theorem pulsarRegime_count : Fintype.card PulsarRegime = 5 := by decide
THEOREM period_ratio · IndisputableMonolith/Astrophysics/PulsarEmissionRegimesFromRS.lean
theorem period_ratio (k : ℕ) : period (k + 1) / period k = phi := by
  unfold period
  have hpos : (0 : ℝ) < phi ^ k := pow_pos phi_pos k
  rw [div_eq_iff hpos.ne', pow_succ]
  ring
THEOREM period_pos · IndisputableMonolith/Astrophysics/PulsarEmissionRegimesFromRS.lean
theorem period_pos (k : ℕ) : 0 < period k := pow_pos phi_pos k

What this page does not claim

The five regime types are the only pulsar classes in nature. The φ-ratio has been measured in real pulsar period data. The framework assigns specific second-scale periods to any regime.

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/PulsarEmissionRegimesFromRS.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