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)
16noncomputable def growth_eds_ilg (P : KernelParams) (k a : ℝ) : ℝ :=
proof body
Definition body.
17 a * (1 + (growth_prefactor P.alpha P.C) * (a / (k * P.tau0)) ^ P.alpha)
18
19/-- Growth rate f = d ln D / d ln a for the ILG growth factor. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (7)
Lean names referenced from this declaration's body.
-
tau0
in IndisputableMonolith.Compat.Constants
decl_use
-
tau0
in IndisputableMonolith.Constants
decl_use
-
alpha
in IndisputableMonolith.Constants.Alpha
decl_use
-
tau0
in IndisputableMonolith.Constants.Derivation
decl_use
-
for
in IndisputableMonolith.Foundation.UniversalForcingSelfReference
decl_use
-
growth_prefactor
in IndisputableMonolith.ILG.GrowthODE
decl_use
-
KernelParams
in IndisputableMonolith.ILG.Kernel
decl_use