pith. machine review for the scientific record. sign in
theorem proved term proof

kernel_eq_one_of_C_zero

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)

 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.