theorem
proved
term proof
alpha_s_geom_eq
show as:
view Lean formalization →
formal statement (Lean)
58theorem alpha_s_geom_eq : (alpha_s_geom : ℝ) = 2 / 17 := by
proof body
Term-mode proof.
59 simp only [alpha_s_geom]
60 norm_num
61
62/-! ## Verification -/
63
64/-- Helper: 2/17 bounds using direct computation. -/