def
definition
def or abbrev
alpha_unmatch
show as:
view Lean formalization →
formal statement (Lean)
106def alpha_unmatch (alpha_below : ℝ) : ℝ :=
proof body
Definition body.
107 alpha_below * (1 - c_2_alpha * (alpha_below / Real.pi) ^ 2)
108
109/-! ## Master cert -/
110