pith. machine review for the scientific record. sign in
def definition def or abbrev

powerSpectrum

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

 130noncomputable def powerSpectrum (φ : ℝ) (hφ : φ > 0) : ℝ :=

proof body

Definition body.

 131  let V := inflatonPotential φ hφ
 132  let Vp := (1 - 1/φ^2) / 2
 133  if Vp ≠ 0 then V^3 / Vp^2 else 0
 134
 135/-- The scalar spectral index n_s.
 136    n_s = 1 - 6ε + 2η ≈ 0.96 for slow-roll inflation. -/

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (5)

Lean names referenced from this declaration's body.