structure
definition
def or abbrev
InflationPredictions
show as:
view Lean formalization →
formal statement (Lean)
195structure InflationPredictions where
196 n_s : ℝ -- Scalar spectral index
197 r : ℝ -- Tensor-to-scalar ratio
198 f_NL : ℝ -- Non-Gaussianity parameter
199
200/-- RS predictions for N = 60 e-foldings. -/