theorem
proved
darkMatterAbsoluteCrossSectionScoreCardCert_holds
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Physics.DarkMatterAbsoluteCrossSectionScoreCard on GitHub at line 58.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
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
58theorem darkMatterAbsoluteCrossSectionScoreCardCert_holds :
59 Nonempty DarkMatterAbsoluteCrossSectionScoreCardCert :=
60 ⟨{ sigma_nu_ref_pos := row_sigma_nu_reference_pos
61 sigma_ratio_band := row_sigma_ratio_band
62 sigma_absolute_band := row_sigma_DM_cm2_band }⟩
63
64end
65
66end IndisputableMonolith.Physics.DarkMatterAbsoluteCrossSectionScoreCard