def
definition
def or abbrev
beta_running
show as:
view Lean formalization →
formal statement (Lean)
32noncomputable def beta_running : ℝ := -(phi - 1) / (phi ^ 5)
proof body
Definition body.
33
34/-- Numerical bound for beta_running ≈ -0.0557.
35 Proved using φ ∈ (1.61, 1.62). -/