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

hair_cost_nonneg

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)

  45theorem hair_cost_nonneg (amplitude : ℝ) (h : |amplitude| ≤ 1/2) :
  46    0 ≤ hair_cost amplitude := by

proof body

Term-mode proof.

  47  unfold hair_cost
  48  apply Jcost_nonneg
  49  have := (abs_le.mp h).1
  50  linarith
  51
  52/-- Hair cost vanishes only when amplitude = 0 (no hair). -/

depends on (10)

Lean names referenced from this declaration's body.