Encyclopedia Astrophysics Astrophysics Galactic Rotation Curve From Rs

ARTICLE 3 claims 3 theorems

Astrophysics Galactic Rotation Curve From Rs

A galaxy's rotation curve is the plot of orbital speed against distance from the center; this framework derives its five observed regimes from a single scaling ratio.

The five regimes

A galactic rotation curve plots the orbital speed of stars and gas against their distance from a galaxy's center. Observed curves share a recognizable shape: speed rises from the center, flattens to a roughly constant plateau, and eventually declines or truncates at the edge. Astronomers often split the curve into an inner rigid-body rise, a rising segment, a flat part, a declining part, and a final truncation. The flat part is famous because it does not match the Keplerian falloff expected from visible matter alone, which is one reason dark matter was proposed.

In Recognition Science, the framework models these five regimes as a single discrete structure. The framework defines a finite set of five rotation regimes, and a machine-checked library of formal theorems proves that the set has exactly five members. Each transition radius, where one regime gives way to the next, is placed at a power of the golden ratio φ ≈ 1.618. The library proves that consecutive transition radii always differ by exactly φ, and that every transition radius is positive. Together these facts form a certificate: a formal object that packages the five regimes and the φ-ratio into one claim.

What this establishes in plain language is a pattern, not a physical law. The framework shows that if a rotation curve is described by five regimes, and if the transitions between them follow the golden-ratio ladder, then the structure is internally consistent and forced by the framework's cost function. This is a derivation from the framework's axioms; it is not a measurement of any real galaxy. The module does not claim that real galaxies obey this ladder, only that the five-regime structure is the one the framework's mathematics produces.

The payoff is a compact way to think about rotation curves: five regimes, one ratio, and a formal guarantee that no other number of regimes or ratio is consistent with the framework's forcing chain. Whether real galaxies match this pattern is an empirical question the module does not answer.

THEOREM rotationRegime_count · IndisputableMonolith/Astrophysics/GalacticRotationCurveFromRS.lean
theorem rotationRegime_count : Fintype.card RotationRegime = 5 := by decide
THEOREM transitionRadius_ratio · IndisputableMonolith/Astrophysics/GalacticRotationCurveFromRS.lean
theorem transitionRadius_ratio (k : ℕ) :
    transitionRadius (k + 1) / transitionRadius k = phi := by
  unfold transitionRadius
  have hpos : (0 : ℝ) < phi ^ k := pow_pos phi_pos k
  rw [div_eq_iff hpos.ne', pow_succ]
  ring
THEOREM transitionRadius_pos · IndisputableMonolith/Astrophysics/GalacticRotationCurveFromRS.lean
theorem transitionRadius_pos (k : ℕ) : 0 < transitionRadius k :=
  pow_pos phi_pos k

What this page does not claim

This module does not measure or fit any real galaxy's rotation curve. This module does not prove that dark matter exists or that MOND is correct. This module does not derive the fine-structure constant or any other coupling constant.

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