127theorem kernel_eq_one_of_C_zero (P : KernelParams) (hC : P.C = 0) (k a : ℝ) : 128 kernel P k a = 1 := by
proof body
Term-mode proof.
129 simp [kernel, hC] 130 131/-! ## Monotonicity Properties -/ 132 133/-- For fixed k and positive α, the kernel is monotonically increasing in a 134 when a/(k τ₀) ≥ 0.01. -/
depends on (8)
Lean names referenced from this declaration's body.