pith. machine review for the scientific record. sign in
structure definition def or abbrev high

WIMP

show as:
view Lean formalization →

The WIMP structure records the conventional parameters for weakly interacting massive particles inside the Recognition Science ledger-shadow model. Cosmologists and direct-detection experimentalists cite it when framing null results from DAMA, XENON, and COSINE-100. The definition is a direct three-field record with no lemmas or computational steps.

claimA WIMP is specified by a real mass value (in GeV), a real cross-section value (in cm²), and a boolean flag for thermal-relic freeze-out production.

background

The Cosmology.DarkMatter module treats dark matter as ledger shadows: gravitationally active but electromagnetically invisible configurations arising from odd-phase orbits in the 8-tick parity cycle. Mass is imported as an alias for the reals; Status is an inductive type with constructors spec, derived, hypothesis, and scaffold. The module doc states that the phantom sector at temporal resolution supplies one of five projections of the same object, with the rs_explains_null_detection theorem providing a phase-mismatch suppression mechanism.

proof idea

Direct structure definition introducing three fields; no lemmas or tactics are applied.

why it matters in Recognition Science

This definition supplies the standard WIMP template used by downstream results such as frustration_gravity_only (which notes the phi-ladder has no matching rung for 10 GeV–10 TeV scales) and the DAMA/XENON modulation theorems that quantify experimental tension. It fills the COS-010 ledger-shadow proposition by contrasting the particle candidate against the 8-tick phase structure (T7) that produces electromagnetic decoupling. The module links the 1.79 GeV W-image to a separate spectrum-level projection.

scope and limits

formal statement (Lean)

 108structure WIMP where
 109  mass : ℝ  -- GeV
 110  cross_section : ℝ  -- cm²
 111  thermal_relic : Bool
 112
 113/-- Axions: Very light pseudoscalars
 114    - Mass: ~10⁻⁶-10⁻³ eV
 115    - From PQ solution to strong CP
 116    - Misalignment production
 117    - Status: Actively searched -/

used by (6)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (2)

Lean names referenced from this declaration's body.