structure
definition
def or abbrev
DarkMatterAbsoluteCrossSectionScoreCardCert
show as:
view Lean formalization →
formal statement (Lean)
52structure DarkMatterAbsoluteCrossSectionScoreCardCert where
53 sigma_nu_ref_pos : 0 < sigma_nu_reference_cm2
54 sigma_ratio_band :
55 0.11 < sigma_DM_over_sigma_nu_RS ∧ sigma_DM_over_sigma_nu_RS < 0.13
56 sigma_absolute_band : 1.1e-39 < sigma_DM_cm2 ∧ sigma_DM_cm2 < 1.3e-39
57