Encyclopedia Cosmology Cosmology Galaxy Rotation Jcost Equilibrium Profile

ARTICLE 4 claims 1 theorem 2 models

Cosmology Galaxy Rotation Jcost Equilibrium Profile

A formal statement in the Recognition Science library describes how a dark matter halo would need to be arranged to make galaxy rotation curves flat, but it does not yet prove that arrangement exists.

The equilibrium profile

In the standard picture of a spiral galaxy, stars far from the center orbit faster than the visible matter alone can explain. The accepted remedy is a dark matter halo, a roughly spherical cloud of unseen mass that extends well beyond the bright disk. If that halo has a particular density falloff, one where the density drops as the inverse square of the distance from the center (ρ ∝ 1/r²), then the orbital speed of stars becomes roughly constant at large radius, matching the flat rotation curves astronomers observe. This is the classical isothermal halo solution, known since the 1970s.

Recognition Science (RS) is a framework that tries to derive physics from a single cost function, the ledger, a discrete record of recognition events, and its forced cost. Within that framework, dark matter is modeled as "ledger shadows," entries in odd phases of an eight-tick cycle. The framework's library, a machine-checked collection of formal theorems, contains a declaration named jcost_equilibrium_profile. Its stated intent is to show that the J-cost equilibrium distribution of these ledger shadows yields the same ρ ∝ 1/r² halo profile at large radius, and therefore produces flat rotation curves.

What the declaration actually establishes is far more limited. The theorem as written concludes with the proposition True, a tautology. It carries a comment describing the intended implication, but the proof is trivial and proves nothing about density profiles or rotation curves. The module itself is explicitly labeled a sketch, not a result. It records the framework's ambition for this topic, not an achievement of it.

The same module contains other declarations with similar status: a definition of the Navarro-Frenk-White profile, a statement that the framework predicts cores rather than cusps at galaxy centers, and a claim that the Tully-Fisher relation (baryonic mass proportional to the fourth power of rotation velocity) follows from the cost function. Each of these is either a definition or a theorem concluding in True. None constitutes evidence. The module also defines a falsifier structure, a formal list of conditions that would disprove the framework's account, such as rotation curves that are not flat or a MOND-like theory that works everywhere.

What a reader can take from this page is a clear map of the gap between intent and proof. The framework has named its target: explain flat galaxy rotation curves from a ledger-based dark matter distribution. It has not reached it. The declaration jcost_equilibrium_profile is a placeholder, a formal statement of what the framework hopes to show, not a demonstration. The honest summary is that the connection between the cost function and the observed flatness of galaxy rotation curves remains an open target within the framework.

THEOREM jcost_equilibrium_profile · IndisputableMonolith/Cosmology/GalaxyRotation.lean
jcost_equilibrium_profile · IndisputableMonolith/Cosmology/GalaxyRotation.lean:116
/-- The J-cost equilibrium condition:

    For a self-gravitating system:
    ∇J = 0 at equilibrium

    This gives the density profile.
    For spherical symmetry with isothermal J-cost:
    ρ ∝ 1/r² (isothermal sphere) -/
theorem jcost_equilibrium_profile :
    -- J-cost equilibrium → ρ ∝ 1/r² at large r
    True := trivial
MODEL summary · IndisputableMonolith/Cosmology/GalaxyRotation.lean
/-- RS explanation of galaxy rotation:

    1. **Ledger shadows**: Dark matter is odd-phase ledger
    2. **Halo distribution**: J-cost equilibrium → ρ ∝ 1/r²
    3. **Flat curves**: M(r) ∝ r → v = constant
    4. **Cores**: Ledger interaction prevents cusp
    5. **Tully-Fisher**: Natural from J-cost -/
def summary : List String := [
  "Dark matter = ledger shadows",
  "Halo from J-cost equilibrium",
  "Flat curves from ρ ∝ 1/r²",
  "Cores from ledger interactions",
  "Tully-Fisher from J-cost"
]
HYPOTHESIS predictions · IndisputableMonolith/Cosmology/GalaxyRotation.lean
/-- RS predictions for galaxy rotation:

    1. **Flat curves**: From isothermal ledger distribution
    2. **Cores, not cusps**: From ledger interactions at high density
    3. **Tully-Fisher**: From J-cost equilibrium
    4. **MOND-like behavior**: At low accelerations
    5. **DM ratio ≈ 5:1**: From 8-tick phase counting -/
def predictions : List String := [
  "Flat rotation curves from ledger equilibrium",
  "Cores at centers (not cusps)",
  "Tully-Fisher relation M ∝ v⁴",
  "MOND-like at low accelerations",
  "DM/baryon ratio ~ φ³+1 ≈ 5"
]
MODEL 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

The declaration proves that dark matter halos have a ρ ∝ 1/r² profile. The framework has derived the flat rotation curve phenomenon from its axioms. The Tully-Fisher relation is established as a theorem within the framework.

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:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND