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

experimentalStatus

definition
show as:
view math explainer →
module
IndisputableMonolith.Cosmology.Inflation
domain
Cosmology
line
225 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Cosmology.Inflation on GitHub at line 225.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

formal source

 222  status : String
 223
 224/-- Current observations are consistent with RS inflation. -/
 225def experimentalStatus : List InflationFalsifier := [
 226  ⟨"Spectral index", "n_s = 0.965 ± 0.004 matches prediction"⟩,
 227  ⟨"Tensor modes", "r < 0.06, consistent with small r prediction"⟩,
 228  ⟨"Non-Gaussianity", "f_NL consistent with zero"⟩
 229]
 230
 231end Inflation
 232end Cosmology
 233end IndisputableMonolith