def
definition
def or abbrev
linJ
show as:
view Lean formalization →
formal statement (Lean)
72noncomputable def linJ (x L : ℝ) : ℝ := ((x - x⁻¹) / 2) * L
proof body
Definition body.
73
74/-- At unit multiplier (x=1), the linear term vanishes. -/