def
definition
def or abbrev
growth_prefactor
show as:
view Lean formalization →
formal statement (Lean)
12noncomputable def growth_prefactor (alpha C : ℝ) : ℝ :=
proof body
Definition body.
13 (3 * C) / (2 * alpha^2 + 5 * alpha)
14
15/-- The closed-form ILG growth factor D(a, k) in EdS background (first-order in C). -/