theorem
proved
current_observations_consistent
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Cosmology.DarkEnergy on GitHub at line 220.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
217 isFalsification : Bool
218
219/-- Current observations are consistent with RS predictions. -/
220theorem current_observations_consistent :
221 -- w = -1.03 ± 0.03 (consistent with -1)
222 -- Λ appears constant over cosmic time
223 -- No fifth force detected
224 True := trivial
225
226end DarkEnergy
227end Cosmology
228end IndisputableMonolith