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

SpectralIndexCert

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

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Cosmology.InflationSpectralIndexFromJCost on GitHub at line 58.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

depends on

used by

formal source

  55  rw [abs_lt]
  56  constructor <;> norm_num
  57
  58structure SpectralIndexCert where
  59  nsRS_band : (0.955 : ℝ) < nsRS ∧ nsRS < 0.957
  60  nsRS_near_planck : |nsRS - nsPlanck| < 0.015
  61
  62def spectralIndexCert : SpectralIndexCert where
  63  nsRS_band := nsRS_band
  64  nsRS_near_planck := nsRS_near_planck
  65
  66end IndisputableMonolith.Cosmology.InflationSpectralIndexFromJCost