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

temperature_coefficient

show as:
view Lean formalization →

The definition supplies the fixed value 0.01 for the temperature coefficient of NaI(Tl) detectors, encoding an approximate one-percent efficiency shift per degree Celsius. Experimental groups reanalyzing DAMA/LIBRA annual modulation data would cite it when testing whether seasonal temperature swings at Gran Sasso can account for the observed signal. It is introduced by direct assignment of the real constant together with a short physical annotation.

claimThe temperature coefficient for NaI(Tl) is the real number $0.01$, representing an approximate $1$ percent change in detection efficiency per degree Celsius.

background

The DAMA/LIBRA module examines whether the reported annual modulation arises from environmental systematics rather than dark-matter interactions. Recognition Science models dark matter as a substrate ledger carrier, which predicts null WIMP signals in all direct-detection experiments. The upstream temperature definition states that temperature equals the inverse Lagrange multiplier β and satisfies the thermodynamic relation dE/dS = T.

proof idea

The definition is a direct constant assignment of the real number 0.01. No lemmas or tactics are invoked; the value is supplied explicitly for use in downstream arithmetic checks.

why it matters in Recognition Science

The constant feeds the two downstream theorems that establish temperature_can_explain (showing a 10 percent efficiency swing from 10 °C variation) and dama_likely_systematic. These results support the EA-005 claim that DAMA modulation is environmental and that XENON/LUX/PandaX null results are consistent with the substrate model. The coefficient therefore closes one link in the chain from Recognition Science dark-matter predictions to concrete experimental systematics.

scope and limits

Lean usage

theorem temperature_can_explain : temperature_coefficient * annual_temp_variation > 0.05 := by unfold temperature_coefficient annual_temp_variation; norm_num

formal statement (Lean)

 101noncomputable def temperature_coefficient : ℝ := 0.01  -- ~1% per degree

proof body

Definition body.

 102
 103/-- Annual temperature variation at Gran Sasso.
 104    Value: ~10°C seasonal variation -/

used by (2)

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

depends on (1)

Lean names referenced from this declaration's body.