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)
64noncomputable def eightTickKernelParams (tau0 : ℝ) (h : 0 < tau0) : KernelParams := {
proof body
Definition body.
65 alpha := alphaLock,
66 C := 49 / 162,
67 tau0 := tau0,
68 tau0_pos := h,
69 alpha_nonneg := le_of_lt alphaLock_pos,
70 C_nonneg := by norm_num
71}
72
73/-! ## Kernel Definition -/
74
75/-- The ILG kernel function:
76 w(k, a) = 1 + C · (a / (k τ₀))^α
77
78We use max with a small ε to avoid division issues when k τ₀ = 0. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (15)
Lean names referenced from this declaration's body.
-
tau0
in IndisputableMonolith.Compat.Constants
decl_use
-
tau0_pos
in IndisputableMonolith.Compat.Constants
decl_use
-
alphaLock
in IndisputableMonolith.Constants
decl_use
-
alphaLock_pos
in IndisputableMonolith.Constants
decl_use
-
tau0
in IndisputableMonolith.Constants
decl_use
-
tau0_pos
in IndisputableMonolith.Constants
decl_use
-
alpha
in IndisputableMonolith.Constants.Alpha
decl_use
-
tau0
in IndisputableMonolith.Constants.Derivation
decl_use
-
tau0_pos
in IndisputableMonolith.Constants.Derivation
decl_use
-
alphaLock_pos
in IndisputableMonolith.Constants.FineStructureConstant
decl_use
-
kernel
in IndisputableMonolith.Cosmology.BITKernelFamilies
decl_use
-
kernel
in IndisputableMonolith.ILG.Kernel
decl_use
-
KernelParams
in IndisputableMonolith.ILG.Kernel
decl_use
-
Kernel
in IndisputableMonolith.ILG.PressureForm
decl_use
-
Kernel
in IndisputableMonolith.YM.OS
decl_use