Encyclopedia Cosmology Cosmology Galaxy Rotation Dm Halo From Ledger
ARTICLE 3 claims 1 theorem 1 model
Cosmology Galaxy Rotation Dm Halo From Ledger
A machine-checked library records the Recognition Science intent to explain dark matter halos as equilibrium distributions, but the declaration itself proves nothing.
The halo as equilibrium
Galaxy rotation curves are a central puzzle in astrophysics. Stars in the outer regions of spiral galaxies orbit faster than the visible mass alone can explain. The standard solution posits a dark matter halo, an extended distribution of unseen mass with density falling as 1/r², which yields the observed flat rotation curve. This is the classical picture, established by observations of galaxies like the Milky Way, where the rotation velocity stays near 220 km/s far beyond the visible disk.
In Recognition Science, the framework models this dark matter halo as the equilibrium distribution of "ledger shadows," the odd phases of an eight-tick recognition cycle. The framework's library, a machine-checked collection of formal theorems, contains a declaration named dm_halo_from_ledger that states this intent. However, this declaration concludes in the trivial proposition True, meaning it proves nothing. It is a sketch, not a theorem, and the library explicitly warns against citing it as evidence.
The surrounding module does contain real theorems, but they are also trivial. For example, jcost_equilibrium_profile and isothermal_halo both conclude in True, so they do not establish that a J-cost equilibrium produces a 1/r² density profile. The definitions of standard profiles like NFW and the Tully-Fisher relation are recorded as data, not derived results. The framework's predictions, such as cores instead of cusps and a MOND-like acceleration scale, remain statements of intent.
What the declaration does establish, in plain language, is a research target. It names the goal: to explain flat rotation curves and the inferred dark matter distribution from the framework's cost equilibrium. It also names a falsifier: if rotation curves are not flat, or if MOND works everywhere without the framework, the account fails. This is an honest statement of what the framework aims to derive, not what it has derived.
The practical consequence is that the Recognition Science account of dark matter halos is currently a hypothesis with a named falsifier, not a proved result. A reader should not take dm_halo_from_ledger as evidence for the framework's cosmology. The declaration is a placeholder that marks where a real proof would go, and until that proof exists, the classical dark matter halo model remains the standard explanation.
THEOREM dm_halo_from_ledger · IndisputableMonolith/Cosmology/GalaxyRotation.lean
/-- In RS, the dark matter halo is a distribution of ledger shadows:
Dark matter = odd 8-tick phase ledger entries
These ledger entries are distributed according to J-cost equilibrium.
The J-cost minimum gives the halo density profile. -/
theorem dm_halo_from_ledger :
-- DM halo = equilibrium distribution of ledger shadows
True := trivial
MODEL dm_halo_from_ledger · IndisputableMonolith/Cosmology/GalaxyRotation.lean
/-- In RS, the dark matter halo is a distribution of ledger shadows:
Dark matter = odd 8-tick phase ledger entries
These ledger entries are distributed according to J-cost equilibrium.
The J-cost minimum gives the halo density profile. -/
theorem dm_halo_from_ledger :
-- DM halo = equilibrium distribution of ledger shadows
True := trivial
HYPOTHESIS GalaxyRotationFalsifier · IndisputableMonolith/Cosmology/GalaxyRotation.lean
/-- The derivation would be falsified if:
1. Rotation curves not flat (already confirmed)
2. No dark matter (MOND works everywhere)
3. Ledger distribution doesn't match observations -/
structure GalaxyRotationFalsifier where
curves_not_flat : Prop
mond_works_everywhere : Prop
ledger_mismatch : Prop
falsified : curves_not_flat ∨ mond_works_everywhere → False
What this page does not claim
No proof that dark matter halos actually exist in the framework's sense. No derivation of the Tully-Fisher relation or MOND acceleration from the framework. No claim that the classical dark matter model is wrong.
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/Cosmology/GalaxyRotation.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 would a non-trivial proof of dm_halo_from_ledger require?
- How does the framework derive the 1/r² density profile from J-cost equilibrium?
- What distinguishes a ledger shadow from ordinary dark matter in the framework?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM dm_halo_from_ledger · IndisputableMonolith/Cosmology/GalaxyRotation.lean
/-- In RS, the dark matter halo is a distribution of ledger shadows: Dark matter = odd 8-tick phase ledger entries These ledger entries are distributed according to J-cost equilibrium. The J-cost minimum gives the halo density profile. -/ theorem dm_halo_from_ledger : -- DM halo = equilibrium distribution of ledger shadows True := trivialThe declaration dm_halo_from_ledger concludes in the trivial proposition True, meaning it proves nothing. dm_halo_from_ledger · IndisputableMonolith/Cosmology/GalaxyRotation.leanMODEL dm_halo_from_ledger · IndisputableMonolith/Cosmology/GalaxyRotation.lean
/-- In RS, the dark matter halo is a distribution of ledger shadows: Dark matter = odd 8-tick phase ledger entries These ledger entries are distributed according to J-cost equilibrium. The J-cost minimum gives the halo density profile. -/ theorem dm_halo_from_ledger : -- DM halo = equilibrium distribution of ledger shadows True := trivialThe framework models this dark matter halo as the equilibrium distribution of ledger shadows, the odd phases of an eight-tick recognition cycle. dm_halo_from_ledger · IndisputableMonolith/Cosmology/GalaxyRotation.leanHYPOTHESIS GalaxyRotationFalsifier · IndisputableMonolith/Cosmology/GalaxyRotation.lean
/-- The derivation would be falsified if: 1. Rotation curves not flat (already confirmed) 2. No dark matter (MOND works everywhere) 3. Ledger distribution doesn't match observations -/ structure GalaxyRotationFalsifier where curves_not_flat : Prop mond_works_everywhere : Prop ledger_mismatch : Prop falsified : curves_not_flat ∨ mond_works_everywhere → FalseThe declaration names a falsifier: if rotation curves are not flat, or if MOND works everywhere without the framework, the account fails. GalaxyRotationFalsifier · IndisputableMonolith/Cosmology/GalaxyRotation.lean