def
definition
cdmDensityCert
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Cosmology.CDMDensityParameterFromRS on GitHub at line 36.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
33 five_candidates : Fintype.card DMCandidate = 5
34 omega_band : (0.25 : ℝ) < omegaCDM ∧ omegaCDM < 0.27
35
36noncomputable def cdmDensityCert : CDMDensityCert where
37 five_candidates := dmCandidate_count
38 omega_band := omegaCDM_band
39
40end IndisputableMonolith.Cosmology.CDMDensityParameterFromRS