def
definition
def or abbrev
J
show as:
view Lean formalization →
formal statement (Lean)
45noncomputable def J (x : ℝ) : ℝ := (x + x⁻¹) / 2 - 1
proof body
Definition body.
46
47/-- J equals the standard Jcost. -/