pith. machine review for the scientific record. sign in
theorem

current_observations_consistent

proved
show as:
view math explainer →
module
IndisputableMonolith.Cosmology.DarkEnergy
domain
Cosmology
line
220 · github
papers citing
none yet

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

A cached Ask Recognition explainer exists for this declaration.

open explainer

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