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

jcost_complexity_gap

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)

 211theorem jcost_complexity_gap (x : ℝ) (hx : x > 0) (hne : x ≠ 1) :
 212    Jcost x > Jcost 1 := by

proof body

Term-mode proof.

 213  rw [Cost.Jcost_unit0]
 214  exact jcost_pos_away_from_one x hx hne
 215
 216/-! ## V. The RS Complexity Classification -/
 217
 218/-- Summary of RS complexity classes. -/

depends on (13)

Lean names referenced from this declaration's body.