def
definition
experimentalStatus
show as:
view math explainer →
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
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