Encyclopedia Cosmology Cosmology Galaxy Rotation Galaxy Rotation Falsifier

ARTICLE 3 claims 1 theorem 2 models

Cosmology Galaxy Rotation Galaxy Rotation Falsifier

In the Recognition Science framework, this declaration is not a proof but a named target: a precise statement of what would falsify the framework's account of flat galaxy rotation curves.

GalaxyRotationFalsifier

In the Recognition Science framework, the declaration GalaxyRotationFalsifier is a formal structure that names the conditions under which the framework's account of flat galaxy rotation curves would be wrong. It is not a theorem, and it proves nothing. It is a target, a way of writing down what the framework claims and what would count against it.

Galaxies rotate. Inner stars move with speeds that grow with distance, while outer stars, if only visible matter pulled on them, should slow down as the inverse square root of distance. Observations show instead that rotation speeds stay roughly constant far out, a flat rotation curve. The standard explanation is dark matter, a halo of unseen mass. The Recognition Science framework proposes a different source: dark matter as ledger shadows, odd phases in an eight-tick recognition cycle, and the halo as an equilibrium distribution of dark ledger entries.

The ledger, a discrete record of recognition events, is the framework's central object. The declaration GalaxyRotationFalsifier states that the framework is falsified if any of three things hold: rotation curves are not flat, a competing theory called MOND works everywhere, or the ledger's predicted distribution mismatches observations. The structure's final field, falsified, is a proposition that would be true if either of the first two conditions held.

This declaration is part of a sketch module, not a result. Every theorem in the module concludes in True or another tautology, so none of them are actual results. The module records what the framework intends to establish, and the intent is not the establishment. The declaration is a promise of a target, not a proof of it.

What the declaration does not claim is just as important. It does not claim that the framework's account of galaxy rotation is correct, nor that dark matter is definitely ledger shadows. It does not claim that the flat rotation curves have been explained. It only names the conditions that would falsify the framework's account. The declaration is a way of being honest about what would count as evidence against the framework, not a claim that such evidence does not exist.

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
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
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

What this page does not claim

The framework has not proved that dark matter is ledger shadows. The declaration does not establish that rotation curves are flat. The framework has not derived the MOND acceleration scale from first principles.

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