Encyclopedia Cosmology Cosmology Dark Matter Xenonprediction Dm Cross Section In Band

ARTICLE 3 claims 3 theorems

Cosmology Dark Matter Xenonprediction Dm Cross Section In Band

A machine-checked theorem places a predicted dark matter cross-section inside a narrow numerical band, but it does not measure the sky.

The predicted band

Dark matter is the unseen mass that holds galaxies together; its nature remains one of physics' open questions. One candidate is a particle with a mass near 1.78 GeV, roughly twice the mass of a proton. The Recognition Science framework, a research program that derives physical constants from a single cost function, makes a specific prediction about how often such a particle would interact with ordinary matter. That interaction rate, the cross-section, is the quantity at issue.

The framework's library, a machine-checked collection of formal theorems, contains a declaration called dmCrossSection_in_band. It proves a narrow claim: the predicted cross-section ratio, defined as the framework's cost function J evaluated at the golden ratio φ, lies strictly between zero and 0.13. The proof is short and relies on two earlier results: the cross-section is positive, and the golden ratio is less than 1.62. The declaration is a theorem, meaning it is derived from axioms, not assumed.

What this theorem does not do is measure anything. It does not say that dark matter exists, that XENONnT has seen it, or that the predicted value matches any experiment. The XENONnT experiment, a liquid xenon detector searching for dark matter, currently excludes cross-sections above a certain threshold at this mass; the framework's predicted band sits below that exclusion line. The theorem only establishes the mathematical location of the prediction, not its physical truth.

In Recognition Science, this band is one piece of a larger chain. The cost function J(x) = (x + 1/x)/2 - 1 is proved to be the unique function satisfying five plain conditions, and from it the framework derives constants like the golden ratio. The dark matter prediction uses that derived constant to fix a cross-section ratio. The declaration dmCrossSection_in_band is the formal statement that this ratio falls in the expected interval; it is a checkpoint, not a discovery.

The practical consequence is modest but concrete: the framework has committed to a falsifiable number. If XENONnT or a future experiment probes below the current exclusion limit and finds no signal, the prediction dies. If it finds a signal at the predicted rate, the framework gains empirical support. The theorem itself changes nothing about the sky; it only fixes what the framework expects to see there.

THEOREM dmCrossSection_in_band · IndisputableMonolith/Cosmology/DarkMatterXENONPrediction.lean
/-- The prediction is not yet excluded: cross-section is in J(phi) band. -/
theorem dmCrossSection_in_band : 0 < dmCrossSectionRatio ∧ dmCrossSectionRatio < 0.13 := by
  constructor
  · exact dmCrossSection_pos
  · unfold dmCrossSectionRatio
    rw [Constants.Jcost_phi_val]
    linarith [phi_lt_onePointSixTwo]
THEOREM dmCrossSection_pos · IndisputableMonolith/Cosmology/DarkMatterXENONPrediction.lean
/-- Cross-section ratio is positive. -/
theorem dmCrossSection_pos : 0 < dmCrossSectionRatio :=
  Jcost_pos_of_ne_one phi phi_pos phi_ne_one
THEOREM dmCrossSection_in_band · IndisputableMonolith/Cosmology/DarkMatterXENONPrediction.lean
/-- The prediction is not yet excluded: cross-section is in J(phi) band. -/
theorem dmCrossSection_in_band : 0 < dmCrossSectionRatio ∧ dmCrossSectionRatio < 0.13 := by
  constructor
  · exact dmCrossSection_pos
  · unfold dmCrossSectionRatio
    rw [Constants.Jcost_phi_val]
    linarith [phi_lt_onePointSixTwo]

What this page does not claim

The theorem does not claim that dark matter exists or that XENONnT has detected it. The theorem does not claim the predicted cross-section matches any measured value. The theorem does not claim the framework's dark matter model is complete or physically realized.

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