theorem
proved
wrapper
off_match_positive
show as:
view Lean formalization →
formal statement (Lean)
42theorem off_match_positive (x : ℝ) (hx : 0 < x) (hne : x ≠ 1) : 0 < Jcost x :=
proof body
One-line wrapper that applies Jcost_pos_of_ne_one.
43 Jcost_pos_of_ne_one hx hne
44